@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public class BoxFoldingParams
extends SpecificResource
implements java.io.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}SpecificResource">
<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">
<simpleType>
<restriction base="{http://www.CIP4.org/JDFSchema_2_0}NMTOKEN">
<enumeration value="Type00"/>
<enumeration value="Type01"/>
<enumeration value="Type02"/>
<enumeration value="Type03"/>
<enumeration value="Type04"/>
<enumeration value="Type10"/>
<enumeration value="Type11"/>
<enumeration value="Type12"/>
<enumeration value="Type13"/>
<enumeration value="Type15"/>
<enumeration value="Type20"/>
</restriction>
</simpleType>
</attribute>
<anyAttribute processContents='lax' namespace='##other'/>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
BoxFoldingParams.BoxFoldingType
Java class for null.
|
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<java.lang.Double> |
blankDimensionsX |
protected java.util.List<java.lang.Double> |
blankDimensionsY |
protected java.util.List<BoxFoldAction> |
boxFoldAction |
protected BoxFoldingParams.BoxFoldingType |
boxFoldingType |
protected java.util.List<Glue> |
glue |
| Constructor and Description |
|---|
BoxFoldingParams() |
| 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<java.lang.Double> |
getBlankDimensionsX()
Gets the value of the blankDimensionsX property.
|
java.util.List<java.lang.Double> |
getBlankDimensionsY()
Gets the value of the blankDimensionsY property.
|
java.util.List<BoxFoldAction> |
getBoxFoldAction()
Gets the value of the boxFoldAction property.
|
BoxFoldingParams.BoxFoldingType |
getBoxFoldingType()
Gets the value of the boxFoldingType property.
|
java.util.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(BoxFoldingParams.BoxFoldingType value)
Sets the value of the boxFoldingType property.
|
BoxFoldingParams |
withBlankDimensionsX(java.util.Collection<java.lang.Double> values) |
BoxFoldingParams |
withBlankDimensionsX(java.lang.Double... values) |
BoxFoldingParams |
withBlankDimensionsY(java.util.Collection<java.lang.Double> values) |
BoxFoldingParams |
withBlankDimensionsY(java.lang.Double... values) |
BoxFoldingParams |
withBoxFoldAction(BoxFoldAction... values) |
BoxFoldingParams |
withBoxFoldAction(java.util.Collection<BoxFoldAction> values) |
BoxFoldingParams |
withBoxFoldingType(BoxFoldingParams.BoxFoldingType value) |
BoxFoldingParams |
withGlue(java.util.Collection<Glue> values) |
BoxFoldingParams |
withGlue(Glue... 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<BoxFoldAction> boxFoldAction
@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<Glue> glue
@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<java.lang.Double> blankDimensionsX
@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<java.lang.Double> blankDimensionsY
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
protected BoxFoldingParams.BoxFoldingType boxFoldingType
@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<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="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public java.util.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="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public java.util.List<java.lang.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="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public java.util.List<java.lang.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="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public BoxFoldingParams.BoxFoldingType getBoxFoldingType()
BoxFoldingParams.BoxFoldingType@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public void setBoxFoldingType(BoxFoldingParams.BoxFoldingType value)
value - allowed object is
BoxFoldingParams.BoxFoldingTypepublic BoxFoldingParams withBoxFoldAction(BoxFoldAction... values)
public BoxFoldingParams withBoxFoldAction(java.util.Collection<BoxFoldAction> values)
public BoxFoldingParams withGlue(Glue... values)
public BoxFoldingParams withGlue(java.util.Collection<Glue> values)
public BoxFoldingParams withBlankDimensionsX(java.lang.Double... values)
public BoxFoldingParams withBlankDimensionsX(java.util.Collection<java.lang.Double> values)
public BoxFoldingParams withBlankDimensionsY(java.lang.Double... values)
public BoxFoldingParams withBlankDimensionsY(java.util.Collection<java.lang.Double> values)
public BoxFoldingParams withBoxFoldingType(BoxFoldingParams.BoxFoldingType 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