public class Device extends ResourceType implements java.io.Serializable
Java class for Device complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Device">
<complexContent>
<extension base="{http://www.CIP4.org/JDFSchema_2_0}ResourceType">
<sequence>
<choice>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}Module" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}DeviceCap" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}CostCenter" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}IconList" maxOccurs="unbounded" minOccurs="0"/>
</choice>
</sequence>
<attribute name="Directory" type="{http://www.CIP4.org/JDFSchema_2_0}URL" />
<attribute name="ModelName" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="ICSVersions" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKENS" />
<attribute name="JDFErrorURL" type="{http://www.CIP4.org/JDFSchema_2_0}URL" />
<attribute name="JMFSenderID" type="{http://www.CIP4.org/JDFSchema_2_0}shortString" />
<attribute name="ModelURL" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="JDFVersions" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="ModelNumber" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="KnownLocalizations" type="{http://www.CIP4.org/JDFSchema_2_0}languages" />
<attribute name="JDFInputURL" type="{http://www.CIP4.org/JDFSchema_2_0}URL" />
<attribute name="DeviceID" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="JMFURL" type="{http://www.CIP4.org/JDFSchema_2_0}URL" />
<attribute name="ManufacturerURL" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="JDFOutputURL" type="{http://www.CIP4.org/JDFSchema_2_0}URL" />
<attribute name="SecureJMFURL" type="{http://www.CIP4.org/JDFSchema_2_0}URL" />
<attribute name="UPC" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="PresentationURL" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="SerialNumber" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="ModelDescription" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="DeviceType" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<CostCenter> |
costCenters |
protected java.util.List<DeviceCap> |
deviceCaps |
protected java.lang.String |
deviceID |
protected java.lang.String |
deviceType |
protected java.lang.String |
directory |
protected java.util.List<IconList> |
iconLists |
protected java.util.List<java.lang.String> |
icsVersions |
protected java.lang.String |
jdfErrorURL |
protected java.lang.String |
jdfInputURL |
protected java.lang.String |
jdfOutputURL |
protected java.lang.String |
jdfVersions |
protected java.lang.String |
jmfSenderID |
protected java.lang.String |
jmfurl |
protected java.util.List<java.lang.String> |
knownLocalizations |
protected java.lang.String |
manufacturerURL |
protected java.lang.String |
modelDescription |
protected java.lang.String |
modelName |
protected java.lang.String |
modelNumber |
protected java.lang.String |
modelURL |
protected java.util.List<Module> |
modules |
protected java.lang.String |
presentationURL |
protected java.lang.String |
secureJMFURL |
protected java.lang.String |
serialNumber |
protected java.lang.String |
upc |
| Constructor and Description |
|---|
Device() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CostCenter> |
getCostCenters()
Gets the value of the costCenters property.
|
java.util.List<DeviceCap> |
getDeviceCaps()
Gets the value of the deviceCaps property.
|
java.lang.String |
getDeviceID()
Gets the value of the deviceID property.
|
java.lang.String |
getDeviceType()
Gets the value of the deviceType property.
|
java.lang.String |
getDirectory()
Gets the value of the directory property.
|
java.util.List<IconList> |
getIconLists()
Gets the value of the iconLists property.
|
java.util.List<java.lang.String> |
getICSVersions()
Gets the value of the icsVersions property.
|
java.lang.String |
getJDFErrorURL()
Gets the value of the jdfErrorURL property.
|
java.lang.String |
getJDFInputURL()
Gets the value of the jdfInputURL property.
|
java.lang.String |
getJDFOutputURL()
Gets the value of the jdfOutputURL property.
|
java.lang.String |
getJDFVersions()
Gets the value of the jdfVersions property.
|
java.lang.String |
getJMFSenderID()
Gets the value of the jmfSenderID property.
|
java.lang.String |
getJMFURL()
Gets the value of the jmfurl property.
|
java.util.List<java.lang.String> |
getKnownLocalizations()
Gets the value of the knownLocalizations property.
|
java.lang.String |
getManufacturerURL()
Gets the value of the manufacturerURL property.
|
java.lang.String |
getModelDescription()
Gets the value of the modelDescription property.
|
java.lang.String |
getModelName()
Gets the value of the modelName property.
|
java.lang.String |
getModelNumber()
Gets the value of the modelNumber property.
|
java.lang.String |
getModelURL()
Gets the value of the modelURL property.
|
java.util.List<Module> |
getModules()
Gets the value of the modules property.
|
java.lang.String |
getPresentationURL()
Gets the value of the presentationURL property.
|
java.lang.String |
getSecureJMFURL()
Gets the value of the secureJMFURL property.
|
java.lang.String |
getSerialNumber()
Gets the value of the serialNumber property.
|
java.lang.String |
getUPC()
Gets the value of the upc property.
|
void |
setDeviceID(java.lang.String value)
Sets the value of the deviceID property.
|
void |
setDeviceType(java.lang.String value)
Sets the value of the deviceType property.
|
void |
setDirectory(java.lang.String value)
Sets the value of the directory property.
|
void |
setJDFErrorURL(java.lang.String value)
Sets the value of the jdfErrorURL property.
|
void |
setJDFInputURL(java.lang.String value)
Sets the value of the jdfInputURL property.
|
void |
setJDFOutputURL(java.lang.String value)
Sets the value of the jdfOutputURL property.
|
void |
setJDFVersions(java.lang.String value)
Sets the value of the jdfVersions property.
|
void |
setJMFSenderID(java.lang.String value)
Sets the value of the jmfSenderID property.
|
void |
setJMFURL(java.lang.String value)
Sets the value of the jmfurl property.
|
void |
setManufacturerURL(java.lang.String value)
Sets the value of the manufacturerURL property.
|
void |
setModelDescription(java.lang.String value)
Sets the value of the modelDescription property.
|
void |
setModelName(java.lang.String value)
Sets the value of the modelName property.
|
void |
setModelNumber(java.lang.String value)
Sets the value of the modelNumber property.
|
void |
setModelURL(java.lang.String value)
Sets the value of the modelURL property.
|
void |
setPresentationURL(java.lang.String value)
Sets the value of the presentationURL property.
|
void |
setSecureJMFURL(java.lang.String value)
Sets the value of the secureJMFURL property.
|
void |
setSerialNumber(java.lang.String value)
Sets the value of the serialNumber property.
|
void |
setUPC(java.lang.String value)
Sets the value of the upc property.
|
protected java.util.List<IconList> iconLists
protected java.util.List<CostCenter> costCenters
protected java.util.List<DeviceCap> deviceCaps
protected java.util.List<Module> modules
protected java.lang.String directory
protected java.lang.String modelName
protected java.util.List<java.lang.String> icsVersions
protected java.lang.String jdfErrorURL
protected java.lang.String jmfSenderID
protected java.lang.String modelURL
protected java.lang.String jdfVersions
protected java.lang.String modelNumber
protected java.util.List<java.lang.String> knownLocalizations
protected java.lang.String jdfInputURL
protected java.lang.String deviceID
protected java.lang.String jmfurl
protected java.lang.String manufacturerURL
protected java.lang.String jdfOutputURL
protected java.lang.String secureJMFURL
protected java.lang.String upc
protected java.lang.String presentationURL
protected java.lang.String serialNumber
protected java.lang.String modelDescription
protected java.lang.String deviceType
public java.util.List<IconList> getIconLists()
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 iconLists property.
For example, to add a new item, do as follows:
getIconLists().add(newItem);
Objects of the following type(s) are allowed in the list
IconList
public java.util.List<CostCenter> getCostCenters()
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 costCenters property.
For example, to add a new item, do as follows:
getCostCenters().add(newItem);
Objects of the following type(s) are allowed in the list
CostCenter
public java.util.List<DeviceCap> getDeviceCaps()
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 deviceCaps property.
For example, to add a new item, do as follows:
getDeviceCaps().add(newItem);
Objects of the following type(s) are allowed in the list
DeviceCap
public java.util.List<Module> getModules()
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 modules property.
For example, to add a new item, do as follows:
getModules().add(newItem);
Objects of the following type(s) are allowed in the list
Module
public java.lang.String getDirectory()
Stringpublic void setDirectory(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getModelName()
Stringpublic void setModelName(java.lang.String value)
value - allowed object is
Stringpublic java.util.List<java.lang.String> getICSVersions()
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 icsVersions property.
For example, to add a new item, do as follows:
getICSVersions().add(newItem);
Objects of the following type(s) are allowed in the list
String
public java.lang.String getJDFErrorURL()
Stringpublic void setJDFErrorURL(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getJMFSenderID()
Stringpublic void setJMFSenderID(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getModelURL()
Stringpublic void setModelURL(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getJDFVersions()
Stringpublic void setJDFVersions(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getModelNumber()
Stringpublic void setModelNumber(java.lang.String value)
value - allowed object is
Stringpublic java.util.List<java.lang.String> getKnownLocalizations()
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 knownLocalizations property.
For example, to add a new item, do as follows:
getKnownLocalizations().add(newItem);
Objects of the following type(s) are allowed in the list
String
public java.lang.String getJDFInputURL()
Stringpublic void setJDFInputURL(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getDeviceID()
Stringpublic void setDeviceID(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getJMFURL()
Stringpublic void setJMFURL(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getManufacturerURL()
Stringpublic void setManufacturerURL(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getJDFOutputURL()
Stringpublic void setJDFOutputURL(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getSecureJMFURL()
Stringpublic void setSecureJMFURL(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getUPC()
Stringpublic void setUPC(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getPresentationURL()
Stringpublic void setPresentationURL(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getSerialNumber()
Stringpublic void setSerialNumber(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getModelDescription()
Stringpublic void setModelDescription(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getDeviceType()
Stringpublic void setDeviceType(java.lang.String value)
value - allowed object is
StringCopyright © 2012. All Rights Reserved.