public class OutputFormat
extends java.lang.Object
Java class for OutputFormat complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OutputFormat">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="driver" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="extension" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="formatOption" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
<element name="imageMode">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="PC256"/>
<enumeration value="RGB"/>
<enumeration value="RGBA"/>
<enumeration value="BYTE"/>
<enumeration value="INT16"/>
<enumeration value="FLOAT32"/>
<enumeration value="FEATURE"/>
</restriction>
</simpleType>
</element>
<element name="mimeType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="transparent" type="{http://www.mapserver.org/mapserver}stateEnum" minOccurs="0"/>
</sequence>
<attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
driver |
protected java.lang.String |
extension |
protected java.util.List<java.lang.String> |
formatOption |
protected java.lang.String |
imageMode |
protected java.lang.String |
mimeType |
protected java.lang.String |
name |
protected StateEnum |
transparent |
| Constructor and Description |
|---|
OutputFormat() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDriver()
Gets the value of the driver property.
|
java.lang.String |
getExtension()
Gets the value of the extension property.
|
java.util.List<java.lang.String> |
getFormatOption()
Gets the value of the formatOption property.
|
java.lang.String |
getImageMode()
Gets the value of the imageMode property.
|
java.lang.String |
getMimeType()
Gets the value of the mimeType property.
|
java.lang.String |
getName()
Gets the value of the name property.
|
StateEnum |
getTransparent()
Gets the value of the transparent property.
|
void |
setDriver(java.lang.String value)
Sets the value of the driver property.
|
void |
setExtension(java.lang.String value)
Sets the value of the extension property.
|
void |
setImageMode(java.lang.String value)
Sets the value of the imageMode property.
|
void |
setMimeType(java.lang.String value)
Sets the value of the mimeType property.
|
void |
setName(java.lang.String value)
Sets the value of the name property.
|
void |
setTransparent(StateEnum value)
Sets the value of the transparent property.
|
protected java.lang.String driver
protected java.lang.String extension
protected java.util.List<java.lang.String> formatOption
protected java.lang.String imageMode
protected java.lang.String mimeType
protected StateEnum transparent
protected java.lang.String name
public java.lang.String getDriver()
Stringpublic void setDriver(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getExtension()
Stringpublic void setExtension(java.lang.String value)
value - allowed object is
Stringpublic java.util.List<java.lang.String> getFormatOption()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the formatOption property.
For example, to add a new item, do as follows:
getFormatOption().add(newItem);
Objects of the following type(s) are allowed in the list
String
public java.lang.String getImageMode()
Stringpublic void setImageMode(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getMimeType()
Stringpublic void setMimeType(java.lang.String value)
value - allowed object is
Stringpublic StateEnum getTransparent()
StateEnumpublic void setTransparent(StateEnum value)
value - allowed object is
StateEnumpublic java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
String