public class DeviceCap 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">
<sequence>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}BooleanState" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}StringState" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}EnumState" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}XYPairState" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}DateTimeState" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}MacroPool" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}ShapeState" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}ActionPool" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}PDFPathState" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}RectangleState" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}NumberState" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}IntegerState" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}DurationState" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}NameState" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}ModulePool" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}Performance" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}MatrixState" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}TestPool" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}ElementState" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="Lang" type="{http://www.CIP4.org/JDFSchema_2_0}languages" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<ActionPool> |
actionPool |
protected List<BooleanState> |
booleanState |
protected List<DateTimeState> |
dateTimeState |
protected List<DurationState> |
durationState |
protected List<ElementState> |
elementState |
protected List<EnumState> |
enumState |
protected List<IntegerState> |
integerState |
protected List<String> |
lang |
protected List<MacroPool> |
macroPool |
protected List<MatrixState> |
matrixState |
protected List<ModulePool> |
modulePool |
protected List<NameState> |
nameState |
protected List<NumberState> |
numberState |
protected List<PDFPathState> |
pdfPathState |
protected List<Performance> |
performance |
protected List<RectangleState> |
rectangleState |
protected List<ShapeState> |
shapeState |
protected List<StringState> |
stringState |
protected List<TestPool> |
testPool |
protected List<XYPairState> |
xyPairState |
| Constructor and Description |
|---|
DeviceCap() |
| Modifier and Type | Method and Description |
|---|---|
List<ActionPool> |
getActionPool()
Gets the value of the actionPool property.
|
List<BooleanState> |
getBooleanState()
Gets the value of the booleanState property.
|
List<DateTimeState> |
getDateTimeState()
Gets the value of the dateTimeState property.
|
List<DurationState> |
getDurationState()
Gets the value of the durationState property.
|
List<ElementState> |
getElementState()
Gets the value of the elementState property.
|
List<EnumState> |
getEnumState()
Gets the value of the enumState property.
|
List<IntegerState> |
getIntegerState()
Gets the value of the integerState property.
|
List<String> |
getLang()
Gets the value of the lang property.
|
List<MacroPool> |
getMacroPool()
Gets the value of the macroPool property.
|
List<MatrixState> |
getMatrixState()
Gets the value of the matrixState property.
|
List<ModulePool> |
getModulePool()
Gets the value of the modulePool property.
|
List<NameState> |
getNameState()
Gets the value of the nameState property.
|
List<NumberState> |
getNumberState()
Gets the value of the numberState property.
|
List<PDFPathState> |
getPDFPathState()
Gets the value of the pdfPathState property.
|
List<Performance> |
getPerformance()
Gets the value of the performance property.
|
List<RectangleState> |
getRectangleState()
Gets the value of the rectangleState property.
|
List<ShapeState> |
getShapeState()
Gets the value of the shapeState property.
|
List<StringState> |
getStringState()
Gets the value of the stringState property.
|
List<TestPool> |
getTestPool()
Gets the value of the testPool property.
|
List<XYPairState> |
getXYPairState()
Gets the value of the xyPairState property.
|
protected List<BooleanState> booleanState
protected List<StringState> stringState
protected List<XYPairState> xyPairState
protected List<DateTimeState> dateTimeState
protected List<ShapeState> shapeState
protected List<ActionPool> actionPool
protected List<PDFPathState> pdfPathState
protected List<RectangleState> rectangleState
protected List<NumberState> numberState
protected List<IntegerState> integerState
protected List<DurationState> durationState
protected List<ModulePool> modulePool
protected List<Performance> performance
protected List<MatrixState> matrixState
protected List<ElementState> elementState
public List<BooleanState> getBooleanState()
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 booleanState property.
For example, to add a new item, do as follows:
getBooleanState().add(newItem);
Objects of the following type(s) are allowed in the list
BooleanState
public List<StringState> getStringState()
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 stringState property.
For example, to add a new item, do as follows:
getStringState().add(newItem);
Objects of the following type(s) are allowed in the list
StringState
public List<EnumState> getEnumState()
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 enumState property.
For example, to add a new item, do as follows:
getEnumState().add(newItem);
Objects of the following type(s) are allowed in the list
EnumState
public List<XYPairState> getXYPairState()
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 xyPairState property.
For example, to add a new item, do as follows:
getXYPairState().add(newItem);
Objects of the following type(s) are allowed in the list
XYPairState
public List<DateTimeState> getDateTimeState()
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 dateTimeState property.
For example, to add a new item, do as follows:
getDateTimeState().add(newItem);
Objects of the following type(s) are allowed in the list
DateTimeState
public List<MacroPool> getMacroPool()
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 macroPool property.
For example, to add a new item, do as follows:
getMacroPool().add(newItem);
Objects of the following type(s) are allowed in the list
MacroPool
public List<ShapeState> getShapeState()
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 shapeState property.
For example, to add a new item, do as follows:
getShapeState().add(newItem);
Objects of the following type(s) are allowed in the list
ShapeState
public List<ActionPool> getActionPool()
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 actionPool property.
For example, to add a new item, do as follows:
getActionPool().add(newItem);
Objects of the following type(s) are allowed in the list
ActionPool
public List<PDFPathState> getPDFPathState()
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 pdfPathState property.
For example, to add a new item, do as follows:
getPDFPathState().add(newItem);
Objects of the following type(s) are allowed in the list
PDFPathState
public List<RectangleState> getRectangleState()
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 rectangleState property.
For example, to add a new item, do as follows:
getRectangleState().add(newItem);
Objects of the following type(s) are allowed in the list
RectangleState
public List<NumberState> getNumberState()
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 numberState property.
For example, to add a new item, do as follows:
getNumberState().add(newItem);
Objects of the following type(s) are allowed in the list
NumberState
public List<IntegerState> getIntegerState()
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 integerState property.
For example, to add a new item, do as follows:
getIntegerState().add(newItem);
Objects of the following type(s) are allowed in the list
IntegerState
public List<DurationState> getDurationState()
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 durationState property.
For example, to add a new item, do as follows:
getDurationState().add(newItem);
Objects of the following type(s) are allowed in the list
DurationState
public List<NameState> getNameState()
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 nameState property.
For example, to add a new item, do as follows:
getNameState().add(newItem);
Objects of the following type(s) are allowed in the list
NameState
public List<ModulePool> getModulePool()
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 modulePool property.
For example, to add a new item, do as follows:
getModulePool().add(newItem);
Objects of the following type(s) are allowed in the list
ModulePool
public List<Performance> getPerformance()
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 performance property.
For example, to add a new item, do as follows:
getPerformance().add(newItem);
Objects of the following type(s) are allowed in the list
Performance
public List<MatrixState> getMatrixState()
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 matrixState property.
For example, to add a new item, do as follows:
getMatrixState().add(newItem);
Objects of the following type(s) are allowed in the list
MatrixState
public List<TestPool> getTestPool()
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 testPool property.
For example, to add a new item, do as follows:
getTestPool().add(newItem);
Objects of the following type(s) are allowed in the list
TestPool
public List<ElementState> getElementState()
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 elementState property.
For example, to add a new item, do as follows:
getElementState().add(newItem);
Objects of the following type(s) are allowed in the list
ElementState
public List<String> getLang()
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 lang property.
For example, to add a new item, do as follows:
getLang().add(newItem);
Objects of the following type(s) are allowed in the list
String
Copyright © 2013. All Rights Reserved.