Package org.cip4.lib.xjdf.schema
Class PlacedObject
- java.lang.Object
-
- org.cip4.lib.xjdf.schema.PlacedObject
-
- All Implemented Interfaces:
java.io.Serializable,org.jvnet.jaxb2_commons.lang.Equals2,org.jvnet.jaxb2_commons.lang.HashCode2
public class PlacedObject extends java.lang.Object implements java.io.Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2Java 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> <choice> <element ref="{http://www.CIP4.org/JDFSchema_2_0}ContentObject"/> <element ref="{http://www.CIP4.org/JDFSchema_2_0}MarkObject"/> </choice> <element ref="{http://www.CIP4.org/JDFSchema_2_0}PageActivation" minOccurs="0"/> <element ref="{http://www.CIP4.org/JDFSchema_2_0}PageCondition" minOccurs="0"/> </sequence> <attribute name="Anchor" type="{http://www.CIP4.org/JDFSchema_2_0}Anchor" /> <attribute name="ClipBox" type="{http://www.CIP4.org/JDFSchema_2_0}rectangle" /> <attribute name="ClipPath" type="{http://www.CIP4.org/JDFSchema_2_0}PDFPath" /> <attribute name="CTM" use="required" type="{http://www.CIP4.org/JDFSchema_2_0}matrix" /> <attribute name="HalfTonePhaseOrigin" type="{http://www.CIP4.org/JDFSchema_2_0}XYPair" /> <attribute name="ID" type="{http://www.w3.org/2001/XMLSchema}ID" /> <attribute name="Ord" type="{http://www.w3.org/2001/XMLSchema}int" /> <attribute name="PositionRef" type="{http://www.w3.org/2001/XMLSchema}IDREF" /> <attribute name="SourceClipPath" type="{http://www.CIP4.org/JDFSchema_2_0}PDFPath" /> <attribute name="TrimCTM" type="{http://www.CIP4.org/JDFSchema_2_0}matrix" /> <attribute name="TrimSize" type="{http://www.CIP4.org/JDFSchema_2_0}XYPair" /> <anyAttribute processContents='lax' namespace='##other'/> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected Anchoranchorprotected RectangleclipBoxprotected java.lang.StringclipPathprotected ContentObjectcontentObjectprotected Matrixctmprotected XYPairhalfTonePhaseOriginprotected java.lang.Stringidprotected MarkObjectmarkObjectprotected java.lang.Integerordprotected PageActivationpageActivationprotected PageConditionpageConditionprotected Positionpositionprotected java.lang.StringsourceClipPathprotected MatrixtrimCTMprotected XYPairtrimSize
-
Constructor Summary
Constructors Constructor Description PlacedObject()
-
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)AnchorgetAnchor()Gets the value of the anchor property.RectanglegetClipBox()Gets the value of the clipBox property.java.lang.StringgetClipPath()Gets the value of the clipPath property.ContentObjectgetContentObject()Gets the value of the contentObject property.MatrixgetCTM()Gets the value of the ctm property.XYPairgetHalfTonePhaseOrigin()Gets the value of the halfTonePhaseOrigin property.java.lang.StringgetID()Gets the value of the id property.MarkObjectgetMarkObject()Gets the value of the markObject property.java.lang.IntegergetOrd()Gets the value of the ord 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.PageActivationgetPageActivation()Gets the value of the pageActivation property.PageConditiongetPageCondition()Gets the value of the pageCondition property.PositiongetPosition()Gets the value of the position property.java.lang.StringgetSourceClipPath()Gets the value of the sourceClipPath property.MatrixgetTrimCTM()Gets the value of the trimCTM property.XYPairgetTrimSize()Gets the value of the trimSize property.inthashCode()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)voidsetAnchor(Anchor value)Sets the value of the anchor property.voidsetClipBox(Rectangle value)Sets the value of the clipBox property.voidsetClipPath(java.lang.String value)Sets the value of the clipPath property.voidsetContentObject(ContentObject value)Sets the value of the contentObject property.voidsetCTM(Matrix value)Sets the value of the ctm property.voidsetHalfTonePhaseOrigin(XYPair value)Sets the value of the halfTonePhaseOrigin property.voidsetID(java.lang.String value)Sets the value of the id property.voidsetMarkObject(MarkObject value)Sets the value of the markObject property.voidsetOrd(java.lang.Integer value)Sets the value of the ord property.voidsetPageActivation(PageActivation value)Sets the value of the pageActivation property.voidsetPageCondition(PageCondition value)Sets the value of the pageCondition property.voidsetPosition(Position value)Sets the value of the position property.voidsetSourceClipPath(java.lang.String value)Sets the value of the sourceClipPath property.voidsetTrimCTM(Matrix value)Sets the value of the trimCTM property.voidsetTrimSize(XYPair value)Sets the value of the trimSize property.PlacedObjectwithAnchor(Anchor value)PlacedObjectwithClipBox(Rectangle value)PlacedObjectwithClipPath(java.lang.String value)PlacedObjectwithContentObject(ContentObject value)PlacedObjectwithCTM(Matrix value)PlacedObjectwithHalfTonePhaseOrigin(XYPair value)PlacedObjectwithID(java.lang.String value)PlacedObjectwithMarkObject(MarkObject value)PlacedObjectwithOrd(java.lang.Integer value)PlacedObjectwithPageActivation(PageActivation value)PlacedObjectwithPageCondition(PageCondition value)PlacedObjectwithPosition(Position value)PlacedObjectwithSourceClipPath(java.lang.String value)PlacedObjectwithTrimCTM(Matrix value)PlacedObjectwithTrimSize(XYPair value)
-
-
-
Field Detail
-
contentObject
protected ContentObject contentObject
-
markObject
protected MarkObject markObject
-
pageActivation
protected PageActivation pageActivation
-
pageCondition
protected PageCondition pageCondition
-
anchor
protected Anchor anchor
-
clipBox
protected Rectangle clipBox
-
clipPath
protected java.lang.String clipPath
-
ctm
protected Matrix ctm
-
halfTonePhaseOrigin
protected XYPair halfTonePhaseOrigin
-
id
protected java.lang.String id
-
ord
protected java.lang.Integer ord
-
position
protected Position position
-
sourceClipPath
protected java.lang.String sourceClipPath
-
trimCTM
protected Matrix trimCTM
-
trimSize
protected XYPair trimSize
-
-
Method Detail
-
getContentObject
public ContentObject getContentObject()
Gets the value of the contentObject property.- Returns:
- possible object is
ContentObject
-
setContentObject
public void setContentObject(ContentObject value)
Sets the value of the contentObject property.- Parameters:
value- allowed object isContentObject
-
getMarkObject
public MarkObject getMarkObject()
Gets the value of the markObject property.- Returns:
- possible object is
MarkObject
-
setMarkObject
public void setMarkObject(MarkObject value)
Sets the value of the markObject property.- Parameters:
value- allowed object isMarkObject
-
getPageActivation
public PageActivation getPageActivation()
Gets the value of the pageActivation property.- Returns:
- possible object is
PageActivation
-
setPageActivation
public void setPageActivation(PageActivation value)
Sets the value of the pageActivation property.- Parameters:
value- allowed object isPageActivation
-
getPageCondition
public PageCondition getPageCondition()
Gets the value of the pageCondition property.- Returns:
- possible object is
PageCondition
-
setPageCondition
public void setPageCondition(PageCondition value)
Sets the value of the pageCondition property.- Parameters:
value- allowed object isPageCondition
-
getAnchor
public Anchor getAnchor()
Gets the value of the anchor property.- Returns:
- possible object is
Anchor
-
setAnchor
public void setAnchor(Anchor value)
Sets the value of the anchor property.- Parameters:
value- allowed object isAnchor
-
getClipBox
public Rectangle getClipBox()
Gets the value of the clipBox property.- Returns:
- possible object is
String
-
setClipBox
public void setClipBox(Rectangle value)
Sets the value of the clipBox property.- Parameters:
value- allowed object isString
-
getClipPath
public java.lang.String getClipPath()
Gets the value of the clipPath property.- Returns:
- possible object is
String
-
setClipPath
public void setClipPath(java.lang.String value)
Sets the value of the clipPath property.- Parameters:
value- allowed object isString
-
getCTM
public Matrix getCTM()
Gets the value of the ctm property.- Returns:
- possible object is
String
-
setCTM
public void setCTM(Matrix value)
Sets the value of the ctm property.- Parameters:
value- allowed object isString
-
getHalfTonePhaseOrigin
public XYPair getHalfTonePhaseOrigin()
Gets the value of the halfTonePhaseOrigin property.- Returns:
- possible object is
String
-
setHalfTonePhaseOrigin
public void setHalfTonePhaseOrigin(XYPair value)
Sets the value of the halfTonePhaseOrigin property.- Parameters:
value- allowed object isString
-
getID
public java.lang.String getID()
Gets the value of the id property.- Returns:
- possible object is
String
-
setID
public void setID(java.lang.String value)
Sets the value of the id property.- Parameters:
value- allowed object isString
-
getOrd
public java.lang.Integer getOrd()
Gets the value of the ord property.- Returns:
- possible object is
Integer
-
setOrd
public void setOrd(java.lang.Integer value)
Sets the value of the ord property.- Parameters:
value- allowed object isInteger
-
getPosition
public Position getPosition()
Gets the value of the position property.- Returns:
- possible object is
Object
-
setPosition
public void setPosition(Position value)
Sets the value of the position property.- Parameters:
value- allowed object isObject
-
getSourceClipPath
public java.lang.String getSourceClipPath()
Gets the value of the sourceClipPath property.- Returns:
- possible object is
String
-
setSourceClipPath
public void setSourceClipPath(java.lang.String value)
Sets the value of the sourceClipPath property.- Parameters:
value- allowed object isString
-
getTrimCTM
public Matrix getTrimCTM()
Gets the value of the trimCTM property.- Returns:
- possible object is
String
-
setTrimCTM
public void setTrimCTM(Matrix value)
Sets the value of the trimCTM property.- Parameters:
value- allowed object isString
-
getTrimSize
public XYPair getTrimSize()
Gets the value of the trimSize property.- Returns:
- possible object is
String
-
setTrimSize
public void setTrimSize(XYPair value)
Sets the value of the trimSize property.- Parameters:
value- allowed object isString
-
getOtherAttributes
public 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.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.
- Returns:
- always non-null
-
withContentObject
public PlacedObject withContentObject(ContentObject value)
-
withMarkObject
public PlacedObject withMarkObject(MarkObject value)
-
withPageActivation
public PlacedObject withPageActivation(PageActivation value)
-
withPageCondition
public PlacedObject withPageCondition(PageCondition value)
-
withAnchor
public PlacedObject withAnchor(Anchor value)
-
withClipBox
public PlacedObject withClipBox(Rectangle value)
-
withClipPath
public PlacedObject withClipPath(java.lang.String value)
-
withCTM
public PlacedObject withCTM(Matrix value)
-
withHalfTonePhaseOrigin
public PlacedObject withHalfTonePhaseOrigin(XYPair value)
-
withID
public PlacedObject withID(java.lang.String value)
-
withOrd
public PlacedObject withOrd(java.lang.Integer value)
-
withPosition
public PlacedObject withPosition(Position value)
-
withSourceClipPath
public PlacedObject withSourceClipPath(java.lang.String value)
-
withTrimCTM
public PlacedObject withTrimCTM(Matrix value)
-
withTrimSize
public PlacedObject withTrimSize(XYPair value)
-
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
-
equals
public boolean equals(java.lang.Object object)
- Overrides:
equalsin classjava.lang.Object
-
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
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-