@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public class DieLayoutProductionParams
extends SpecificResource
implements java.io.Serializable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
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}SpecificResource">
<sequence>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}ConvertingConfig" maxOccurs="unbounded"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}RepeatDesc" maxOccurs="unbounded"/>
</sequence>
<attribute name="Estimate" type="{http://www.CIP4.org/JDFSchema_2_0}boolean" />
<attribute name="Position" type="{http://www.CIP4.org/JDFSchema_2_0}Anchor" />
<anyAttribute processContents='lax' namespace='##other'/>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<ConvertingConfig> |
convertingConfig |
protected java.lang.Boolean |
estimate |
protected Anchor |
position |
protected java.util.List<RepeatDesc> |
repeatDesc |
| Constructor and Description |
|---|
DieLayoutProductionParams() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
java.lang.Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy) |
java.util.List<ConvertingConfig> |
getConvertingConfig()
Gets the value of the convertingConfig property.
|
Anchor |
getPosition()
Gets the value of the position property.
|
java.util.List<RepeatDesc> |
getRepeatDesc()
Gets the value of the repeatDesc property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
java.lang.Boolean |
isEstimate()
Gets the value of the estimate property.
|
void |
setEstimate(java.lang.Boolean value)
Sets the value of the estimate property.
|
void |
setPosition(Anchor value)
Sets the value of the position property.
|
DieLayoutProductionParams |
withConvertingConfig(java.util.Collection<ConvertingConfig> values) |
DieLayoutProductionParams |
withConvertingConfig(ConvertingConfig... values) |
DieLayoutProductionParams |
withEstimate(java.lang.Boolean value) |
DieLayoutProductionParams |
withPosition(Anchor value) |
DieLayoutProductionParams |
withRepeatDesc(java.util.Collection<RepeatDesc> values) |
DieLayoutProductionParams |
withRepeatDesc(RepeatDesc... values) |
getOtherAttributes@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
protected java.util.List<ConvertingConfig> convertingConfig
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
protected java.util.List<RepeatDesc> repeatDesc
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
protected java.lang.Boolean estimate
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
protected Anchor position
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public java.util.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
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public java.util.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
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public java.lang.Boolean isEstimate()
Boolean@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public void setEstimate(java.lang.Boolean value)
value - allowed object is
Boolean@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public Anchor getPosition()
Anchor@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public void setPosition(Anchor value)
value - allowed object is
Anchorpublic DieLayoutProductionParams withConvertingConfig(ConvertingConfig... values)
public DieLayoutProductionParams withConvertingConfig(java.util.Collection<ConvertingConfig> values)
public DieLayoutProductionParams withRepeatDesc(RepeatDesc... values)
public DieLayoutProductionParams withRepeatDesc(java.util.Collection<RepeatDesc> values)
public DieLayoutProductionParams withEstimate(java.lang.Boolean value)
public DieLayoutProductionParams withPosition(Anchor value)
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
java.lang.Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equalsequals in class SpecificResourcepublic boolean equals(java.lang.Object object)
equals in class SpecificResourcepublic int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodehashCode in class SpecificResourcepublic int hashCode()
hashCode in class SpecificResource