Package org.cip4.lib.xjdf.schema
Class LayoutIntent
- java.lang.Object
-
- org.cip4.lib.xjdf.schema.ProductIntent
-
- org.cip4.lib.xjdf.schema.LayoutIntent
-
- All Implemented Interfaces:
java.io.Serializable,org.jvnet.jaxb2_commons.lang.Equals2,org.jvnet.jaxb2_commons.lang.HashCode2
public class LayoutIntent extends ProductIntent implements java.io.Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2
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.w3.org/2001/XMLSchema}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.w3.org/2001/XMLSchema}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.w3.org/2001/XMLSchema}int" /> <attribute name="Sides" type="{http://www.CIP4.org/JDFSchema_2_0}Sides" /> <attribute name="SpreadType" type="{http://www.CIP4.org/JDFSchema_2_0}SpreadType" /> <anyAttribute processContents='lax' namespace='##other'/> </extension> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.Floatbleedprotected XYPairdimensionsprotected ShapefinishedDimensionsprotected java.lang.StringnamedDimensionsprotected XYPairnumberUpprotected Orientationorientationprotected java.lang.Integerpagesprotected Sidessidesprotected SpreadTypespreadType-
Fields inherited from class org.cip4.lib.xjdf.schema.ProductIntent
any
-
-
Constructor Summary
Constructors Constructor Description LayoutIntent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object object)booleanequals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, java.lang.Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)java.lang.FloatgetBleed()Gets the value of the bleed property.XYPairgetDimensions()Gets the value of the dimensions property.ShapegetFinishedDimensions()Gets the value of the finishedDimensions property.java.lang.StringgetNamedDimensions()Gets the value of the namedDimensions property.XYPairgetNumberUp()Gets the value of the numberUp property.OrientationgetOrientation()Gets the value of the orientation property.java.lang.IntegergetPages()Gets the value of the pages property.SidesgetSides()Gets the value of the sides property.SpreadTypegetSpreadType()Gets the value of the spreadType property.inthashCode()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)voidsetBleed(java.lang.Float value)Sets the value of the bleed property.voidsetDimensions(XYPair value)Sets the value of the dimensions property.voidsetFinishedDimensions(Shape value)Sets the value of the finishedDimensions property.voidsetNamedDimensions(java.lang.String value)Sets the value of the namedDimensions property.voidsetNumberUp(XYPair value)Sets the value of the numberUp property.voidsetOrientation(Orientation value)Sets the value of the orientation property.voidsetPages(java.lang.Integer value)Sets the value of the pages property.voidsetSides(Sides value)Sets the value of the sides property.voidsetSpreadType(SpreadType value)Sets the value of the spreadType property.LayoutIntentwithAny(java.lang.Object... values)LayoutIntentwithAny(java.util.Collection<java.lang.Object> values)LayoutIntentwithBleed(java.lang.Float value)LayoutIntentwithDimensions(XYPair value)LayoutIntentwithFinishedDimensions(Shape value)LayoutIntentwithNamedDimensions(java.lang.String value)LayoutIntentwithNumberUp(XYPair value)LayoutIntentwithOrientation(Orientation value)LayoutIntentwithPages(java.lang.Integer value)LayoutIntentwithSides(Sides value)LayoutIntentwithSpreadType(SpreadType value)-
Methods inherited from class org.cip4.lib.xjdf.schema.ProductIntent
getAny, getOtherAttributes
-
-
-
-
Field Detail
-
bleed
protected java.lang.Float bleed
-
dimensions
protected XYPair dimensions
-
finishedDimensions
protected Shape finishedDimensions
-
namedDimensions
protected java.lang.String namedDimensions
-
numberUp
protected XYPair numberUp
-
orientation
protected Orientation orientation
-
pages
protected java.lang.Integer pages
-
sides
protected Sides sides
-
spreadType
protected SpreadType spreadType
-
-
Method Detail
-
getBleed
public java.lang.Float getBleed()
Gets the value of the bleed property.- Returns:
- possible object is
Float
-
setBleed
public void setBleed(java.lang.Float value)
Sets the value of the bleed property.- Parameters:
value- allowed object isFloat
-
getDimensions
public XYPair getDimensions()
Gets the value of the dimensions property.- Returns:
- possible object is
String
-
setDimensions
public void setDimensions(XYPair value)
Sets the value of the dimensions property.- Parameters:
value- allowed object isString
-
getFinishedDimensions
public Shape getFinishedDimensions()
Gets the value of the finishedDimensions property.- Returns:
- possible object is
String
-
setFinishedDimensions
public void setFinishedDimensions(Shape value)
Sets the value of the finishedDimensions property.- Parameters:
value- allowed object isString
-
getNamedDimensions
public java.lang.String getNamedDimensions()
Gets the value of the namedDimensions property.- Returns:
- possible object is
String
-
setNamedDimensions
public void setNamedDimensions(java.lang.String value)
Sets the value of the namedDimensions property.- Parameters:
value- allowed object isString
-
getNumberUp
public XYPair getNumberUp()
Gets the value of the numberUp property.- Returns:
- possible object is
String
-
setNumberUp
public void setNumberUp(XYPair value)
Sets the value of the numberUp property.- Parameters:
value- allowed object isString
-
getOrientation
public Orientation getOrientation()
Gets the value of the orientation property.- Returns:
- possible object is
Orientation
-
setOrientation
public void setOrientation(Orientation value)
Sets the value of the orientation property.- Parameters:
value- allowed object isOrientation
-
getPages
public java.lang.Integer getPages()
Gets the value of the pages property.- Returns:
- possible object is
Integer
-
setPages
public void setPages(java.lang.Integer value)
Sets the value of the pages property.- Parameters:
value- allowed object isInteger
-
getSides
public Sides getSides()
Gets the value of the sides property.- Returns:
- possible object is
Sides
-
setSides
public void setSides(Sides value)
Sets the value of the sides property.- Parameters:
value- allowed object isSides
-
getSpreadType
public SpreadType getSpreadType()
Gets the value of the spreadType property.- Returns:
- possible object is
SpreadType
-
setSpreadType
public void setSpreadType(SpreadType value)
Sets the value of the spreadType property.- Parameters:
value- allowed object isSpreadType
-
withBleed
public LayoutIntent withBleed(java.lang.Float value)
-
withDimensions
public LayoutIntent withDimensions(XYPair value)
-
withFinishedDimensions
public LayoutIntent withFinishedDimensions(Shape value)
-
withNamedDimensions
public LayoutIntent withNamedDimensions(java.lang.String value)
-
withNumberUp
public LayoutIntent withNumberUp(XYPair value)
-
withOrientation
public LayoutIntent withOrientation(Orientation value)
-
withPages
public LayoutIntent withPages(java.lang.Integer value)
-
withSides
public LayoutIntent withSides(Sides value)
-
withSpreadType
public LayoutIntent withSpreadType(SpreadType value)
-
withAny
public LayoutIntent withAny(java.lang.Object... values)
- Overrides:
withAnyin classProductIntent
-
withAny
public LayoutIntent withAny(java.util.Collection<java.lang.Object> values)
- Overrides:
withAnyin classProductIntent
-
equals
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.EqualsStrategy2 strategy)- Specified by:
equalsin interfaceorg.jvnet.jaxb2_commons.lang.Equals2- Overrides:
equalsin classProductIntent
-
equals
public boolean equals(java.lang.Object object)
- Overrides:
equalsin classProductIntent
-
hashCode
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)- Specified by:
hashCodein interfaceorg.jvnet.jaxb2_commons.lang.HashCode2- Overrides:
hashCodein classProductIntent
-
hashCode
public int hashCode()
- Overrides:
hashCodein classProductIntent
-
-