Class PositionObj

  • All Implemented Interfaces:
    java.io.Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2

    public class PositionObj
    extends java.lang.Object
    implements java.io.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>
             <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
    • Constructor Detail

      • PositionObj

        public PositionObj()
    • Method Detail

      • getRefAnchor

        public RefAnchor getRefAnchor()
        Gets the value of the refAnchor property.
        Returns:
        possible object is RefAnchor
      • setRefAnchor

        public void setRefAnchor​(RefAnchor value)
        Sets the value of the refAnchor property.
        Parameters:
        value - allowed object is RefAnchor
      • 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 is Anchor
      • 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 is String
      • getPageRange

        public IntegerList getPageRange()
        Gets the value of the pageRange property.
        Returns:
        possible object is String
      • setPageRange

        public void setPageRange​(IntegerList value)
        Sets the value of the pageRange property.
        Parameters:
        value - allowed object is String
      • getPositionPolicy

        public PositionPolicy getPositionPolicy()
        Gets the value of the positionPolicy property.
        Returns:
        possible object is PositionPolicy
      • setPositionPolicy

        public void setPositionPolicy​(PositionPolicy value)
        Sets the value of the positionPolicy property.
        Parameters:
        value - allowed object is PositionPolicy
      • getRelativeSize

        public XYPair getRelativeSize()
        Gets the value of the relativeSize property.
        Returns:
        possible object is String
      • setRelativeSize

        public void setRelativeSize​(XYPair value)
        Sets the value of the relativeSize property.
        Parameters:
        value - allowed object is String
      • getRotationPolicy

        public PositionPolicy getRotationPolicy()
        Gets the value of the rotationPolicy property.
        Returns:
        possible object is PositionPolicy
      • setRotationPolicy

        public void setRotationPolicy​(PositionPolicy value)
        Sets the value of the rotationPolicy property.
        Parameters:
        value - allowed object is PositionPolicy
      • getSize

        public XYPair getSize()
        Gets the value of the size property.
        Returns:
        possible object is String
      • setSize

        public void setSize​(XYPair value)
        Sets the value of the size property.
        Parameters:
        value - allowed object is String
      • getSizePolicy

        public PositionPolicy getSizePolicy()
        Gets the value of the sizePolicy property.
        Returns:
        possible object is PositionPolicy
      • setSizePolicy

        public void setSizePolicy​(PositionPolicy value)
        Sets the value of the sizePolicy property.
        Parameters:
        value - allowed object is PositionPolicy
      • 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
      • 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:
        equals in interface org.jvnet.jaxb2_commons.lang.Equals2
      • equals

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

        public int hashCode​(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                            org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
        Specified by:
        hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2
      • hashCode

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