Package org.cip4.lib.xjdf.schema
Class PlacedObject
java.lang.Object
org.cip4.lib.xjdf.schema.PlacedObject
- All Implemented Interfaces:
Serializable,org.jvnet.jaxb2_commons.lang.Equals2,org.jvnet.jaxb2_commons.lang.HashCode2
@Generated(value="com.sun.tools.xjc.Driver",
comments="JAXB RI v2.3.6",
date="2022-12-18T20:00:09Z")
public class PlacedObject
extends Object
implements Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2
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>
<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:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Anchorprotected Rectangleprotected Stringprotected ContentObjectprotected Matrixprotected XYPairprotected Stringprotected MarkObjectprotected Integerprotected PageActivationprotected PageConditionprotected Positionprotected Stringprotected Matrixprotected XYPair -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanequals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy) Gets the value of the anchor property.Gets the value of the clipBox property.Gets the value of the clipPath property.Gets the value of the contentObject property.getCTM()Gets the value of the ctm property.Gets the value of the halfTonePhaseOrigin property.getID()Gets the value of the id property.Gets the value of the markObject property.getOrd()Gets the value of the ord property.Gets a map that contains attributes that aren't bound to any typed property on this class.Gets the value of the pageActivation property.Gets the value of the pageCondition property.Gets the value of the position property.Gets the value of the sourceClipPath property.Gets the value of the trimCTM property.Gets the value of the trimSize property.inthashCode()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) voidSets the value of the anchor property.voidsetClipBox(Rectangle value) Sets the value of the clipBox property.voidsetClipPath(String value) Sets the value of the clipPath property.voidsetContentObject(ContentObject value) Sets the value of the contentObject property.voidSets the value of the ctm property.voidsetHalfTonePhaseOrigin(XYPair value) Sets the value of the halfTonePhaseOrigin property.voidSets the value of the id property.voidsetMarkObject(MarkObject value) Sets the value of the markObject property.voidSets 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(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.withAnchor(Anchor value) withClipBox(Rectangle value) withClipPath(String value) withContentObject(ContentObject value) withHalfTonePhaseOrigin(XYPair value) withMarkObject(MarkObject value) withPageActivation(PageActivation value) withPageCondition(PageCondition value) withPosition(Position value) withSourceClipPath(String value) withTrimCTM(Matrix value) withTrimSize(XYPair value)
-
Field Details
-
contentObject
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected ContentObject contentObject -
markObject
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected MarkObject markObject -
pageActivation
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected PageActivation pageActivation -
pageCondition
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected PageCondition pageCondition -
anchor
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected Anchor anchor -
clipBox
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected Rectangle clipBox -
clipPath
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected String clipPath -
ctm
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected Matrix ctm -
halfTonePhaseOrigin
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected XYPair halfTonePhaseOrigin -
id
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected String id -
ord
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected Integer ord -
position
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected Position position -
sourceClipPath
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected String sourceClipPath -
trimCTM
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected Matrix trimCTM -
trimSize
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected XYPair trimSize
-
-
Constructor Details
-
PlacedObject
public PlacedObject()
-
-
Method Details
-
getContentObject
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public ContentObject getContentObject()Gets the value of the contentObject property.- Returns:
- possible object is
ContentObject
-
setContentObject
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setContentObject(ContentObject value) Sets the value of the contentObject property.- Parameters:
value- allowed object isContentObject
-
getMarkObject
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public MarkObject getMarkObject()Gets the value of the markObject property.- Returns:
- possible object is
MarkObject
-
setMarkObject
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setMarkObject(MarkObject value) Sets the value of the markObject property.- Parameters:
value- allowed object isMarkObject
-
getPageActivation
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public PageActivation getPageActivation()Gets the value of the pageActivation property.- Returns:
- possible object is
PageActivation
-
setPageActivation
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setPageActivation(PageActivation value) Sets the value of the pageActivation property.- Parameters:
value- allowed object isPageActivation
-
getPageCondition
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public PageCondition getPageCondition()Gets the value of the pageCondition property.- Returns:
- possible object is
PageCondition
-
setPageCondition
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setPageCondition(PageCondition value) Sets the value of the pageCondition property.- Parameters:
value- allowed object isPageCondition
-
getAnchor
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public Anchor getAnchor()Gets the value of the anchor property.- Returns:
- possible object is
Anchor
-
setAnchor
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setAnchor(Anchor value) Sets the value of the anchor property.- Parameters:
value- allowed object isAnchor
-
getClipBox
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public Rectangle getClipBox()Gets the value of the clipBox property.- Returns:
- possible object is
String
-
setClipBox
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setClipBox(Rectangle value) Sets the value of the clipBox property.- Parameters:
value- allowed object isString
-
getClipPath
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public String getClipPath()Gets the value of the clipPath property.- Returns:
- possible object is
String
-
setClipPath
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setClipPath(String value) Sets the value of the clipPath property.- Parameters:
value- allowed object isString
-
getCTM
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public Matrix getCTM()Gets the value of the ctm property.- Returns:
- possible object is
String
-
setCTM
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setCTM(Matrix value) Sets the value of the ctm property.- Parameters:
value- allowed object isString
-
getHalfTonePhaseOrigin
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public XYPair getHalfTonePhaseOrigin()Gets the value of the halfTonePhaseOrigin property.- Returns:
- possible object is
String
-
setHalfTonePhaseOrigin
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setHalfTonePhaseOrigin(XYPair value) Sets the value of the halfTonePhaseOrigin property.- Parameters:
value- allowed object isString
-
getID
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public String getID()Gets the value of the id property.- Returns:
- possible object is
String
-
setID
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setID(String value) Sets the value of the id property.- Parameters:
value- allowed object isString
-
getOrd
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public Integer getOrd()Gets the value of the ord property.- Returns:
- possible object is
Integer
-
setOrd
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setOrd(Integer value) Sets the value of the ord property.- Parameters:
value- allowed object isInteger
-
getPosition
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public Position getPosition()Gets the value of the position property.- Returns:
- possible object is
Object
-
setPosition
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setPosition(Position value) Sets the value of the position property.- Parameters:
value- allowed object isObject
-
getSourceClipPath
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public String getSourceClipPath()Gets the value of the sourceClipPath property.- Returns:
- possible object is
String
-
setSourceClipPath
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setSourceClipPath(String value) Sets the value of the sourceClipPath property.- Parameters:
value- allowed object isString
-
getTrimCTM
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public Matrix getTrimCTM()Gets the value of the trimCTM property.- Returns:
- possible object is
String
-
setTrimCTM
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setTrimCTM(Matrix value) Sets the value of the trimCTM property.- Parameters:
value- allowed object isString
-
getTrimSize
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public XYPair getTrimSize()Gets the value of the trimSize property.- Returns:
- possible object is
String
-
setTrimSize
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setTrimSize(XYPair value) Sets the value of the trimSize property.- Parameters:
value- allowed object isString
-
getOtherAttributes
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public Map<QName,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
-
withMarkObject
-
withPageActivation
-
withPageCondition
-
withAnchor
-
withClipBox
-
withClipPath
-
withCTM
-
withHalfTonePhaseOrigin
-
withID
-
withOrd
-
withPosition
-
withSourceClipPath
-
withTrimCTM
-
withTrimSize
-
equals
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy) - Specified by:
equalsin interfaceorg.jvnet.jaxb2_commons.lang.Equals2
-
equals
-
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()
-