public class DeviceFilter extends Object implements Serializable
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">
<attribute name="Localization" type="{http://www.CIP4.org/JDFSchema_2_0}languages" />
<attribute name="DeviceDetails" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="DeviceRef" type="{http://www.CIP4.org/JDFSchema_2_0}IDREF" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
deviceDetails |
protected Object |
deviceRef |
protected List<String> |
localizations |
| Constructor and Description |
|---|
DeviceFilter() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDeviceDetails()
Gets the value of the deviceDetails property.
|
Object |
getDeviceRef()
Gets the value of the deviceRef property.
|
List<String> |
getLocalizations()
Gets the value of the localizations property.
|
void |
setDeviceDetails(String value)
Sets the value of the deviceDetails property.
|
void |
setDeviceRef(Object value)
Sets the value of the deviceRef property.
|
public List<String> getLocalizations()
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 localizations property.
For example, to add a new item, do as follows:
getLocalizations().add(newItem);
Objects of the following type(s) are allowed in the list
String
public String getDeviceDetails()
Stringpublic void setDeviceDetails(String value)
value - allowed object is
Stringpublic Object getDeviceRef()
ObjectCopyright © 2012. All Rights Reserved.