public class BoxFoldingParams extends ParameterType implements 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 String |
blankDimensionsX |
protected String |
blankDimensionsY |
protected List<BoxFoldAction> |
boxFoldActions |
protected String |
boxFoldingType |
protected List<GlueLine> |
glueLines |
| Constructor and Description |
|---|
BoxFoldingParams() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBlankDimensionsX()
Gets the value of the blankDimensionsX property.
|
String |
getBlankDimensionsY()
Gets the value of the blankDimensionsY property.
|
List<BoxFoldAction> |
getBoxFoldActions()
Gets the value of the boxFoldActions property.
|
String |
getBoxFoldingType()
Gets the value of the boxFoldingType property.
|
List<GlueLine> |
getGlueLines()
Gets the value of the glueLines property.
|
void |
setBlankDimensionsX(String value)
Sets the value of the blankDimensionsX property.
|
void |
setBlankDimensionsY(String value)
Sets the value of the blankDimensionsY property.
|
void |
setBoxFoldingType(String value)
Sets the value of the boxFoldingType property.
|
protected List<BoxFoldAction> boxFoldActions
protected String blankDimensionsY
protected String boxFoldingType
protected String blankDimensionsX
public 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 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 String getBlankDimensionsY()
Stringpublic void setBlankDimensionsY(String value)
value - allowed object is
Stringpublic String getBoxFoldingType()
Stringpublic void setBoxFoldingType(String value)
value - allowed object is
Stringpublic String getBlankDimensionsX()
StringCopyright © 2012. All Rights Reserved.