@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
public class RepeatDesc
extends java.lang.Object
implements java.io.Serializable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
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">
<sequence>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}ShapeDef" minOccurs="0"/>
</sequence>
<attribute name="AllowedRotate">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
<enumeration value="None"/>
<enumeration value="Grain"/>
<enumeration value="MinorGrain"/>
<enumeration value="CrossGrain"/>
</restriction>
</simpleType>
</attribute>
<attribute name="GutterX" type="{http://www.CIP4.org/JDFSchema_2_0}float" />
<attribute name="GutterX2" type="{http://www.CIP4.org/JDFSchema_2_0}float" />
<attribute name="GutterY" type="{http://www.CIP4.org/JDFSchema_2_0}float" />
<attribute name="GutterY2" type="{http://www.CIP4.org/JDFSchema_2_0}float" />
<attribute name="LayoutStyle" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKENS" />
<attribute name="OrderQuantity" type="{http://www.CIP4.org/JDFSchema_2_0}integer" />
<attribute name="UseBleed" type="{http://www.CIP4.org/JDFSchema_2_0}boolean" />
<anyAttribute processContents='lax' namespace='##other'/>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
RepeatDesc.AllowedRotate
Java class for null.
|
| Modifier and Type | Field and Description |
|---|---|
protected RepeatDesc.AllowedRotate |
allowedRotate |
protected java.lang.Float |
gutterX |
protected java.lang.Float |
gutterX2 |
protected java.lang.Float |
gutterY |
protected java.lang.Float |
gutterY2 |
protected java.util.List<java.lang.String> |
layoutStyle |
protected java.lang.Integer |
orderQuantity |
protected ShapeDef |
shapeDef |
protected java.lang.Boolean |
useBleed |
| Constructor and Description |
|---|
RepeatDesc() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
java.lang.Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy) |
RepeatDesc.AllowedRotate |
getAllowedRotate()
Gets the value of the allowedRotate property.
|
java.lang.Float |
getGutterX()
Gets the value of the gutterX property.
|
java.lang.Float |
getGutterX2()
Gets the value of the gutterX2 property.
|
java.lang.Float |
getGutterY()
Gets the value of the gutterY property.
|
java.lang.Float |
getGutterY2()
Gets the value of the gutterY2 property.
|
java.util.List<java.lang.String> |
getLayoutStyle()
Gets the value of the layoutStyle property.
|
java.lang.Integer |
getOrderQuantity()
Gets the value of the orderQuantity property.
|
java.util.Map<javax.xml.namespace.QName,java.lang.String> |
getOtherAttributes()
Gets a map that contains attributes that aren't bound to any typed property on this class.
|
ShapeDef |
getShapeDef()
Gets the value of the shapeDef property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
java.lang.Boolean |
isUseBleed()
Gets the value of the useBleed property.
|
void |
setAllowedRotate(RepeatDesc.AllowedRotate value)
Sets the value of the allowedRotate property.
|
void |
setGutterX(java.lang.Float value)
Sets the value of the gutterX property.
|
void |
setGutterX2(java.lang.Float value)
Sets the value of the gutterX2 property.
|
void |
setGutterY(java.lang.Float value)
Sets the value of the gutterY property.
|
void |
setGutterY2(java.lang.Float value)
Sets the value of the gutterY2 property.
|
void |
setOrderQuantity(java.lang.Integer value)
Sets the value of the orderQuantity property.
|
void |
setShapeDef(ShapeDef value)
Sets the value of the shapeDef property.
|
void |
setUseBleed(java.lang.Boolean value)
Sets the value of the useBleed property.
|
RepeatDesc |
withAllowedRotate(RepeatDesc.AllowedRotate value) |
RepeatDesc |
withGutterX(java.lang.Float value) |
RepeatDesc |
withGutterX2(java.lang.Float value) |
RepeatDesc |
withGutterY(java.lang.Float value) |
RepeatDesc |
withGutterY2(java.lang.Float value) |
RepeatDesc |
withLayoutStyle(java.util.Collection<java.lang.String> values) |
RepeatDesc |
withLayoutStyle(java.lang.String... values) |
RepeatDesc |
withOrderQuantity(java.lang.Integer value) |
RepeatDesc |
withShapeDef(ShapeDef value) |
RepeatDesc |
withUseBleed(java.lang.Boolean value) |
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
protected ShapeDef shapeDef
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
protected RepeatDesc.AllowedRotate allowedRotate
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
protected java.lang.Float gutterX
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
protected java.lang.Float gutterX2
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
protected java.lang.Float gutterY
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
protected java.lang.Float gutterY2
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
protected java.util.List<java.lang.String> layoutStyle
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
protected java.lang.Integer orderQuantity
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
protected java.lang.Boolean useBleed
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
public ShapeDef getShapeDef()
ShapeDef@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
public void setShapeDef(ShapeDef value)
value - allowed object is
ShapeDef@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
public RepeatDesc.AllowedRotate getAllowedRotate()
RepeatDesc.AllowedRotate@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
public void setAllowedRotate(RepeatDesc.AllowedRotate value)
value - allowed object is
RepeatDesc.AllowedRotate@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
public java.lang.Float getGutterX()
Float@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
public void setGutterX(java.lang.Float value)
value - allowed object is
Float@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
public java.lang.Float getGutterX2()
Float@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
public void setGutterX2(java.lang.Float value)
value - allowed object is
Float@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
public java.lang.Float getGutterY()
Float@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
public void setGutterY(java.lang.Float value)
value - allowed object is
Float@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
public java.lang.Float getGutterY2()
Float@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
public void setGutterY2(java.lang.Float value)
value - allowed object is
Float@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
public java.util.List<java.lang.String> getLayoutStyle()
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 layoutStyle property.
For example, to add a new item, do as follows:
getLayoutStyle().add(newItem);
Objects of the following type(s) are allowed in the list
String
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
public java.lang.Integer getOrderQuantity()
Integer@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
public void setOrderQuantity(java.lang.Integer value)
value - allowed object is
Integer@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
public java.lang.Boolean isUseBleed()
Boolean@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
public void setUseBleed(java.lang.Boolean value)
value - allowed object is
Boolean@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
public java.util.Map<javax.xml.namespace.QName,java.lang.String> getOtherAttributes()
the map is keyed by the name of the attribute and the value is the string value of the attribute. the map returned by this method is live, and you can add new attribute by updating the map directly. Because of this design, there's no setter.
public RepeatDesc withShapeDef(ShapeDef value)
public RepeatDesc withAllowedRotate(RepeatDesc.AllowedRotate value)
public RepeatDesc withGutterX(java.lang.Float value)
public RepeatDesc withGutterX2(java.lang.Float value)
public RepeatDesc withGutterY(java.lang.Float value)
public RepeatDesc withGutterY2(java.lang.Float value)
public RepeatDesc withLayoutStyle(java.lang.String... values)
public RepeatDesc withLayoutStyle(java.util.Collection<java.lang.String> values)
public RepeatDesc withOrderQuantity(java.lang.Integer value)
public RepeatDesc withUseBleed(java.lang.Boolean value)
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
java.lang.Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equalspublic boolean equals(java.lang.Object object)
equals in class java.lang.Objectpublic int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodepublic int hashCode()
hashCode in class java.lang.Object