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