@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public class BoxFoldingParams extends ParameterType implements Serializable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
Java class for BoxFoldingParams complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BoxFoldingParams">
<complexContent>
<extension base="{http://www.CIP4.org/JDFSchema_2_0}ParameterType">
<sequence>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}BoxFoldAction" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}Glue" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="BlankDimensionsX" type="{http://www.CIP4.org/JDFSchema_2_0}DoubleList" />
<attribute name="BlankDimensionsY" type="{http://www.CIP4.org/JDFSchema_2_0}DoubleList" />
<attribute name="BoxFoldingType" type="{http://www.CIP4.org/JDFSchema_2_0}EnumBoxFoldingType" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<Double> |
blankDimensionsX |
protected List<Double> |
blankDimensionsY |
protected List<BoxFoldAction> |
boxFoldAction |
protected EnumBoxFoldingType |
boxFoldingType |
protected List<Glue> |
glue |
| Constructor and Description |
|---|
BoxFoldingParams() |
| 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) |
List<Double> |
getBlankDimensionsX()
Gets the value of the blankDimensionsX property.
|
List<Double> |
getBlankDimensionsY()
Gets the value of the blankDimensionsY property.
|
List<BoxFoldAction> |
getBoxFoldAction()
Gets the value of the boxFoldAction property.
|
EnumBoxFoldingType |
getBoxFoldingType()
Gets the value of the boxFoldingType property.
|
List<Glue> |
getGlue()
Gets the value of the glue property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
void |
setBoxFoldingType(EnumBoxFoldingType value)
Sets the value of the boxFoldingType property.
|
BoxFoldingParams |
withBlankDimensionsX(Collection<Double> values) |
BoxFoldingParams |
withBlankDimensionsX(Double... values) |
BoxFoldingParams |
withBlankDimensionsY(Collection<Double> values) |
BoxFoldingParams |
withBlankDimensionsY(Double... values) |
BoxFoldingParams |
withBoxFoldAction(BoxFoldAction... values) |
BoxFoldingParams |
withBoxFoldAction(Collection<BoxFoldAction> values) |
BoxFoldingParams |
withBoxFoldingType(EnumBoxFoldingType value) |
BoxFoldingParams |
withGlue(Collection<Glue> values) |
BoxFoldingParams |
withGlue(Glue... values) |
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") protected List<BoxFoldAction> boxFoldAction
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") protected List<Glue> glue
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") protected List<Double> blankDimensionsX
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") protected List<Double> blankDimensionsY
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") protected EnumBoxFoldingType boxFoldingType
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public List<BoxFoldAction> getBoxFoldAction()
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 boxFoldAction property.
For example, to add a new item, do as follows:
getBoxFoldAction().add(newItem);
Objects of the following type(s) are allowed in the list
BoxFoldAction
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public List<Glue> getGlue()
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 glue property.
For example, to add a new item, do as follows:
getGlue().add(newItem);
Objects of the following type(s) are allowed in the list
Glue
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public List<Double> getBlankDimensionsX()
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 blankDimensionsX property.
For example, to add a new item, do as follows:
getBlankDimensionsX().add(newItem);
Objects of the following type(s) are allowed in the list
Double
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public List<Double> getBlankDimensionsY()
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 blankDimensionsY property.
For example, to add a new item, do as follows:
getBlankDimensionsY().add(newItem);
Objects of the following type(s) are allowed in the list
Double
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public EnumBoxFoldingType getBoxFoldingType()
EnumBoxFoldingType@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public void setBoxFoldingType(EnumBoxFoldingType value)
value - allowed object is
EnumBoxFoldingType@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public BoxFoldingParams withBoxFoldAction(BoxFoldAction... values)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public BoxFoldingParams withBoxFoldAction(Collection<BoxFoldAction> values)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public BoxFoldingParams withGlue(Glue... values)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public BoxFoldingParams withGlue(Collection<Glue> values)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public BoxFoldingParams withBlankDimensionsX(Double... values)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public BoxFoldingParams withBlankDimensionsX(Collection<Double> values)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public BoxFoldingParams withBlankDimensionsY(Double... values)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public BoxFoldingParams withBlankDimensionsY(Collection<Double> values)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public BoxFoldingParams withBoxFoldingType(EnumBoxFoldingType value)
@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+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-05-24T01:25:05+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-05-24T01:25:05+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-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public int hashCode()
hashCode in class ParameterTypeCopyright © 2016. All rights reserved.