@Exported public class DeviceBean extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="useragent" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="deviceCapabilitiesBean" type="{http://www.fatwire.com/schema/rest/1.0}deviceCapabilitiesBean" minOccurs="0"/>
<element name="deviceGroupBean" type="{http://www.fatwire.com/schema/rest/1.0}deviceGroupBean" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
description |
protected DeviceCapabilitiesBean |
deviceCapabilitiesBean |
protected List<DeviceGroupBean> |
deviceGroupBean |
protected String |
name |
protected String |
useragent |
| Constructor and Description |
|---|
DeviceBean() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Gets the value of the description property.
|
DeviceCapabilitiesBean |
getDeviceCapabilitiesBean()
Gets the value of the deviceCapabilitiesBean property.
|
List<DeviceGroupBean> |
getDeviceGroupBean()
Gets the value of the deviceGroupBean property.
|
String |
getName()
Gets the value of the name property.
|
String |
getUseragent()
Gets the value of the useragent property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setDeviceCapabilitiesBean(DeviceCapabilitiesBean value)
Sets the value of the deviceCapabilitiesBean property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setUseragent(String value)
Sets the value of the useragent property.
|
protected String name
protected String description
protected String useragent
protected DeviceCapabilitiesBean deviceCapabilitiesBean
protected List<DeviceGroupBean> deviceGroupBean
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic String getUseragent()
Stringpublic void setUseragent(String value)
value - allowed object is
Stringpublic DeviceCapabilitiesBean getDeviceCapabilitiesBean()
DeviceCapabilitiesBeanpublic void setDeviceCapabilitiesBean(DeviceCapabilitiesBean value)
value - allowed object is
DeviceCapabilitiesBeanpublic List<DeviceGroupBean> getDeviceGroupBean()
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 deviceGroupBean property.
For example, to add a new item, do as follows:
getDeviceGroupBean().add(newItem);
Objects of the following type(s) are allowed in the list
DeviceGroupBean