public class LinkCapabilities extends Object
Java class for LinkCapabilities complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LinkCapabilities">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="searchable" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
searchable |
| Constructor and Description |
|---|
LinkCapabilities() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
isSearchable()
Gets the value of the searchable property.
|
boolean |
isSetSearchable() |
void |
setSearchable(Boolean value)
Sets the value of the searchable property.
|
protected Boolean searchable
public Boolean isSearchable()
Booleanpublic void setSearchable(Boolean value)
value - allowed object is
Booleanpublic boolean isSetSearchable()
Copyright © 2012. All Rights Reserved.