public class GluingParams extends ParameterType implements java.io.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 java.util.List<Glue> |
glues |
protected java.lang.String |
gluingProductionID |
| Constructor and Description |
|---|
GluingParams() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Glue> |
getGlues()
Gets the value of the glues property.
|
java.lang.String |
getGluingProductionID()
Gets the value of the gluingProductionID property.
|
void |
setGluingProductionID(java.lang.String value)
Sets the value of the gluingProductionID property.
|
protected java.util.List<Glue> glues
protected java.lang.String gluingProductionID
public java.util.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 java.lang.String getGluingProductionID()
Stringpublic void setGluingProductionID(java.lang.String value)
value - allowed object is
StringCopyright © 2012. All Rights Reserved.