Package com.scene7.ipsapi
Class GetAutoCropRectReturn
java.lang.Object
com.scene7.ipsapi.GetAutoCropRectReturn
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 -
Method Summary
Modifier and TypeMethodDescriptionintGets the value of the height property.intgetWidth()Gets the value of the width property.intGets the value of the xOffset property.intGets 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.
-
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.
-