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