Class PositionObj

java.lang.Object
org.cip4.lib.xjdf.schema.PositionObj
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 PositionObj 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>
         <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:
  • Field Details

    • refAnchor

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected RefAnchor refAnchor
    • anchor

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected Anchor anchor
    • ctm

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected Matrix ctm
    • pageRange

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected IntegerList pageRange
    • positionPolicy

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected PositionPolicy positionPolicy
    • relativeSize

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected XYPair relativeSize
    • rotationPolicy

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected PositionPolicy rotationPolicy
    • size

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected XYPair size
    • sizePolicy

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected PositionPolicy sizePolicy
  • Constructor Details

    • PositionObj

      public PositionObj()
  • Method Details

    • getRefAnchor

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") 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 v2.3.6", date="2022-12-18T20:00:09Z") 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 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 is Anchor
    • 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 is String
    • getPageRange

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") 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 v2.3.6", date="2022-12-18T20:00:09Z") 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 v2.3.6", date="2022-12-18T20:00:09Z") 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 v2.3.6", date="2022-12-18T20:00:09Z") 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 v2.3.6", date="2022-12-18T20:00:09Z") 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 v2.3.6", date="2022-12-18T20:00:09Z") 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 v2.3.6", date="2022-12-18T20:00:09Z") 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 v2.3.6", date="2022-12-18T20:00:09Z") 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 v2.3.6", date="2022-12-18T20:00:09Z") 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 v2.3.6", date="2022-12-18T20:00:09Z") 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 v2.3.6", date="2022-12-18T20:00:09Z") 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 v2.3.6", date="2022-12-18T20:00:09Z") 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 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
    • withRefAnchor

      public PositionObj withRefAnchor(RefAnchor value)
    • withAnchor

      public PositionObj withAnchor(Anchor value)
    • withCTM

      public PositionObj withCTM(Matrix value)
    • withPageRange

      public PositionObj withPageRange(IntegerList value)
    • withPositionPolicy

      public PositionObj withPositionPolicy(PositionPolicy value)
    • withRelativeSize

      public PositionObj withRelativeSize(XYPair value)
    • withRotationPolicy

      public PositionObj withRotationPolicy(PositionPolicy value)
    • withSize

      public PositionObj withSize(XYPair value)
    • withSizePolicy

      public PositionObj withSizePolicy(PositionPolicy value)
    • 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:
      equals in interface org.jvnet.jaxb2_commons.lang.Equals2
    • equals

      public boolean equals(Object object)
      Overrides:
      equals in class 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 Object