Class GetAutoCropRectReturn


  • public class GetAutoCropRectReturn
    extends Object

    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 name="xOffset" type="{http://www.w3.org/2001/XMLSchema}int"/>
             <element name="yOffset" type="{http://www.w3.org/2001/XMLSchema}int"/>
             <element name="width" type="{http://www.w3.org/2001/XMLSchema}int"/>
             <element name="height" type="{http://www.w3.org/2001/XMLSchema}int"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • GetAutoCropRectReturn

        public GetAutoCropRectReturn()
    • Method Detail

      • getXOffset

        public int getXOffset()
        Gets the value of the xOffset property.
      • setXOffset

        public void setXOffset​(int value)
        Sets the value of the xOffset property.
      • getYOffset

        public int getYOffset()
        Gets the value of the yOffset property.
      • setYOffset

        public void setYOffset​(int value)
        Sets the value of the yOffset property.
      • getWidth

        public int getWidth()
        Gets the value of the width property.
      • setWidth

        public void setWidth​(int value)
        Sets the value of the width property.
      • getHeight

        public int getHeight()
        Gets the value of the height property.
      • setHeight

        public void setHeight​(int value)
        Sets the value of the height property.