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>
<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"/>
</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> |
contact |
protected List<ConvertingConfig> |
convertingConfig |
protected Boolean |
estimate |
protected String |
position |
protected List<RepeatDesc> |
repeatDesc |
| Constructor and Description |
|---|
DieLayoutProductionParams() |
| Modifier and Type | Method and Description |
|---|---|
List<Contact> |
getContact()
Gets the value of the contact property.
|
List<ConvertingConfig> |
getConvertingConfig()
Gets the value of the convertingConfig property.
|
String |
getPosition()
Gets the value of the position property.
|
List<RepeatDesc> |
getRepeatDesc()
Gets the value of the repeatDesc 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<RepeatDesc> repeatDesc
protected List<ConvertingConfig> convertingConfig
protected String position
protected Boolean estimate
public List<Contact> getContact()
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 contact property.
For example, to add a new item, do as follows:
getContact().add(newItem);
Objects of the following type(s) are allowed in the list
Contact
public List<RepeatDesc> getRepeatDesc()
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 repeatDesc property.
For example, to add a new item, do as follows:
getRepeatDesc().add(newItem);
Objects of the following type(s) are allowed in the list
RepeatDesc
public List<ConvertingConfig> getConvertingConfig()
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 convertingConfig property.
For example, to add a new item, do as follows:
getConvertingConfig().add(newItem);
Objects of the following type(s) are allowed in the list
ConvertingConfig
public String getPosition()
Stringpublic void setPosition(String value)
value - allowed object is
Stringpublic Boolean isEstimate()
BooleanCopyright © 2013. All Rights Reserved.