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>
<choice>
<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"/>
</choice>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<ActionPool> |
actionPools |
protected List<LayoutElementPart> |
layoutElementParts |
protected List<ShapeDef> |
shapeDeves |
protected List<TestPool> |
testPools |
| Constructor and Description |
|---|
LayoutElementProductionParams() |
| Modifier and Type | Method and Description |
|---|---|
List<ActionPool> |
getActionPools()
Gets the value of the actionPools property.
|
List<LayoutElementPart> |
getLayoutElementParts()
Gets the value of the layoutElementParts property.
|
List<ShapeDef> |
getShapeDeves()
Gets the value of the shapeDeves property.
|
List<TestPool> |
getTestPools()
Gets the value of the testPools property.
|
protected List<LayoutElementPart> layoutElementParts
protected List<ActionPool> actionPools
public List<LayoutElementPart> getLayoutElementParts()
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 layoutElementParts property.
For example, to add a new item, do as follows:
getLayoutElementParts().add(newItem);
Objects of the following type(s) are allowed in the list
LayoutElementPart
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<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<ShapeDef> getShapeDeves()
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 shapeDeves property.
For example, to add a new item, do as follows:
getShapeDeves().add(newItem);
Objects of the following type(s) are allowed in the list
ShapeDef
Copyright © 2012. All Rights Reserved.