Package com.scene7.ipsapi
Class GetAutoCropRectReturn
- java.lang.Object
-
- com.scene7.ipsapi.GetAutoCropRectReturn
-
public class GetAutoCropRectReturn extends java.lang.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 GetAutoCropRectReturn()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getHeight()
Gets the value of the height property.int
getWidth()
Gets the value of the width property.int
getXOffset()
Gets the value of the xOffset property.int
getYOffset()
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.
-
-
-
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.
-
-