Class DieLayoutProductionParams
- java.lang.Object
-
- org.cip4.lib.xjdf.schema.SpecificResource
-
- org.cip4.lib.xjdf.schema.DieLayoutProductionParams
-
- All Implemented Interfaces:
java.io.Serializable
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-20T17:59:47Z") public class DieLayoutProductionParams extends SpecificResource implements java.io.SerializableJava 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.w3.org/2001/XMLSchema}boolean" /> <attribute name="Position" type="{http://www.CIP4.org/JDFSchema_2_0}Anchor" /> <anyAttribute processContents='lax' namespace='##other'/> </extension> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected java.util.List<ConvertingConfig>convertingConfigprotected java.lang.Booleanestimateprotected Anchorpositionprotected java.util.List<RepeatDesc>repeatDesc
-
Constructor Summary
Constructors Constructor Description DieLayoutProductionParams()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object object)java.util.List<ConvertingConfig>getConvertingConfig()Gets the value of the convertingConfig property.AnchorgetPosition()Gets the value of the position property.java.util.List<RepeatDesc>getRepeatDesc()Gets the value of the repeatDesc property.inthashCode()java.lang.BooleanisEstimate()Gets the value of the estimate property.voidsetEstimate(java.lang.Boolean value)Sets the value of the estimate property.voidsetPosition(Anchor value)Sets the value of the position property.DieLayoutProductionParamswithConvertingConfig(java.util.Collection<ConvertingConfig> values)DieLayoutProductionParamswithConvertingConfig(ConvertingConfig... values)DieLayoutProductionParamswithEstimate(java.lang.Boolean value)DieLayoutProductionParamswithPosition(Anchor value)DieLayoutProductionParamswithRepeatDesc(java.util.Collection<RepeatDesc> values)DieLayoutProductionParamswithRepeatDesc(RepeatDesc... values)-
Methods inherited from class org.cip4.lib.xjdf.schema.SpecificResource
getOtherAttributes
-
-
-
-
Field Detail
-
convertingConfig
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-20T17:59:47Z") protected java.util.List<ConvertingConfig> convertingConfig
-
repeatDesc
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-20T17:59:47Z") protected java.util.List<RepeatDesc> repeatDesc
-
estimate
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-20T17:59:47Z") protected java.lang.Boolean estimate
-
position
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-20T17:59:47Z") protected Anchor position
-
-
Method Detail
-
getConvertingConfig
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-20T17:59:47Z") public java.util.List<ConvertingConfig> getConvertingConfig()Gets the value of the convertingConfig property.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 Jakarta XML Binding object. This is why there is not a
setmethod 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- Returns:
- The value of the convertingConfig property.
-
getRepeatDesc
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-20T17:59:47Z") public java.util.List<RepeatDesc> getRepeatDesc()Gets the value of the repeatDesc property.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 Jakarta XML Binding object. This is why there is not a
setmethod 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- Returns:
- The value of the repeatDesc property.
-
isEstimate
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-20T17:59:47Z") public java.lang.Boolean isEstimate()Gets the value of the estimate property.- Returns:
- possible object is
Boolean
-
setEstimate
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-20T17:59:47Z") public void setEstimate(java.lang.Boolean value)Sets the value of the estimate property.- Parameters:
value- allowed object isBoolean
-
getPosition
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-20T17:59:47Z") public Anchor getPosition()Gets the value of the position property.- Returns:
- possible object is
Anchor
-
setPosition
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-20T17:59:47Z") public void setPosition(Anchor value)Sets the value of the position property.- Parameters:
value- allowed object isAnchor
-
withConvertingConfig
public DieLayoutProductionParams withConvertingConfig(ConvertingConfig... values)
-
withConvertingConfig
public DieLayoutProductionParams withConvertingConfig(java.util.Collection<ConvertingConfig> values)
-
withRepeatDesc
public DieLayoutProductionParams withRepeatDesc(RepeatDesc... values)
-
withRepeatDesc
public DieLayoutProductionParams withRepeatDesc(java.util.Collection<RepeatDesc> values)
-
withEstimate
public DieLayoutProductionParams withEstimate(java.lang.Boolean value)
-
withPosition
public DieLayoutProductionParams withPosition(Anchor value)
-
equals
public boolean equals(java.lang.Object object)
- Overrides:
equalsin classSpecificResource
-
hashCode
public int hashCode()
- Overrides:
hashCodein classSpecificResource
-
-