public class BoxPackingParams extends ParameterType implements java.io.Serializable
Java class for BoxPackingParams complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BoxPackingParams">
<complexContent>
<extension base="{http://www.CIP4.org/JDFSchema_2_0}ParameterType">
<attribute name="MaxWeight" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="Pattern" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="Layers" type="{http://www.CIP4.org/JDFSchema_2_0}integer" />
<attribute name="Ties" type="{http://www.CIP4.org/JDFSchema_2_0}IntegerList" />
<attribute name="FillMaterial" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKEN" />
<attribute name="UnderLays" type="{http://www.CIP4.org/JDFSchema_2_0}IntegerList" />
<attribute name="ComponentsPerRow" type="{http://www.CIP4.org/JDFSchema_2_0}integer" />
<attribute name="ComponentOrientation" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="Copies" type="{http://www.CIP4.org/JDFSchema_2_0}integer" />
<attribute name="Rows" type="{http://www.CIP4.org/JDFSchema_2_0}integer" />
<attribute name="Columns" type="{http://www.CIP4.org/JDFSchema_2_0}integer" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Integer |
columns |
protected java.lang.String |
componentOrientation |
protected java.lang.Integer |
componentsPerRow |
protected java.lang.Integer |
copies |
protected java.lang.String |
fillMaterial |
protected java.lang.Integer |
layers |
protected java.lang.Double |
maxWeight |
protected java.lang.String |
pattern |
protected java.lang.Integer |
rows |
protected java.util.List<java.lang.Integer> |
ties |
protected java.util.List<java.lang.Integer> |
underLays |
| Constructor and Description |
|---|
BoxPackingParams() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Integer |
getColumns()
Gets the value of the columns property.
|
java.lang.String |
getComponentOrientation()
Gets the value of the componentOrientation property.
|
java.lang.Integer |
getComponentsPerRow()
Gets the value of the componentsPerRow property.
|
java.lang.Integer |
getCopies()
Gets the value of the copies property.
|
java.lang.String |
getFillMaterial()
Gets the value of the fillMaterial property.
|
java.lang.Integer |
getLayers()
Gets the value of the layers property.
|
java.lang.Double |
getMaxWeight()
Gets the value of the maxWeight property.
|
java.lang.String |
getPattern()
Gets the value of the pattern property.
|
java.lang.Integer |
getRows()
Gets the value of the rows property.
|
java.util.List<java.lang.Integer> |
getTies()
Gets the value of the ties property.
|
java.util.List<java.lang.Integer> |
getUnderLays()
Gets the value of the underLays property.
|
void |
setColumns(java.lang.Integer value)
Sets the value of the columns property.
|
void |
setComponentOrientation(java.lang.String value)
Sets the value of the componentOrientation property.
|
void |
setComponentsPerRow(java.lang.Integer value)
Sets the value of the componentsPerRow property.
|
void |
setCopies(java.lang.Integer value)
Sets the value of the copies property.
|
void |
setFillMaterial(java.lang.String value)
Sets the value of the fillMaterial property.
|
void |
setLayers(java.lang.Integer value)
Sets the value of the layers property.
|
void |
setMaxWeight(java.lang.Double value)
Sets the value of the maxWeight property.
|
void |
setPattern(java.lang.String value)
Sets the value of the pattern property.
|
void |
setRows(java.lang.Integer value)
Sets the value of the rows property.
|
protected java.lang.Double maxWeight
protected java.lang.String pattern
protected java.lang.Integer layers
protected java.util.List<java.lang.Integer> ties
protected java.lang.String fillMaterial
protected java.util.List<java.lang.Integer> underLays
protected java.lang.Integer componentsPerRow
protected java.lang.String componentOrientation
protected java.lang.Integer copies
protected java.lang.Integer rows
protected java.lang.Integer columns
public java.lang.Double getMaxWeight()
Doublepublic void setMaxWeight(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.String getPattern()
Stringpublic void setPattern(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Integer getLayers()
Integerpublic void setLayers(java.lang.Integer value)
value - allowed object is
Integerpublic java.util.List<java.lang.Integer> getTies()
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 ties property.
For example, to add a new item, do as follows:
getTies().add(newItem);
Objects of the following type(s) are allowed in the list
Integer
public java.lang.String getFillMaterial()
Stringpublic void setFillMaterial(java.lang.String value)
value - allowed object is
Stringpublic java.util.List<java.lang.Integer> getUnderLays()
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 underLays property.
For example, to add a new item, do as follows:
getUnderLays().add(newItem);
Objects of the following type(s) are allowed in the list
Integer
public java.lang.Integer getComponentsPerRow()
Integerpublic void setComponentsPerRow(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.String getComponentOrientation()
Stringpublic void setComponentOrientation(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Integer getCopies()
Integerpublic void setCopies(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Integer getRows()
Integerpublic void setRows(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Integer getColumns()
Integerpublic void setColumns(java.lang.Integer value)
value - allowed object is
IntegerCopyright © 2012. All Rights Reserved.