public class LayoutElementProductionParams extends ParameterType implements Serializable
Java class for LayoutElementProductionParams complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LayoutElementProductionParams">
<complexContent>
<extension base="{http://www.CIP4.org/JDFSchema_2_0}ParameterType">
<sequence>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}ShapeDef" 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}ActionPool" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}LayoutElementPart" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<ActionPool> |
actionPool |
protected List<LayoutElementPart> |
layoutElementPart |
protected List<ShapeDef> |
shapeDef |
protected List<TestPool> |
testPool |
| Constructor and Description |
|---|
LayoutElementProductionParams() |
| Modifier and Type | Method and Description |
|---|---|
List<ActionPool> |
getActionPool()
Gets the value of the actionPool property.
|
List<LayoutElementPart> |
getLayoutElementPart()
Gets the value of the layoutElementPart property.
|
List<ShapeDef> |
getShapeDef()
Gets the value of the shapeDef property.
|
List<TestPool> |
getTestPool()
Gets the value of the testPool property.
|
protected List<ActionPool> actionPool
protected List<LayoutElementPart> layoutElementPart
public List<ShapeDef> getShapeDef()
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 shapeDef property.
For example, to add a new item, do as follows:
getShapeDef().add(newItem);
Objects of the following type(s) are allowed in the list
ShapeDef
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<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<LayoutElementPart> getLayoutElementPart()
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 layoutElementPart property.
For example, to add a new item, do as follows:
getLayoutElementPart().add(newItem);
Objects of the following type(s) are allowed in the list
LayoutElementPart
Copyright © 2013. All Rights Reserved.