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>
<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"/>
</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> |
boxFoldAction |
protected String |
boxFoldingType |
protected List<GlueLine> |
glueLine |
| 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> |
getBoxFoldAction()
Gets the value of the boxFoldAction property.
|
String |
getBoxFoldingType()
Gets the value of the boxFoldingType property.
|
List<GlueLine> |
getGlueLine()
Gets the value of the glueLine 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> boxFoldAction
protected String blankDimensionsY
protected String boxFoldingType
protected String blankDimensionsX
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
public List<GlueLine> getGlueLine()
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 glueLine property.
For example, to add a new item, do as follows:
getGlueLine().add(newItem);
Objects of the following type(s) are allowed in the list
GlueLine
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 © 2013. All Rights Reserved.