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>
<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"/>
</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> |
positionObj |
protected List<RunList> |
runList |
| 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> |
getPositionObj()
Gets the value of the positionObj property.
|
List<RunList> |
getRunList()
Gets the value of the runList 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> positionObj
protected String id
protected Object barcodeProductionParamsRef
public List<PositionObj> getPositionObj()
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 positionObj property.
For example, to add a new item, do as follows:
getPositionObj().add(newItem);
Objects of the following type(s) are allowed in the list
PositionObj
public List<RunList> getRunList()
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 runList property.
For example, to add a new item, do as follows:
getRunList().add(newItem);
Objects of the following type(s) are allowed in the list
RunList
public void setID(String value)
value - allowed object is
Stringpublic Object getBarcodeProductionParamsRef()
ObjectCopyright © 2013. All Rights Reserved.