Package com.scene7.ipsapi
Class AutoSmartCropOptions
java.lang.Object
com.scene7.ipsapi.AutoSmartCropOptions
Java class for AutoSmartCropOptions complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AutoSmartCropOptions">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="width" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="height" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="type" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintGets the value of the height property.getName()Gets the value of the name property.getType()Gets the value of the type property.intgetWidth()Gets the value of the width property.voidsetHeight(int value) Sets the value of the height property.voidSets the value of the name property.voidSets the value of the type property.voidsetWidth(int value) Sets the value of the width property.
-
Constructor Details
-
AutoSmartCropOptions
public AutoSmartCropOptions()
-
-
Method Details
-
getName
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
Sets the value of the name property.- Parameters:
value- allowed object isString
-
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. -
getType
Gets the value of the type property.- Returns:
- possible object is
String
-
setType
Sets the value of the type property.- Parameters:
value- allowed object isString
-