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>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}Glue" maxOccurs="unbounded" minOccurs="0"/>
</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> |
glue |
protected String |
gluingProductionID |
| Constructor and Description |
|---|
GluingParams() |
| Modifier and Type | Method and Description |
|---|---|
List<Glue> |
getGlue()
Gets the value of the glue property.
|
String |
getGluingProductionID()
Gets the value of the gluingProductionID property.
|
void |
setGluingProductionID(String value)
Sets the value of the gluingProductionID property.
|
public List<Glue> getGlue()
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 glue property.
For example, to add a new item, do as follows:
getGlue().add(newItem);
Objects of the following type(s) are allowed in the list
Glue
public String getGluingProductionID()
StringCopyright © 2013. All Rights Reserved.