Class AdjustPoint

  • All Implemented Interfaces:
    AdjustPointIf

    public class AdjustPoint
    extends java.lang.Object
    implements AdjustPointIf

    Java class for CT_AdjPoint2D complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="CT_AdjPoint2D">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <attribute name="x" use="required" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_AdjCoordinate" />
           <attribute name="y" use="required" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_AdjCoordinate" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Summary

      Constructors 
      Constructor Description
      AdjustPoint()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object o)  
      java.lang.String getX()
      Gets the value of the x property.
      java.lang.String getY()
      Gets the value of the y property.
      int hashCode()  
      boolean isSetX()  
      boolean isSetY()  
      void setX​(java.lang.String value)
      Sets the value of the x property.
      void setY​(java.lang.String value)
      Sets the value of the y property.
      • Methods inherited from class java.lang.Object

        getClass, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AdjustPoint

        public AdjustPoint()
    • Method Detail

      • getX

        public java.lang.String getX()
        Description copied from interface: AdjustPointIf
        Gets the value of the x property.
        Specified by:
        getX in interface AdjustPointIf
      • setX

        public void setX​(java.lang.String value)
        Description copied from interface: AdjustPointIf
        Sets the value of the x property.
        Specified by:
        setX in interface AdjustPointIf
      • getY

        public java.lang.String getY()
        Description copied from interface: AdjustPointIf
        Gets the value of the y property.
        Specified by:
        getY in interface AdjustPointIf
      • setY

        public void setY​(java.lang.String value)
        Description copied from interface: AdjustPointIf
        Sets the value of the y property.
        Specified by:
        setY in interface AdjustPointIf
      • equals

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

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