Class PlacedObject

  • All Implemented Interfaces:
    java.io.Serializable

    @Generated(value="com.sun.tools.xjc.Driver",
               comments="JAXB RI v4.0.1",
               date="2023-01-02T18:51:33Z")
    public class PlacedObject
    extends java.lang.Object
    implements java.io.Serializable

    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:
    Serialized Form
    • Field Detail

      • contentObject

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        protected ContentObject contentObject
      • markObject

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        protected MarkObject markObject
      • pageActivation

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        protected PageActivation pageActivation
      • pageCondition

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        protected PageCondition pageCondition
      • anchor

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        protected Anchor anchor
      • clipBox

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        protected Rectangle clipBox
      • clipPath

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        protected java.lang.String clipPath
      • ctm

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        protected Matrix ctm
      • halfTonePhaseOrigin

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        protected XYPair halfTonePhaseOrigin
      • id

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        protected java.lang.String id
      • ord

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        protected java.lang.Integer ord
      • position

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        protected Position position
      • sourceClipPath

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        protected java.lang.String sourceClipPath
      • trimCTM

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        protected Matrix trimCTM
      • trimSize

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        protected XYPair trimSize
    • Constructor Detail

      • PlacedObject

        public PlacedObject()
    • Method Detail

      • getContentObject

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        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 v4.0.1",
                   date="2023-01-02T18:51:33Z")
        public void setContentObject​(ContentObject value)
        Sets the value of the contentObject property.
        Parameters:
        value - allowed object is ContentObject
      • getMarkObject

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        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 v4.0.1",
                   date="2023-01-02T18:51:33Z")
        public void setMarkObject​(MarkObject value)
        Sets the value of the markObject property.
        Parameters:
        value - allowed object is MarkObject
      • getPageActivation

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        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 v4.0.1",
                   date="2023-01-02T18:51:33Z")
        public void setPageActivation​(PageActivation value)
        Sets the value of the pageActivation property.
        Parameters:
        value - allowed object is PageActivation
      • getPageCondition

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        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 v4.0.1",
                   date="2023-01-02T18:51:33Z")
        public void setPageCondition​(PageCondition value)
        Sets the value of the pageCondition property.
        Parameters:
        value - allowed object is PageCondition
      • getAnchor

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        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 v4.0.1",
                   date="2023-01-02T18:51:33Z")
        public void setAnchor​(Anchor value)
        Sets the value of the anchor property.
        Parameters:
        value - allowed object is Anchor
      • getClipBox

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        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 v4.0.1",
                   date="2023-01-02T18:51:33Z")
        public void setClipBox​(Rectangle value)
        Sets the value of the clipBox property.
        Parameters:
        value - allowed object is String
      • getClipPath

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        public java.lang.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 v4.0.1",
                   date="2023-01-02T18:51:33Z")
        public void setClipPath​(java.lang.String value)
        Sets the value of the clipPath property.
        Parameters:
        value - allowed object is String
      • getCTM

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        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 v4.0.1",
                   date="2023-01-02T18:51:33Z")
        public void setCTM​(Matrix value)
        Sets the value of the ctm property.
        Parameters:
        value - allowed object is String
      • getHalfTonePhaseOrigin

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        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 v4.0.1",
                   date="2023-01-02T18:51:33Z")
        public void setHalfTonePhaseOrigin​(XYPair value)
        Sets the value of the halfTonePhaseOrigin property.
        Parameters:
        value - allowed object is String
      • getID

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        public java.lang.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 v4.0.1",
                   date="2023-01-02T18:51:33Z")
        public void setID​(java.lang.String value)
        Sets the value of the id property.
        Parameters:
        value - allowed object is String
      • getOrd

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        public java.lang.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 v4.0.1",
                   date="2023-01-02T18:51:33Z")
        public void setOrd​(java.lang.Integer value)
        Sets the value of the ord property.
        Parameters:
        value - allowed object is Integer
      • getPosition

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        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 v4.0.1",
                   date="2023-01-02T18:51:33Z")
        public void setPosition​(Position value)
        Sets the value of the position property.
        Parameters:
        value - allowed object is Object
      • getSourceClipPath

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        public java.lang.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 v4.0.1",
                   date="2023-01-02T18:51:33Z")
        public void setSourceClipPath​(java.lang.String value)
        Sets the value of the sourceClipPath property.
        Parameters:
        value - allowed object is String
      • getTrimCTM

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        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 v4.0.1",
                   date="2023-01-02T18:51:33Z")
        public void setTrimCTM​(Matrix value)
        Sets the value of the trimCTM property.
        Parameters:
        value - allowed object is String
      • getTrimSize

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        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 v4.0.1",
                   date="2023-01-02T18:51:33Z")
        public void setTrimSize​(XYPair value)
        Sets the value of the trimSize property.
        Parameters:
        value - allowed object is String
      • getOtherAttributes

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        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
      • withClipPath

        public PlacedObject withClipPath​(java.lang.String value)
      • withID

        public PlacedObject withID​(java.lang.String value)
      • withOrd

        public PlacedObject withOrd​(java.lang.Integer value)
      • withSourceClipPath

        public PlacedObject withSourceClipPath​(java.lang.String value)
      • equals

        public boolean equals​(java.lang.Object object)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object