public class BundlingParams extends ParameterType implements Serializable
Java class for BundlingParams complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BundlingParams">
<complexContent>
<extension base="{http://www.CIP4.org/JDFSchema_2_0}ParameterType">
<attribute name="LengthJDF" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="Copies" type="{http://www.CIP4.org/JDFSchema_2_0}integer" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
copies |
protected Double |
lengthJDF |
| Constructor and Description |
|---|
BundlingParams() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getCopies()
Gets the value of the copies property.
|
Double |
getLengthJDF()
Gets the value of the lengthJDF property.
|
void |
setCopies(Integer value)
Sets the value of the copies property.
|
void |
setLengthJDF(Double value)
Sets the value of the lengthJDF property.
|
public Double getLengthJDF()
Doublepublic void setLengthJDF(Double value)
value - allowed object is
Doublepublic Integer getCopies()
IntegerCopyright © 2013. All Rights Reserved.