Class GetAutoCropRectReturn

java.lang.Object
com.scene7.ipsapi.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 Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Gets the value of the height property.
    int
    Gets the value of the width property.
    int
    Gets the value of the xOffset property.
    int
    Gets the value of the yOffset property.
    void
    setHeight(int value)
    Sets the value of the height property.
    void
    setWidth(int value)
    Sets the value of the width property.
    void
    setXOffset(int value)
    Sets the value of the xOffset property.
    void
    setYOffset(int value)
    Sets the value of the yOffset property.

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • GetAutoCropRectReturn

      public GetAutoCropRectReturn()
  • Method Details

    • 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.