public class LayoutElementPart 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}PositionObj" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}RunList" maxOccurs="unbounded" minOccurs="0"/>
</choice>
</sequence>
<attribute name="ID" type="{http://www.CIP4.org/JDFSchema_2_0}ID" />
<attribute name="BarcodeProductionParamsRef" type="{http://www.CIP4.org/JDFSchema_2_0}IDREF" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Object |
barcodeProductionParamsRef |
protected String |
id |
protected List<PositionObj> |
positionObjs |
protected List<RunList> |
runLists |
| Constructor and Description |
|---|
LayoutElementPart() |
| Modifier and Type | Method and Description |
|---|---|
Object |
getBarcodeProductionParamsRef()
Gets the value of the barcodeProductionParamsRef property.
|
String |
getID()
Gets the value of the id property.
|
List<PositionObj> |
getPositionObjs()
Gets the value of the positionObjs property.
|
List<RunList> |
getRunLists()
Gets the value of the runLists property.
|
void |
setBarcodeProductionParamsRef(Object value)
Sets the value of the barcodeProductionParamsRef property.
|
void |
setID(String value)
Sets the value of the id property.
|
protected List<PositionObj> positionObjs
protected String id
protected Object barcodeProductionParamsRef
public List<RunList> getRunLists()
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 runLists property.
For example, to add a new item, do as follows:
getRunLists().add(newItem);
Objects of the following type(s) are allowed in the list
RunList
public List<PositionObj> getPositionObjs()
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 positionObjs property.
For example, to add a new item, do as follows:
getPositionObjs().add(newItem);
Objects of the following type(s) are allowed in the list
PositionObj
public void setID(String value)
value - allowed object is
Stringpublic Object getBarcodeProductionParamsRef()
ObjectCopyright © 2012. All Rights Reserved.