public class ClientItem
extends java.lang.Object
Java class for clientItem complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="clientItem">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="useragent-pattern" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="client-capability" type="{}clientCapabilityData" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attGroup ref="{}defaultResourceAttr"/>
<attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="manufacturer" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="version" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="markup" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="markup-version" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="ordinal" type="{}ordinalType" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected AllActions |
action |
protected java.util.List<ClientCapabilityData> |
clientCapability |
protected java.lang.String |
domain |
protected java.lang.String |
manufacturer |
protected java.lang.String |
markup |
protected java.lang.String |
markupVersion |
protected java.lang.String |
name |
protected java.lang.String |
objectid |
protected java.lang.String |
ordinal |
protected java.lang.String |
uniquename |
protected java.lang.String |
useragentPattern |
protected java.lang.String |
version |
| Constructor and Description |
|---|
ClientItem() |
| Modifier and Type | Method and Description |
|---|---|
AllActions |
getAction()
Gets the value of the action property.
|
java.util.List<ClientCapabilityData> |
getClientCapability()
Gets the value of the clientCapability property.
|
java.lang.String |
getDomain()
Gets the value of the domain property.
|
java.lang.String |
getManufacturer()
Gets the value of the manufacturer property.
|
java.lang.String |
getMarkup()
Gets the value of the markup property.
|
java.lang.String |
getMarkupVersion()
Gets the value of the markupVersion property.
|
java.lang.String |
getName()
Gets the value of the name property.
|
java.lang.String |
getObjectid()
Gets the value of the objectid property.
|
java.lang.String |
getOrdinal()
Gets the value of the ordinal property.
|
java.lang.String |
getUniquename()
Gets the value of the uniquename property.
|
java.lang.String |
getUseragentPattern()
Gets the value of the useragentPattern property.
|
java.lang.String |
getVersion()
Gets the value of the version property.
|
void |
setAction(AllActions value)
Sets the value of the action property.
|
void |
setDomain(java.lang.String value)
Sets the value of the domain property.
|
void |
setManufacturer(java.lang.String value)
Sets the value of the manufacturer property.
|
void |
setMarkup(java.lang.String value)
Sets the value of the markup property.
|
void |
setMarkupVersion(java.lang.String value)
Sets the value of the markupVersion property.
|
void |
setName(java.lang.String value)
Sets the value of the name property.
|
void |
setObjectid(java.lang.String value)
Sets the value of the objectid property.
|
void |
setOrdinal(java.lang.String value)
Sets the value of the ordinal property.
|
void |
setUniquename(java.lang.String value)
Sets the value of the uniquename property.
|
void |
setUseragentPattern(java.lang.String value)
Sets the value of the useragentPattern property.
|
void |
setVersion(java.lang.String value)
Sets the value of the version property.
|
protected java.lang.String useragentPattern
protected java.util.List<ClientCapabilityData> clientCapability
protected java.lang.String name
protected java.lang.String manufacturer
protected java.lang.String version
protected java.lang.String markup
protected java.lang.String markupVersion
protected java.lang.String ordinal
protected AllActions action
protected java.lang.String objectid
protected java.lang.String uniquename
protected java.lang.String domain
public java.lang.String getUseragentPattern()
Stringpublic void setUseragentPattern(java.lang.String value)
value - allowed object is
Stringpublic java.util.List<ClientCapabilityData> getClientCapability()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the clientCapability property.
For example, to add a new item, do as follows:
getClientCapability().add(newItem);
Objects of the following type(s) are allowed in the list
ClientCapabilityData
public java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getManufacturer()
Stringpublic void setManufacturer(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getVersion()
Stringpublic void setVersion(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getMarkup()
Stringpublic void setMarkup(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getMarkupVersion()
Stringpublic void setMarkupVersion(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getOrdinal()
Stringpublic void setOrdinal(java.lang.String value)
value - allowed object is
Stringpublic AllActions getAction()
AllActionspublic void setAction(AllActions value)
value - allowed object is
AllActionspublic java.lang.String getObjectid()
Stringpublic void setObjectid(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getUniquename()
Stringpublic void setUniquename(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getDomain()
Stringpublic void setDomain(java.lang.String value)
value - allowed object is
String