@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") public class StackingParams extends ParameterType implements Serializable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
Java class for StackingParams complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="StackingParams">
<complexContent>
<extension base="{http://www.CIP4.org/JDFSchema_2_0}ParameterType">
<sequence>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}Disjointing" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="MaxWeight" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="MaxHeight" type="{http://www.CIP4.org/JDFSchema_2_0}integer" />
<attribute name="StandardAmount" type="{http://www.CIP4.org/JDFSchema_2_0}integer" />
<attribute name="LayerCompression" type="{http://www.CIP4.org/JDFSchema_2_0}boolean" />
<attribute name="Compensate" type="{http://www.CIP4.org/JDFSchema_2_0}boolean" />
<attribute name="BundleDepth" type="{http://www.CIP4.org/JDFSchema_2_0}integer" />
<attribute name="UnderLays" type="{http://www.CIP4.org/JDFSchema_2_0}IntegerList" />
<attribute name="MaxAmount" type="{http://www.CIP4.org/JDFSchema_2_0}integer" />
<attribute name="StackCompression" type="{http://www.CIP4.org/JDFSchema_2_0}boolean" />
<attribute name="LayerLift" type="{http://www.CIP4.org/JDFSchema_2_0}boolean" />
<attribute name="MinAmount" type="{http://www.CIP4.org/JDFSchema_2_0}integer" />
<attribute name="PreStackMethod" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="LayerAmount" type="{http://www.CIP4.org/JDFSchema_2_0}IntegerList" />
<attribute name="PreStackAmount" type="{http://www.CIP4.org/JDFSchema_2_0}integer" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
bundleDepth |
protected Boolean |
compensate |
protected List<Disjointing> |
disjointing |
protected IntegerList |
layerAmount |
protected Boolean |
layerCompression |
protected Boolean |
layerLift |
protected Integer |
maxAmount |
protected Integer |
maxHeight |
protected Double |
maxWeight |
protected Integer |
minAmount |
protected Integer |
preStackAmount |
protected String |
preStackMethod |
protected Boolean |
stackCompression |
protected Integer |
standardAmount |
protected IntegerList |
underLays |
| Constructor and Description |
|---|
StackingParams() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy) |
Integer |
getBundleDepth()
Gets the value of the bundleDepth property.
|
List<Disjointing> |
getDisjointing()
Gets the value of the disjointing property.
|
IntegerList |
getLayerAmount()
Gets the value of the layerAmount property.
|
Integer |
getMaxAmount()
Gets the value of the maxAmount property.
|
Integer |
getMaxHeight()
Gets the value of the maxHeight property.
|
Double |
getMaxWeight()
Gets the value of the maxWeight property.
|
Integer |
getMinAmount()
Gets the value of the minAmount property.
|
Integer |
getPreStackAmount()
Gets the value of the preStackAmount property.
|
String |
getPreStackMethod()
Gets the value of the preStackMethod property.
|
Integer |
getStandardAmount()
Gets the value of the standardAmount property.
|
IntegerList |
getUnderLays()
Gets the value of the underLays property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
Boolean |
isCompensate()
Gets the value of the compensate property.
|
Boolean |
isLayerCompression()
Gets the value of the layerCompression property.
|
Boolean |
isLayerLift()
Gets the value of the layerLift property.
|
Boolean |
isStackCompression()
Gets the value of the stackCompression property.
|
void |
setBundleDepth(Integer value)
Sets the value of the bundleDepth property.
|
void |
setCompensate(Boolean value)
Sets the value of the compensate property.
|
void |
setLayerAmount(IntegerList value)
Sets the value of the layerAmount property.
|
void |
setLayerCompression(Boolean value)
Sets the value of the layerCompression property.
|
void |
setLayerLift(Boolean value)
Sets the value of the layerLift property.
|
void |
setMaxAmount(Integer value)
Sets the value of the maxAmount property.
|
void |
setMaxHeight(Integer value)
Sets the value of the maxHeight property.
|
void |
setMaxWeight(Double value)
Sets the value of the maxWeight property.
|
void |
setMinAmount(Integer value)
Sets the value of the minAmount property.
|
void |
setPreStackAmount(Integer value)
Sets the value of the preStackAmount property.
|
void |
setPreStackMethod(String value)
Sets the value of the preStackMethod property.
|
void |
setStackCompression(Boolean value)
Sets the value of the stackCompression property.
|
void |
setStandardAmount(Integer value)
Sets the value of the standardAmount property.
|
void |
setUnderLays(IntegerList value)
Sets the value of the underLays property.
|
StackingParams |
withBundleDepth(Integer value) |
StackingParams |
withCompensate(Boolean value) |
StackingParams |
withDisjointing(Collection<Disjointing> values) |
StackingParams |
withDisjointing(Disjointing... values) |
StackingParams |
withLayerAmount(IntegerList value) |
StackingParams |
withLayerCompression(Boolean value) |
StackingParams |
withLayerLift(Boolean value) |
StackingParams |
withMaxAmount(Integer value) |
StackingParams |
withMaxHeight(Integer value) |
StackingParams |
withMaxWeight(Double value) |
StackingParams |
withMinAmount(Integer value) |
StackingParams |
withPreStackAmount(Integer value) |
StackingParams |
withPreStackMethod(String value) |
StackingParams |
withStackCompression(Boolean value) |
StackingParams |
withStandardAmount(Integer value) |
StackingParams |
withUnderLays(IntegerList value) |
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") protected List<Disjointing> disjointing
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") protected Double maxWeight
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") protected Integer maxHeight
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") protected Integer standardAmount
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") protected Boolean layerCompression
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") protected Boolean compensate
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") protected Integer bundleDepth
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") protected IntegerList underLays
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") protected Integer maxAmount
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") protected Boolean stackCompression
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") protected Boolean layerLift
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") protected Integer minAmount
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") protected String preStackMethod
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") protected IntegerList layerAmount
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") protected Integer preStackAmount
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") public List<Disjointing> getDisjointing()
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 disjointing property.
For example, to add a new item, do as follows:
getDisjointing().add(newItem);
Objects of the following type(s) are allowed in the list
Disjointing
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") public Double getMaxWeight()
Double@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") public void setMaxWeight(Double value)
value - allowed object is
Double@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") public Integer getMaxHeight()
Integer@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") public void setMaxHeight(Integer value)
value - allowed object is
Integer@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") public Integer getStandardAmount()
Integer@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") public void setStandardAmount(Integer value)
value - allowed object is
Integer@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") public Boolean isLayerCompression()
Boolean@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") public void setLayerCompression(Boolean value)
value - allowed object is
Boolean@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") public Boolean isCompensate()
Boolean@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") public void setCompensate(Boolean value)
value - allowed object is
Boolean@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") public Integer getBundleDepth()
Integer@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") public void setBundleDepth(Integer value)
value - allowed object is
Integer@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") public IntegerList getUnderLays()
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") public void setUnderLays(IntegerList value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") public Integer getMaxAmount()
Integer@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") public void setMaxAmount(Integer value)
value - allowed object is
Integer@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") public Boolean isStackCompression()
Boolean@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") public void setStackCompression(Boolean value)
value - allowed object is
Boolean@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") public Boolean isLayerLift()
Boolean@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") public void setLayerLift(Boolean value)
value - allowed object is
Boolean@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") public Integer getMinAmount()
Integer@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") public void setMinAmount(Integer value)
value - allowed object is
Integer@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") public String getPreStackMethod()
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") public void setPreStackMethod(String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") public IntegerList getLayerAmount()
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") public void setLayerAmount(IntegerList value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") public Integer getPreStackAmount()
Integer@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") public void setPreStackAmount(Integer value)
value - allowed object is
Integer@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") public StackingParams withDisjointing(Disjointing... values)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") public StackingParams withDisjointing(Collection<Disjointing> values)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") public StackingParams withMaxWeight(Double value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") public StackingParams withMaxHeight(Integer value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") public StackingParams withStandardAmount(Integer value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") public StackingParams withLayerCompression(Boolean value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") public StackingParams withCompensate(Boolean value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") public StackingParams withBundleDepth(Integer value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") public StackingParams withUnderLays(IntegerList value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") public StackingParams withMaxAmount(Integer value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") public StackingParams withStackCompression(Boolean value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") public StackingParams withLayerLift(Boolean value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") public StackingParams withMinAmount(Integer value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") public StackingParams withPreStackMethod(String value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") public StackingParams withLayerAmount(IntegerList value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") public StackingParams withPreStackAmount(Integer value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equalsequals in class ParameterType@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") public boolean equals(Object object)
equals in class ParameterType@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") public 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 ParameterType@Generated(value="com.sun.tools.xjc.Driver", date="2016-04-14T04:49:07+02:00", comments="JAXB RI v2.2.11") public int hashCode()
hashCode in class ParameterTypeCopyright © 2016. All rights reserved.