Package com.scene7.ipsapi
Class GetAutoCropRectReturn
- java.lang.Object
 - 
- com.scene7.ipsapi.GetAutoCropRectReturn
 
 
- 
public class GetAutoCropRectReturn extends java.lang.ObjectJava 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 GetAutoCropRectReturn() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetHeight()Gets the value of the height property.intgetWidth()Gets the value of the width property.intgetXOffset()Gets the value of the xOffset property.intgetYOffset()Gets the value of the yOffset property.voidsetHeight(int value)Sets the value of the height property.voidsetWidth(int value)Sets the value of the width property.voidsetXOffset(int value)Sets the value of the xOffset property.voidsetYOffset(int value)Sets the value of the yOffset property. 
 - 
 
- 
- 
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. 
 - 
 
 -