public class DieLayoutProductionParams extends ParameterType implements java.io.Serializable
Java class for DieLayoutProductionParams complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DieLayoutProductionParams">
<complexContent>
<extension base="{http://www.CIP4.org/JDFSchema_2_0}ParameterType">
<sequence>
<choice>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}Contact" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}RepeatDesc" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}ConvertingConfig" maxOccurs="unbounded" minOccurs="0"/>
</choice>
</sequence>
<attribute name="Position" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="Estimate" type="{http://www.CIP4.org/JDFSchema_2_0}boolean" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<Contact> |
contacts |
protected java.util.List<ConvertingConfig> |
convertingConfigs |
protected java.lang.Boolean |
estimate |
protected java.lang.String |
position |
protected java.util.List<RepeatDesc> |
repeatDescs |
| Constructor and Description |
|---|
DieLayoutProductionParams() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Contact> |
getContacts()
Gets the value of the contacts property.
|
java.util.List<ConvertingConfig> |
getConvertingConfigs()
Gets the value of the convertingConfigs property.
|
java.lang.Boolean |
getEstimate()
Gets the value of the estimate property.
|
java.lang.String |
getPosition()
Gets the value of the position property.
|
java.util.List<RepeatDesc> |
getRepeatDescs()
Gets the value of the repeatDescs property.
|
void |
setEstimate(java.lang.Boolean value)
Sets the value of the estimate property.
|
void |
setPosition(java.lang.String value)
Sets the value of the position property.
|
protected java.util.List<ConvertingConfig> convertingConfigs
protected java.util.List<RepeatDesc> repeatDescs
protected java.util.List<Contact> contacts
protected java.lang.String position
protected java.lang.Boolean estimate
public java.util.List<ConvertingConfig> getConvertingConfigs()
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 convertingConfigs property.
For example, to add a new item, do as follows:
getConvertingConfigs().add(newItem);
Objects of the following type(s) are allowed in the list
ConvertingConfig
public java.util.List<RepeatDesc> getRepeatDescs()
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 repeatDescs property.
For example, to add a new item, do as follows:
getRepeatDescs().add(newItem);
Objects of the following type(s) are allowed in the list
RepeatDesc
public java.util.List<Contact> getContacts()
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 contacts property.
For example, to add a new item, do as follows:
getContacts().add(newItem);
Objects of the following type(s) are allowed in the list
Contact
public java.lang.String getPosition()
Stringpublic void setPosition(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Boolean getEstimate()
Booleanpublic void setEstimate(java.lang.Boolean value)
value - allowed object is
BooleanCopyright © 2012. All Rights Reserved.