public class BoxFoldingParams extends ParameterType implements java.io.Serializable
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>
<choice>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}BoxFoldAction" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}GlueLine" maxOccurs="unbounded" minOccurs="0"/>
</choice>
</sequence>
<attribute name="BlankDimensionsY" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="BoxFoldingType" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="BlankDimensionsX" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
blankDimensionsX |
protected java.lang.String |
blankDimensionsY |
protected java.util.List<BoxFoldAction> |
boxFoldActions |
protected java.lang.String |
boxFoldingType |
protected java.util.List<GlueLine> |
glueLines |
| Constructor and Description |
|---|
BoxFoldingParams() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getBlankDimensionsX()
Gets the value of the blankDimensionsX property.
|
java.lang.String |
getBlankDimensionsY()
Gets the value of the blankDimensionsY property.
|
java.util.List<BoxFoldAction> |
getBoxFoldActions()
Gets the value of the boxFoldActions property.
|
java.lang.String |
getBoxFoldingType()
Gets the value of the boxFoldingType property.
|
java.util.List<GlueLine> |
getGlueLines()
Gets the value of the glueLines property.
|
void |
setBlankDimensionsX(java.lang.String value)
Sets the value of the blankDimensionsX property.
|
void |
setBlankDimensionsY(java.lang.String value)
Sets the value of the blankDimensionsY property.
|
void |
setBoxFoldingType(java.lang.String value)
Sets the value of the boxFoldingType property.
|
protected java.util.List<GlueLine> glueLines
protected java.util.List<BoxFoldAction> boxFoldActions
protected java.lang.String blankDimensionsY
protected java.lang.String boxFoldingType
protected java.lang.String blankDimensionsX
public java.util.List<GlueLine> getGlueLines()
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 glueLines property.
For example, to add a new item, do as follows:
getGlueLines().add(newItem);
Objects of the following type(s) are allowed in the list
GlueLine
public java.util.List<BoxFoldAction> getBoxFoldActions()
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 boxFoldActions property.
For example, to add a new item, do as follows:
getBoxFoldActions().add(newItem);
Objects of the following type(s) are allowed in the list
BoxFoldAction
public java.lang.String getBlankDimensionsY()
Stringpublic void setBlankDimensionsY(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getBoxFoldingType()
Stringpublic void setBoxFoldingType(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getBlankDimensionsX()
Stringpublic void setBlankDimensionsX(java.lang.String value)
value - allowed object is
StringCopyright © 2012. All Rights Reserved.