@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public class LayoutIntent
extends ProductIntent
implements java.io.Serializable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
Java class for LayoutIntent complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LayoutIntent">
<complexContent>
<extension base="{http://www.CIP4.org/JDFSchema_2_0}ProductIntent">
<attribute name="Bleed" type="{http://www.CIP4.org/JDFSchema_2_0}float" />
<attribute name="Dimensions" type="{http://www.CIP4.org/JDFSchema_2_0}XYPair" />
<attribute name="FinishedDimensions" type="{http://www.CIP4.org/JDFSchema_2_0}shape" />
<attribute name="NamedDimensions" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKEN" />
<attribute name="NumberUp" type="{http://www.CIP4.org/JDFSchema_2_0}XYPair" />
<attribute name="Orientation" type="{http://www.CIP4.org/JDFSchema_2_0}Orientation" />
<attribute name="Pages" type="{http://www.CIP4.org/JDFSchema_2_0}integer" />
<attribute name="Sides" type="{http://www.CIP4.org/JDFSchema_2_0}Sides" />
<attribute name="SpreadType">
<simpleType>
<restriction base="{http://www.CIP4.org/JDFSchema_2_0}NMTOKEN">
<enumeration value="SinglePage"/>
<enumeration value="Spread"/>
</restriction>
</simpleType>
</attribute>
<anyAttribute processContents='lax' namespace='##other'/>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
LayoutIntent.SpreadType
Java class for null.
|
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Float |
bleed |
protected XYPair |
dimensions |
protected Shape |
finishedDimensions |
protected java.lang.String |
namedDimensions |
protected XYPair |
numberUp |
protected Orientation |
orientation |
protected java.lang.Integer |
pages |
protected Sides |
sides |
protected LayoutIntent.SpreadType |
spreadType |
any| Constructor and Description |
|---|
LayoutIntent() |
| 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) |
java.lang.Float |
getBleed()
Gets the value of the bleed property.
|
XYPair |
getDimensions()
Gets the value of the dimensions property.
|
Shape |
getFinishedDimensions()
Gets the value of the finishedDimensions property.
|
java.lang.String |
getNamedDimensions()
Gets the value of the namedDimensions property.
|
XYPair |
getNumberUp()
Gets the value of the numberUp property.
|
Orientation |
getOrientation()
Gets the value of the orientation property.
|
java.lang.Integer |
getPages()
Gets the value of the pages property.
|
Sides |
getSides()
Gets the value of the sides property.
|
LayoutIntent.SpreadType |
getSpreadType()
Gets the value of the spreadType property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
void |
setBleed(java.lang.Float value)
Sets the value of the bleed property.
|
void |
setDimensions(XYPair value)
Sets the value of the dimensions property.
|
void |
setFinishedDimensions(Shape value)
Sets the value of the finishedDimensions property.
|
void |
setNamedDimensions(java.lang.String value)
Sets the value of the namedDimensions property.
|
void |
setNumberUp(XYPair value)
Sets the value of the numberUp property.
|
void |
setOrientation(Orientation value)
Sets the value of the orientation property.
|
void |
setPages(java.lang.Integer value)
Sets the value of the pages property.
|
void |
setSides(Sides value)
Sets the value of the sides property.
|
void |
setSpreadType(LayoutIntent.SpreadType value)
Sets the value of the spreadType property.
|
LayoutIntent |
withAny(java.util.Collection<java.lang.Object> values) |
LayoutIntent |
withAny(java.lang.Object... values) |
LayoutIntent |
withBleed(java.lang.Float value) |
LayoutIntent |
withDimensions(XYPair value) |
LayoutIntent |
withFinishedDimensions(Shape value) |
LayoutIntent |
withNamedDimensions(java.lang.String value) |
LayoutIntent |
withNumberUp(XYPair value) |
LayoutIntent |
withOrientation(Orientation value) |
LayoutIntent |
withPages(java.lang.Integer value) |
LayoutIntent |
withSides(Sides value) |
LayoutIntent |
withSpreadType(LayoutIntent.SpreadType value) |
getAny, getOtherAttributes@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
protected java.lang.Float bleed
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
protected XYPair dimensions
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
protected Shape finishedDimensions
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
protected java.lang.String namedDimensions
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
protected XYPair numberUp
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
protected Orientation orientation
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
protected java.lang.Integer pages
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
protected Sides sides
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
protected LayoutIntent.SpreadType spreadType
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public java.lang.Float getBleed()
Float@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public void setBleed(java.lang.Float value)
value - allowed object is
Float@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public XYPair getDimensions()
String@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public void setDimensions(XYPair value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public Shape getFinishedDimensions()
String@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public void setFinishedDimensions(Shape value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public java.lang.String getNamedDimensions()
String@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public void setNamedDimensions(java.lang.String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public XYPair getNumberUp()
String@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public void setNumberUp(XYPair value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public Orientation getOrientation()
Orientation@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public void setOrientation(Orientation value)
value - allowed object is
Orientation@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public java.lang.Integer getPages()
Integer@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public void setPages(java.lang.Integer value)
value - allowed object is
Integer@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public Sides getSides()
Sides@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public void setSides(Sides value)
value - allowed object is
Sides@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public LayoutIntent.SpreadType getSpreadType()
LayoutIntent.SpreadType@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public void setSpreadType(LayoutIntent.SpreadType value)
value - allowed object is
LayoutIntent.SpreadTypepublic LayoutIntent withBleed(java.lang.Float value)
public LayoutIntent withDimensions(XYPair value)
public LayoutIntent withFinishedDimensions(Shape value)
public LayoutIntent withNamedDimensions(java.lang.String value)
public LayoutIntent withNumberUp(XYPair value)
public LayoutIntent withOrientation(Orientation value)
public LayoutIntent withPages(java.lang.Integer value)
public LayoutIntent withSides(Sides value)
public LayoutIntent withSpreadType(LayoutIntent.SpreadType value)
public LayoutIntent withAny(java.lang.Object... values)
withAny in class ProductIntentpublic LayoutIntent withAny(java.util.Collection<java.lang.Object> values)
withAny in class ProductIntentpublic 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.Equalsequals in class ProductIntentpublic boolean equals(java.lang.Object object)
equals in class ProductIntentpublic int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodehashCode in class ProductIntentpublic int hashCode()
hashCode in class ProductIntent