public class Device extends ResourceType implements 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>
<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"/>
</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 List<CostCenter> |
costCenter |
protected List<DeviceCap> |
deviceCap |
protected String |
deviceID |
protected String |
deviceType |
protected String |
directory |
protected List<IconList> |
iconList |
protected List<String> |
icsVersions |
protected String |
jdfErrorURL |
protected String |
jdfInputURL |
protected String |
jdfOutputURL |
protected String |
jdfVersions |
protected String |
jmfSenderID |
protected String |
jmfurl |
protected List<String> |
knownLocalizations |
protected String |
manufacturerURL |
protected String |
modelDescription |
protected String |
modelName |
protected String |
modelNumber |
protected String |
modelURL |
protected List<Module> |
module |
protected String |
presentationURL |
protected String |
secureJMFURL |
protected String |
serialNumber |
protected String |
upc |
| Constructor and Description |
|---|
Device() |
| Modifier and Type | Method and Description |
|---|---|
List<CostCenter> |
getCostCenter()
Gets the value of the costCenter property.
|
List<DeviceCap> |
getDeviceCap()
Gets the value of the deviceCap property.
|
String |
getDeviceID()
Gets the value of the deviceID property.
|
String |
getDeviceType()
Gets the value of the deviceType property.
|
String |
getDirectory()
Gets the value of the directory property.
|
List<IconList> |
getIconList()
Gets the value of the iconList property.
|
List<String> |
getICSVersions()
Gets the value of the icsVersions property.
|
String |
getJDFErrorURL()
Gets the value of the jdfErrorURL property.
|
String |
getJDFInputURL()
Gets the value of the jdfInputURL property.
|
String |
getJDFOutputURL()
Gets the value of the jdfOutputURL property.
|
String |
getJDFVersions()
Gets the value of the jdfVersions property.
|
String |
getJMFSenderID()
Gets the value of the jmfSenderID property.
|
String |
getJMFURL()
Gets the value of the jmfurl property.
|
List<String> |
getKnownLocalizations()
Gets the value of the knownLocalizations property.
|
String |
getManufacturerURL()
Gets the value of the manufacturerURL property.
|
String |
getModelDescription()
Gets the value of the modelDescription property.
|
String |
getModelName()
Gets the value of the modelName property.
|
String |
getModelNumber()
Gets the value of the modelNumber property.
|
String |
getModelURL()
Gets the value of the modelURL property.
|
List<Module> |
getModule()
Gets the value of the module property.
|
String |
getPresentationURL()
Gets the value of the presentationURL property.
|
String |
getSecureJMFURL()
Gets the value of the secureJMFURL property.
|
String |
getSerialNumber()
Gets the value of the serialNumber property.
|
String |
getUPC()
Gets the value of the upc property.
|
void |
setDeviceID(String value)
Sets the value of the deviceID property.
|
void |
setDeviceType(String value)
Sets the value of the deviceType property.
|
void |
setDirectory(String value)
Sets the value of the directory property.
|
void |
setJDFErrorURL(String value)
Sets the value of the jdfErrorURL property.
|
void |
setJDFInputURL(String value)
Sets the value of the jdfInputURL property.
|
void |
setJDFOutputURL(String value)
Sets the value of the jdfOutputURL property.
|
void |
setJDFVersions(String value)
Sets the value of the jdfVersions property.
|
void |
setJMFSenderID(String value)
Sets the value of the jmfSenderID property.
|
void |
setJMFURL(String value)
Sets the value of the jmfurl property.
|
void |
setManufacturerURL(String value)
Sets the value of the manufacturerURL property.
|
void |
setModelDescription(String value)
Sets the value of the modelDescription property.
|
void |
setModelName(String value)
Sets the value of the modelName property.
|
void |
setModelNumber(String value)
Sets the value of the modelNumber property.
|
void |
setModelURL(String value)
Sets the value of the modelURL property.
|
void |
setPresentationURL(String value)
Sets the value of the presentationURL property.
|
void |
setSecureJMFURL(String value)
Sets the value of the secureJMFURL property.
|
void |
setSerialNumber(String value)
Sets the value of the serialNumber property.
|
void |
setUPC(String value)
Sets the value of the upc property.
|
protected List<CostCenter> costCenter
protected String directory
protected String modelName
protected String jdfErrorURL
protected String jmfSenderID
protected String modelURL
protected String jdfVersions
protected String modelNumber
protected String jdfInputURL
protected String deviceID
protected String jmfurl
protected String manufacturerURL
protected String jdfOutputURL
protected String secureJMFURL
protected String upc
protected String presentationURL
protected String serialNumber
protected String modelDescription
protected String deviceType
public List<Module> getModule()
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 module property.
For example, to add a new item, do as follows:
getModule().add(newItem);
Objects of the following type(s) are allowed in the list
Module
public List<DeviceCap> getDeviceCap()
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 deviceCap property.
For example, to add a new item, do as follows:
getDeviceCap().add(newItem);
Objects of the following type(s) are allowed in the list
DeviceCap
public List<CostCenter> getCostCenter()
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 costCenter property.
For example, to add a new item, do as follows:
getCostCenter().add(newItem);
Objects of the following type(s) are allowed in the list
CostCenter
public List<IconList> getIconList()
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 iconList property.
For example, to add a new item, do as follows:
getIconList().add(newItem);
Objects of the following type(s) are allowed in the list
IconList
public String getDirectory()
Stringpublic void setDirectory(String value)
value - allowed object is
Stringpublic String getModelName()
Stringpublic void setModelName(String value)
value - allowed object is
Stringpublic List<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 String getJDFErrorURL()
Stringpublic void setJDFErrorURL(String value)
value - allowed object is
Stringpublic String getJMFSenderID()
Stringpublic void setJMFSenderID(String value)
value - allowed object is
Stringpublic String getModelURL()
Stringpublic void setModelURL(String value)
value - allowed object is
Stringpublic String getJDFVersions()
Stringpublic void setJDFVersions(String value)
value - allowed object is
Stringpublic String getModelNumber()
Stringpublic void setModelNumber(String value)
value - allowed object is
Stringpublic List<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 String getJDFInputURL()
Stringpublic void setJDFInputURL(String value)
value - allowed object is
Stringpublic String getDeviceID()
Stringpublic void setDeviceID(String value)
value - allowed object is
Stringpublic String getJMFURL()
Stringpublic void setJMFURL(String value)
value - allowed object is
Stringpublic String getManufacturerURL()
Stringpublic void setManufacturerURL(String value)
value - allowed object is
Stringpublic String getJDFOutputURL()
Stringpublic void setJDFOutputURL(String value)
value - allowed object is
Stringpublic String getSecureJMFURL()
Stringpublic void setSecureJMFURL(String value)
value - allowed object is
Stringpublic void setUPC(String value)
value - allowed object is
Stringpublic String getPresentationURL()
Stringpublic void setPresentationURL(String value)
value - allowed object is
Stringpublic String getSerialNumber()
Stringpublic void setSerialNumber(String value)
value - allowed object is
Stringpublic String getModelDescription()
Stringpublic void setModelDescription(String value)
value - allowed object is
Stringpublic String getDeviceType()
StringCopyright © 2013. All Rights Reserved.