public class DeviceFilter
extends java.lang.Object
implements java.io.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 java.lang.String |
deviceDetails |
protected java.lang.Object |
deviceRef |
protected java.util.List<java.lang.String> |
localizations |
| Constructor and Description |
|---|
DeviceFilter() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDeviceDetails()
Gets the value of the deviceDetails property.
|
java.lang.Object |
getDeviceRef()
Gets the value of the deviceRef property.
|
java.util.List<java.lang.String> |
getLocalizations()
Gets the value of the localizations property.
|
void |
setDeviceDetails(java.lang.String value)
Sets the value of the deviceDetails property.
|
void |
setDeviceRef(java.lang.Object value)
Sets the value of the deviceRef property.
|
protected java.util.List<java.lang.String> localizations
protected java.lang.String deviceDetails
protected java.lang.Object deviceRef
public java.util.List<java.lang.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 java.lang.String getDeviceDetails()
Stringpublic void setDeviceDetails(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Object getDeviceRef()
Objectpublic void setDeviceRef(java.lang.Object value)
value - allowed object is
ObjectCopyright © 2012. All Rights Reserved.