public class RepeatDesc extends Object implements 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 String |
allowedRotate |
protected Double |
gutterX |
protected Double |
gutterX2 |
protected Double |
gutterY |
protected Double |
gutterY2 |
protected List<String> |
layoutStyles |
protected Integer |
ordereQuantity |
protected Boolean |
useBleeds |
| Constructor and Description |
|---|
RepeatDesc() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAllowedRotate()
Gets the value of the allowedRotate property.
|
Double |
getGutterX()
Gets the value of the gutterX property.
|
Double |
getGutterX2()
Gets the value of the gutterX2 property.
|
Double |
getGutterY()
Gets the value of the gutterY property.
|
Double |
getGutterY2()
Gets the value of the gutterY2 property.
|
List<String> |
getLayoutStyles()
Gets the value of the layoutStyles property.
|
Integer |
getOrdereQuantity()
Gets the value of the ordereQuantity property.
|
Boolean |
isUseBleeds()
Gets the value of the useBleeds property.
|
void |
setAllowedRotate(String value)
Sets the value of the allowedRotate property.
|
void |
setGutterX(Double value)
Sets the value of the gutterX property.
|
void |
setGutterX2(Double value)
Sets the value of the gutterX2 property.
|
void |
setGutterY(Double value)
Sets the value of the gutterY property.
|
void |
setGutterY2(Double value)
Sets the value of the gutterY2 property.
|
void |
setOrdereQuantity(Integer value)
Sets the value of the ordereQuantity property.
|
void |
setUseBleeds(Boolean value)
Sets the value of the useBleeds property.
|
protected Integer ordereQuantity
protected Boolean useBleeds
protected Double gutterY2
protected String allowedRotate
protected Double gutterX2
protected Double gutterX
protected Double gutterY
public Integer getOrdereQuantity()
Integerpublic void setOrdereQuantity(Integer value)
value - allowed object is
Integerpublic Boolean isUseBleeds()
Booleanpublic void setUseBleeds(Boolean value)
value - allowed object is
Booleanpublic Double getGutterY2()
Doublepublic void setGutterY2(Double value)
value - allowed object is
Doublepublic String getAllowedRotate()
Stringpublic void setAllowedRotate(String value)
value - allowed object is
Stringpublic Double getGutterX2()
Doublepublic void setGutterX2(Double value)
value - allowed object is
Doublepublic List<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 Double getGutterX()
Doublepublic void setGutterX(Double value)
value - allowed object is
Doublepublic Double getGutterY()
DoubleCopyright © 2012. All Rights Reserved.