public class ImageFormat
extends java.lang.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 and Description |
---|
ImageFormat() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getImageFormatHandle()
Gets the value of the imageFormatHandle property.
|
java.lang.String |
getName()
Gets the value of the name property.
|
java.lang.String |
getUrlModifier()
Gets the value of the urlModifier property.
|
void |
setImageFormatHandle(java.lang.String value)
Sets the value of the imageFormatHandle property.
|
void |
setName(java.lang.String value)
Sets the value of the name property.
|
void |
setUrlModifier(java.lang.String value)
Sets the value of the urlModifier property.
|
public java.lang.String getImageFormatHandle()
String
public void setImageFormatHandle(java.lang.String value)
value
- allowed object is
String
public java.lang.String getName()
String
public void setName(java.lang.String value)
value
- allowed object is
String
public java.lang.String getUrlModifier()
String
public void setUrlModifier(java.lang.String value)
value
- allowed object is
String
"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"