public class RepeatDesc
extends java.lang.Object
implements java.io.Serializable
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="OrdereQuantity" type="{http://www.CIP4.org/JDFSchema_2_0}integer" />
<attribute name="UseBleeds" type="{http://www.CIP4.org/JDFSchema_2_0}boolean" />
<attribute name="GutterY2" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="AllowedRotate" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="GutterX2" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="LayoutStyle" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKENS" />
<attribute name="GutterX" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="GutterY" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
allowedRotate |
protected java.lang.Double |
gutterX |
protected java.lang.Double |
gutterX2 |
protected java.lang.Double |
gutterY |
protected java.lang.Double |
gutterY2 |
protected java.util.List<java.lang.String> |
layoutStyles |
protected java.lang.Integer |
ordereQuantity |
protected java.lang.Boolean |
useBleeds |
| Constructor and Description |
|---|
RepeatDesc() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAllowedRotate()
Gets the value of the allowedRotate property.
|
java.lang.Double |
getGutterX()
Gets the value of the gutterX property.
|
java.lang.Double |
getGutterX2()
Gets the value of the gutterX2 property.
|
java.lang.Double |
getGutterY()
Gets the value of the gutterY property.
|
java.lang.Double |
getGutterY2()
Gets the value of the gutterY2 property.
|
java.util.List<java.lang.String> |
getLayoutStyles()
Gets the value of the layoutStyles property.
|
java.lang.Integer |
getOrdereQuantity()
Gets the value of the ordereQuantity property.
|
java.lang.Boolean |
getUseBleeds()
Gets the value of the useBleeds property.
|
void |
setAllowedRotate(java.lang.String value)
Sets the value of the allowedRotate property.
|
void |
setGutterX(java.lang.Double value)
Sets the value of the gutterX property.
|
void |
setGutterX2(java.lang.Double value)
Sets the value of the gutterX2 property.
|
void |
setGutterY(java.lang.Double value)
Sets the value of the gutterY property.
|
void |
setGutterY2(java.lang.Double value)
Sets the value of the gutterY2 property.
|
void |
setOrdereQuantity(java.lang.Integer value)
Sets the value of the ordereQuantity property.
|
void |
setUseBleeds(java.lang.Boolean value)
Sets the value of the useBleeds property.
|
protected java.lang.Integer ordereQuantity
protected java.lang.Boolean useBleeds
protected java.lang.Double gutterY2
protected java.lang.String allowedRotate
protected java.lang.Double gutterX2
protected java.util.List<java.lang.String> layoutStyles
protected java.lang.Double gutterX
protected java.lang.Double gutterY
public java.lang.Integer getOrdereQuantity()
Integerpublic void setOrdereQuantity(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Boolean getUseBleeds()
Booleanpublic void setUseBleeds(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Double getGutterY2()
Doublepublic void setGutterY2(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.String getAllowedRotate()
Stringpublic void setAllowedRotate(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Double getGutterX2()
Doublepublic void setGutterX2(java.lang.Double value)
value - allowed object is
Doublepublic java.util.List<java.lang.String> getLayoutStyles()
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 layoutStyles property.
For example, to add a new item, do as follows:
getLayoutStyles().add(newItem);
Objects of the following type(s) are allowed in the list
String
public java.lang.Double getGutterX()
Doublepublic void setGutterX(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.Double getGutterY()
Doublepublic void setGutterY(java.lang.Double value)
value - allowed object is
DoubleCopyright © 2012. All Rights Reserved.