public class DieLayoutProductionParams extends ParameterType implements 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 List<Contact> |
contacts |
protected List<ConvertingConfig> |
convertingConfigs |
protected Boolean |
estimate |
protected String |
position |
protected List<RepeatDesc> |
repeatDescs |
| Constructor and Description |
|---|
DieLayoutProductionParams() |
| Modifier and Type | Method and Description |
|---|---|
List<Contact> |
getContacts()
Gets the value of the contacts property.
|
List<ConvertingConfig> |
getConvertingConfigs()
Gets the value of the convertingConfigs property.
|
String |
getPosition()
Gets the value of the position property.
|
List<RepeatDesc> |
getRepeatDescs()
Gets the value of the repeatDescs property.
|
Boolean |
isEstimate()
Gets the value of the estimate property.
|
void |
setEstimate(Boolean value)
Sets the value of the estimate property.
|
void |
setPosition(String value)
Sets the value of the position property.
|
protected List<ConvertingConfig> convertingConfigs
protected List<RepeatDesc> repeatDescs
protected String position
protected Boolean estimate
public 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 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 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 String getPosition()
Stringpublic void setPosition(String value)
value - allowed object is
Stringpublic Boolean isEstimate()
BooleanCopyright © 2012. All Rights Reserved.