Package com.scene7.ipsapi
Class ImageFormat
- java.lang.Object
-
- com.scene7.ipsapi.ImageFormat
-
public class ImageFormat extends Object
Java class for ImageFormat complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ImageFormat"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="imageFormatHandle" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="urlModifier" type="{http://www.w3.org/2001/XMLSchema}string"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description ImageFormat()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getImageFormatHandle()
Gets the value of the imageFormatHandle property.String
getName()
Gets the value of the name property.String
getUrlModifier()
Gets the value of the urlModifier property.void
setImageFormatHandle(String value)
Sets the value of the imageFormatHandle property.void
setName(String value)
Sets the value of the name property.void
setUrlModifier(String value)
Sets the value of the urlModifier property.
-
-
-
Method Detail
-
getImageFormatHandle
public String getImageFormatHandle()
Gets the value of the imageFormatHandle property.- Returns:
- possible object is
String
-
setImageFormatHandle
public void setImageFormatHandle(String value)
Sets the value of the imageFormatHandle property.- Parameters:
value
- allowed object isString
-
getName
public String getName()
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
public void setName(String value)
Sets the value of the name property.- Parameters:
value
- allowed object isString
-
getUrlModifier
public String getUrlModifier()
Gets the value of the urlModifier property.- Returns:
- possible object is
String
-
-