@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
public class BoxFoldingParams
extends SpecificResource
implements java.io.Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2
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>
<choice maxOccurs="unbounded" minOccurs="0">
<element ref="{http://www.CIP4.org/JDFSchema_2_0}BoxFoldAction"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}Glue"/>
</choice>
</sequence>
<attribute name="BlankDimensionsX" type="{http://www.CIP4.org/JDFSchema_2_0}FloatList" />
<attribute name="BlankDimensionsY" type="{http://www.CIP4.org/JDFSchema_2_0}FloatList" />
<attribute name="BoxFoldingType" use="required">
<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.Float> |
blankDimensionsX |
protected java.util.List<java.lang.Float> |
blankDimensionsY |
protected java.util.List<java.io.Serializable> |
boxFoldActionOrGlue |
protected BoxFoldingParams.BoxFoldingType |
boxFoldingType |
| 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.EqualsStrategy2 strategy) |
java.util.List<java.lang.Float> |
getBlankDimensionsX()
Gets the value of the blankDimensionsX property.
|
java.util.List<java.lang.Float> |
getBlankDimensionsY()
Gets the value of the blankDimensionsY property.
|
java.util.List<java.io.Serializable> |
getBoxFoldActionOrGlue()
Gets the value of the boxFoldActionOrGlue property.
|
BoxFoldingParams.BoxFoldingType |
getBoxFoldingType()
Gets the value of the boxFoldingType property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) |
void |
setBoxFoldingType(BoxFoldingParams.BoxFoldingType value)
Sets the value of the boxFoldingType property.
|
BoxFoldingParams |
withBlankDimensionsX(java.util.Collection<java.lang.Float> values) |
BoxFoldingParams |
withBlankDimensionsX(java.lang.Float... values) |
BoxFoldingParams |
withBlankDimensionsY(java.util.Collection<java.lang.Float> values) |
BoxFoldingParams |
withBlankDimensionsY(java.lang.Float... values) |
BoxFoldingParams |
withBoxFoldActionOrGlue(java.util.Collection<java.io.Serializable> values) |
BoxFoldingParams |
withBoxFoldActionOrGlue(java.io.Serializable... values) |
BoxFoldingParams |
withBoxFoldingType(BoxFoldingParams.BoxFoldingType value) |
getOtherAttributes@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
protected java.util.List<java.io.Serializable> boxFoldActionOrGlue
@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
protected java.util.List<java.lang.Float> blankDimensionsX
@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
protected java.util.List<java.lang.Float> blankDimensionsY
@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
protected BoxFoldingParams.BoxFoldingType boxFoldingType
@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
public java.util.List<java.io.Serializable> getBoxFoldActionOrGlue()
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 boxFoldActionOrGlue property.
For example, to add a new item, do as follows:
getBoxFoldActionOrGlue().add(newItem);
Objects of the following type(s) are allowed in the list
BoxFoldAction
Glue
@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
public java.util.List<java.lang.Float> 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
Float
@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
public java.util.List<java.lang.Float> 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
Float
@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
public BoxFoldingParams.BoxFoldingType getBoxFoldingType()
BoxFoldingParams.BoxFoldingType@Generated(value="com.sun.tools.xjc.Driver",
date="2022-10-05T01:47:48+02:00",
comments="JAXB RI v2.2.11")
public void setBoxFoldingType(BoxFoldingParams.BoxFoldingType value)
value - allowed object is
BoxFoldingParams.BoxFoldingTypepublic BoxFoldingParams withBoxFoldActionOrGlue(java.io.Serializable... values)
public BoxFoldingParams withBoxFoldActionOrGlue(java.util.Collection<java.io.Serializable> values)
public BoxFoldingParams withBlankDimensionsX(java.lang.Float... values)
public BoxFoldingParams withBlankDimensionsX(java.util.Collection<java.lang.Float> values)
public BoxFoldingParams withBlankDimensionsY(java.lang.Float... values)
public BoxFoldingParams withBlankDimensionsY(java.util.Collection<java.lang.Float> 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.EqualsStrategy2 strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equals2equals 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.HashCodeStrategy2 strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2hashCode in class SpecificResourcepublic int hashCode()
hashCode in class SpecificResource