public class PrintRollingParams extends ParameterType implements java.io.Serializable
Java class for PrintRollingParams complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PrintRollingParams">
<complexContent>
<extension base="{http://www.CIP4.org/JDFSchema_2_0}ParameterType">
<attribute name="MaxDiameter" 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 java.lang.Integer |
copies |
protected java.lang.Double |
maxDiameter |
| Constructor and Description |
|---|
PrintRollingParams() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Integer |
getCopies()
Gets the value of the copies property.
|
java.lang.Double |
getMaxDiameter()
Gets the value of the maxDiameter property.
|
void |
setCopies(java.lang.Integer value)
Sets the value of the copies property.
|
void |
setMaxDiameter(java.lang.Double value)
Sets the value of the maxDiameter property.
|
protected java.lang.Double maxDiameter
protected java.lang.Integer copies
public java.lang.Double getMaxDiameter()
Doublepublic void setMaxDiameter(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.Integer getCopies()
Integerpublic void setCopies(java.lang.Integer value)
value - allowed object is
IntegerCopyright © 2012. All Rights Reserved.