Package com.scene7.ipsapi
Class ImageFormat
java.lang.Object
com.scene7.ipsapi.ImageFormat
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 -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the imageFormatHandle property.getName()Gets the value of the name property.Gets the value of the urlModifier property.voidsetImageFormatHandle(String value) Sets the value of the imageFormatHandle property.voidSets the value of the name property.voidsetUrlModifier(String value) Sets the value of the urlModifier property.
-
Constructor Details
-
ImageFormat
public ImageFormat()
-
-
Method Details
-
getImageFormatHandle
Gets the value of the imageFormatHandle property.- Returns:
- possible object is
String
-
setImageFormatHandle
Sets the value of the imageFormatHandle property.- Parameters:
value- allowed object isString
-
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
-
getUrlModifier
Gets the value of the urlModifier property.- Returns:
- possible object is
String
-
setUrlModifier
Sets the value of the urlModifier property.- Parameters:
value- allowed object isString
-