public class BoxPackingParams extends ParameterType implements 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 Integer |
columns |
protected String |
componentOrientation |
protected Integer |
componentsPerRow |
protected Integer |
copies |
protected String |
fillMaterial |
protected Integer |
layers |
protected Double |
maxWeight |
protected String |
pattern |
protected Integer |
rows |
protected IntegerList |
ties |
protected IntegerList |
underLays |
| Constructor and Description |
|---|
BoxPackingParams() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getColumns()
Gets the value of the columns property.
|
String |
getComponentOrientation()
Gets the value of the componentOrientation property.
|
Integer |
getComponentsPerRow()
Gets the value of the componentsPerRow property.
|
Integer |
getCopies()
Gets the value of the copies property.
|
String |
getFillMaterial()
Gets the value of the fillMaterial property.
|
Integer |
getLayers()
Gets the value of the layers property.
|
Double |
getMaxWeight()
Gets the value of the maxWeight property.
|
String |
getPattern()
Gets the value of the pattern property.
|
Integer |
getRows()
Gets the value of the rows property.
|
IntegerList |
getTies()
Gets the value of the ties property.
|
IntegerList |
getUnderLays()
Gets the value of the underLays property.
|
void |
setColumns(Integer value)
Sets the value of the columns property.
|
void |
setComponentOrientation(String value)
Sets the value of the componentOrientation property.
|
void |
setComponentsPerRow(Integer value)
Sets the value of the componentsPerRow property.
|
void |
setCopies(Integer value)
Sets the value of the copies property.
|
void |
setFillMaterial(String value)
Sets the value of the fillMaterial property.
|
void |
setLayers(Integer value)
Sets the value of the layers property.
|
void |
setMaxWeight(Double value)
Sets the value of the maxWeight property.
|
void |
setPattern(String value)
Sets the value of the pattern property.
|
void |
setRows(Integer value)
Sets the value of the rows property.
|
void |
setTies(IntegerList value)
Sets the value of the ties property.
|
void |
setUnderLays(IntegerList value)
Sets the value of the underLays property.
|
protected Double maxWeight
protected String pattern
protected Integer layers
protected IntegerList ties
protected String fillMaterial
protected IntegerList underLays
protected Integer componentsPerRow
protected String componentOrientation
protected Integer copies
protected Integer rows
protected Integer columns
public Double getMaxWeight()
Doublepublic void setMaxWeight(Double value)
value - allowed object is
Doublepublic String getPattern()
Stringpublic void setPattern(String value)
value - allowed object is
Stringpublic Integer getLayers()
Integerpublic void setLayers(Integer value)
value - allowed object is
Integerpublic IntegerList getTies()
Stringpublic void setTies(IntegerList value)
value - allowed object is
Stringpublic String getFillMaterial()
Stringpublic void setFillMaterial(String value)
value - allowed object is
Stringpublic IntegerList getUnderLays()
Stringpublic void setUnderLays(IntegerList value)
value - allowed object is
Stringpublic Integer getComponentsPerRow()
Integerpublic void setComponentsPerRow(Integer value)
value - allowed object is
Integerpublic String getComponentOrientation()
Stringpublic void setComponentOrientation(String value)
value - allowed object is
Stringpublic Integer getCopies()
Integerpublic void setCopies(Integer value)
value - allowed object is
Integerpublic Integer getRows()
Integerpublic void setRows(Integer value)
value - allowed object is
Integerpublic Integer getColumns()
IntegerCopyright © 2013. All Rights Reserved.