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>
<choice>
<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"/>
</choice>
</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> |
actionPools |
protected List<BooleanState> |
booleanStates |
protected List<DateTimeState> |
dateTimeStates |
protected List<DurationState> |
durationStates |
protected List<ElementState> |
elementStates |
protected List<EnumState> |
enumStates |
protected List<IntegerState> |
integerStates |
protected List<String> |
langs |
protected List<MacroPool> |
macroPools |
protected List<MatrixState> |
matrixStates |
protected List<ModulePool> |
modulePools |
protected List<NameState> |
nameStates |
protected List<NumberState> |
numberStates |
protected List<PDFPathState> |
pdfPathStates |
protected List<Performance> |
performances |
protected List<RectangleState> |
rectangleStates |
protected List<ShapeState> |
shapeStates |
protected List<StringState> |
stringStates |
protected List<TestPool> |
testPools |
protected List<XYPairState> |
xyPairStates |
| Constructor and Description |
|---|
DeviceCap() |
| Modifier and Type | Method and Description |
|---|---|
List<ActionPool> |
getActionPools()
Gets the value of the actionPools property.
|
List<BooleanState> |
getBooleanStates()
Gets the value of the booleanStates property.
|
List<DateTimeState> |
getDateTimeStates()
Gets the value of the dateTimeStates property.
|
List<DurationState> |
getDurationStates()
Gets the value of the durationStates property.
|
List<ElementState> |
getElementStates()
Gets the value of the elementStates property.
|
List<EnumState> |
getEnumStates()
Gets the value of the enumStates property.
|
List<IntegerState> |
getIntegerStates()
Gets the value of the integerStates property.
|
List<String> |
getLangs()
Gets the value of the langs property.
|
List<MacroPool> |
getMacroPools()
Gets the value of the macroPools property.
|
List<MatrixState> |
getMatrixStates()
Gets the value of the matrixStates property.
|
List<ModulePool> |
getModulePools()
Gets the value of the modulePools property.
|
List<NameState> |
getNameStates()
Gets the value of the nameStates property.
|
List<NumberState> |
getNumberStates()
Gets the value of the numberStates property.
|
List<PDFPathState> |
getPDFPathStates()
Gets the value of the pdfPathStates property.
|
List<Performance> |
getPerformances()
Gets the value of the performances property.
|
List<RectangleState> |
getRectangleStates()
Gets the value of the rectangleStates property.
|
List<ShapeState> |
getShapeStates()
Gets the value of the shapeStates property.
|
List<StringState> |
getStringStates()
Gets the value of the stringStates property.
|
List<TestPool> |
getTestPools()
Gets the value of the testPools property.
|
List<XYPairState> |
getXYPairStates()
Gets the value of the xyPairStates property.
|
protected List<ElementState> elementStates
protected List<MatrixState> matrixStates
protected List<Performance> performances
protected List<ModulePool> modulePools
protected List<DurationState> durationStates
protected List<IntegerState> integerStates
protected List<NumberState> numberStates
protected List<RectangleState> rectangleStates
protected List<PDFPathState> pdfPathStates
protected List<ActionPool> actionPools
protected List<ShapeState> shapeStates
protected List<DateTimeState> dateTimeStates
protected List<XYPairState> xyPairStates
protected List<StringState> stringStates
protected List<BooleanState> booleanStates
public List<ElementState> getElementStates()
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 elementStates property.
For example, to add a new item, do as follows:
getElementStates().add(newItem);
Objects of the following type(s) are allowed in the list
ElementState
public List<TestPool> getTestPools()
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 testPools property.
For example, to add a new item, do as follows:
getTestPools().add(newItem);
Objects of the following type(s) are allowed in the list
TestPool
public List<MatrixState> getMatrixStates()
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 matrixStates property.
For example, to add a new item, do as follows:
getMatrixStates().add(newItem);
Objects of the following type(s) are allowed in the list
MatrixState
public List<Performance> getPerformances()
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 performances property.
For example, to add a new item, do as follows:
getPerformances().add(newItem);
Objects of the following type(s) are allowed in the list
Performance
public List<ModulePool> getModulePools()
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 modulePools property.
For example, to add a new item, do as follows:
getModulePools().add(newItem);
Objects of the following type(s) are allowed in the list
ModulePool
public List<NameState> getNameStates()
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 nameStates property.
For example, to add a new item, do as follows:
getNameStates().add(newItem);
Objects of the following type(s) are allowed in the list
NameState
public List<DurationState> getDurationStates()
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 durationStates property.
For example, to add a new item, do as follows:
getDurationStates().add(newItem);
Objects of the following type(s) are allowed in the list
DurationState
public List<IntegerState> getIntegerStates()
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 integerStates property.
For example, to add a new item, do as follows:
getIntegerStates().add(newItem);
Objects of the following type(s) are allowed in the list
IntegerState
public List<NumberState> getNumberStates()
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 numberStates property.
For example, to add a new item, do as follows:
getNumberStates().add(newItem);
Objects of the following type(s) are allowed in the list
NumberState
public List<RectangleState> getRectangleStates()
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 rectangleStates property.
For example, to add a new item, do as follows:
getRectangleStates().add(newItem);
Objects of the following type(s) are allowed in the list
RectangleState
public List<PDFPathState> getPDFPathStates()
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 pdfPathStates property.
For example, to add a new item, do as follows:
getPDFPathStates().add(newItem);
Objects of the following type(s) are allowed in the list
PDFPathState
public List<ActionPool> getActionPools()
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 actionPools property.
For example, to add a new item, do as follows:
getActionPools().add(newItem);
Objects of the following type(s) are allowed in the list
ActionPool
public List<ShapeState> getShapeStates()
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 shapeStates property.
For example, to add a new item, do as follows:
getShapeStates().add(newItem);
Objects of the following type(s) are allowed in the list
ShapeState
public List<MacroPool> getMacroPools()
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 macroPools property.
For example, to add a new item, do as follows:
getMacroPools().add(newItem);
Objects of the following type(s) are allowed in the list
MacroPool
public List<DateTimeState> getDateTimeStates()
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 dateTimeStates property.
For example, to add a new item, do as follows:
getDateTimeStates().add(newItem);
Objects of the following type(s) are allowed in the list
DateTimeState
public List<XYPairState> getXYPairStates()
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 xyPairStates property.
For example, to add a new item, do as follows:
getXYPairStates().add(newItem);
Objects of the following type(s) are allowed in the list
XYPairState
public List<EnumState> getEnumStates()
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 enumStates property.
For example, to add a new item, do as follows:
getEnumStates().add(newItem);
Objects of the following type(s) are allowed in the list
EnumState
public List<StringState> getStringStates()
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 stringStates property.
For example, to add a new item, do as follows:
getStringStates().add(newItem);
Objects of the following type(s) are allowed in the list
StringState
public List<BooleanState> getBooleanStates()
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 booleanStates property.
For example, to add a new item, do as follows:
getBooleanStates().add(newItem);
Objects of the following type(s) are allowed in the list
BooleanState
public List<String> getLangs()
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 langs property.
For example, to add a new item, do as follows:
getLangs().add(newItem);
Objects of the following type(s) are allowed in the list
String
Copyright © 2012. All Rights Reserved.