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 List<Integer> |
ties |
protected List<Integer> |
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.
|
List<Integer> |
getTies()
Gets the value of the ties property.
|
List<Integer> |
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.
|
protected Double maxWeight
protected String pattern
protected Integer layers
protected String fillMaterial
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 List<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 String getFillMaterial()
Stringpublic void setFillMaterial(String value)
value - allowed object is
Stringpublic List<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 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 © 2012. All Rights Reserved.