Class PositionObj

  • 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 PositionObj
    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>
             <element ref="{http://www.CIP4.org/JDFSchema_2_0}RefAnchor" minOccurs="0"/>
           </sequence>
           <attribute name="Anchor" type="{http://www.CIP4.org/JDFSchema_2_0}Anchor" />
           <attribute name="CTM" type="{http://www.CIP4.org/JDFSchema_2_0}matrix" />
           <attribute name="PageRange" type="{http://www.CIP4.org/JDFSchema_2_0}IntegerRange" />
           <attribute name="PositionPolicy" type="{http://www.CIP4.org/JDFSchema_2_0}PositionPolicy" />
           <attribute name="RelativeSize" type="{http://www.CIP4.org/JDFSchema_2_0}XYPair" />
           <attribute name="RotationPolicy" type="{http://www.CIP4.org/JDFSchema_2_0}PositionPolicy" />
           <attribute name="Size" type="{http://www.CIP4.org/JDFSchema_2_0}XYPair" />
           <attribute name="SizePolicy" type="{http://www.CIP4.org/JDFSchema_2_0}PositionPolicy" />
           <anyAttribute processContents='lax' namespace='##other'/>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • refAnchor

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

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

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

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

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

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

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

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

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

      • PositionObj

        public PositionObj()
    • Method Detail

      • getRefAnchor

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        public RefAnchor getRefAnchor()
        Gets the value of the refAnchor property.
        Returns:
        possible object is RefAnchor
      • setRefAnchor

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

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        public IntegerList getPageRange()
        Gets the value of the pageRange property.
        Returns:
        possible object is String
      • setPageRange

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        public void setPageRange​(IntegerList value)
        Sets the value of the pageRange property.
        Parameters:
        value - allowed object is String
      • getPositionPolicy

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        public PositionPolicy getPositionPolicy()
        Gets the value of the positionPolicy property.
        Returns:
        possible object is PositionPolicy
      • setPositionPolicy

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        public void setPositionPolicy​(PositionPolicy value)
        Sets the value of the positionPolicy property.
        Parameters:
        value - allowed object is PositionPolicy
      • getRelativeSize

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        public XYPair getRelativeSize()
        Gets the value of the relativeSize property.
        Returns:
        possible object is String
      • setRelativeSize

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        public void setRelativeSize​(XYPair value)
        Sets the value of the relativeSize property.
        Parameters:
        value - allowed object is String
      • getRotationPolicy

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        public PositionPolicy getRotationPolicy()
        Gets the value of the rotationPolicy property.
        Returns:
        possible object is PositionPolicy
      • setRotationPolicy

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        public void setRotationPolicy​(PositionPolicy value)
        Sets the value of the rotationPolicy property.
        Parameters:
        value - allowed object is PositionPolicy
      • getSize

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        public XYPair getSize()
        Gets the value of the size property.
        Returns:
        possible object is String
      • setSize

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        public void setSize​(XYPair value)
        Sets the value of the size property.
        Parameters:
        value - allowed object is String
      • getSizePolicy

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        public PositionPolicy getSizePolicy()
        Gets the value of the sizePolicy property.
        Returns:
        possible object is PositionPolicy
      • setSizePolicy

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