@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
public class SheetOptimizingParams
extends SpecificResource
implements java.io.Serializable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
Java class for SheetOptimizingParams complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SheetOptimizingParams">
<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}GangElement" maxOccurs="unbounded"/>
</sequence>
<anyAttribute processContents='lax' namespace='##other'/>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<ConvertingConfig> |
convertingConfig |
protected java.util.List<GangElement> |
gangElement |
| Constructor and Description |
|---|
SheetOptimizingParams() |
| 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.
|
java.util.List<GangElement> |
getGangElement()
Gets the value of the gangElement property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
SheetOptimizingParams |
withConvertingConfig(java.util.Collection<ConvertingConfig> values) |
SheetOptimizingParams |
withConvertingConfig(ConvertingConfig... values) |
SheetOptimizingParams |
withGangElement(java.util.Collection<GangElement> values) |
SheetOptimizingParams |
withGangElement(GangElement... values) |
getOtherAttributes@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
protected java.util.List<ConvertingConfig> convertingConfig
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
protected java.util.List<GangElement> gangElement
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00: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="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
public java.util.List<GangElement> getGangElement()
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 gangElement property.
For example, to add a new item, do as follows:
getGangElement().add(newItem);
Objects of the following type(s) are allowed in the list
GangElement
public SheetOptimizingParams withConvertingConfig(ConvertingConfig... values)
public SheetOptimizingParams withConvertingConfig(java.util.Collection<ConvertingConfig> values)
public SheetOptimizingParams withGangElement(GangElement... values)
public SheetOptimizingParams withGangElement(java.util.Collection<GangElement> values)
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