Package com.scene7.ipsapi
Class KnockoutBackgroundOptions
- java.lang.Object
-
- com.scene7.ipsapi.KnockoutBackgroundOptions
-
public class KnockoutBackgroundOptions extends java.lang.Object
Java class for KnockoutBackgroundOptions complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="KnockoutBackgroundOptions"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="corner" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="tolerance" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> <element name="fillMethod" type="{http://www.w3.org/2001/XMLSchema}string"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description KnockoutBackgroundOptions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getCorner()
Gets the value of the corner property.java.lang.String
getFillMethod()
Gets the value of the fillMethod property.java.lang.Double
getTolerance()
Gets the value of the tolerance property.void
setCorner(java.lang.String value)
Sets the value of the corner property.void
setFillMethod(java.lang.String value)
Sets the value of the fillMethod property.void
setTolerance(java.lang.Double value)
Sets the value of the tolerance property.
-
-
-
Method Detail
-
getCorner
public java.lang.String getCorner()
Gets the value of the corner property.- Returns:
- possible object is
String
-
setCorner
public void setCorner(java.lang.String value)
Sets the value of the corner property.- Parameters:
value
- allowed object isString
-
getTolerance
public java.lang.Double getTolerance()
Gets the value of the tolerance property.- Returns:
- possible object is
Double
-
setTolerance
public void setTolerance(java.lang.Double value)
Sets the value of the tolerance property.- Parameters:
value
- allowed object isDouble
-
getFillMethod
public java.lang.String getFillMethod()
Gets the value of the fillMethod property.- Returns:
- possible object is
String
-
setFillMethod
public void setFillMethod(java.lang.String value)
Sets the value of the fillMethod property.- Parameters:
value
- allowed object isString
-
-