public class OutputFormat extends 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 String |
driver |
protected String |
extension |
protected List<String> |
formatOption |
protected String |
imageMode |
protected String |
mimeType |
protected String |
name |
protected StateEnum |
transparent |
| Constructor and Description |
|---|
OutputFormat() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDriver()
Gets the value of the driver property.
|
String |
getExtension()
Gets the value of the extension property.
|
List<String> |
getFormatOption()
Gets the value of the formatOption property.
|
String |
getImageMode()
Gets the value of the imageMode property.
|
String |
getMimeType()
Gets the value of the mimeType property.
|
String |
getName()
Gets the value of the name property.
|
StateEnum |
getTransparent()
Gets the value of the transparent property.
|
void |
setDriver(String value)
Sets the value of the driver property.
|
void |
setExtension(String value)
Sets the value of the extension property.
|
void |
setImageMode(String value)
Sets the value of the imageMode property.
|
void |
setMimeType(String value)
Sets the value of the mimeType property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setTransparent(StateEnum value)
Sets the value of the transparent property.
|
protected String driver
protected String extension
protected String imageMode
protected String mimeType
protected StateEnum transparent
protected String name
public String getDriver()
Stringpublic void setDriver(String value)
value - allowed object is
Stringpublic String getExtension()
Stringpublic void setExtension(String value)
value - allowed object is
Stringpublic List<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 String getImageMode()
Stringpublic void setImageMode(String value)
value - allowed object is
Stringpublic String getMimeType()
Stringpublic void setMimeType(String value)
value - allowed object is
Stringpublic StateEnum getTransparent()
StateEnumpublic void setTransparent(StateEnum value)
value - allowed object is
StateEnumpublic String getName()
String