|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.deegree.services.jaxb.wfs.AbstractFormatType
public abstract class AbstractFormatType
Java class for AbstractFormatType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AbstractFormatType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="MimeType" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded"/>
</sequence>
<attribute name="wfsVersion" type="{http://www.deegree.org/services/wfs}WFSVersionType" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected java.util.List<java.lang.String> |
mimeType
|
protected java.lang.String |
wfsVersion
|
| Constructor Summary | |
|---|---|
AbstractFormatType()
|
|
| Method Summary | |
|---|---|
java.util.List<java.lang.String> |
getMimeType()
Gets the value of the mimeType property. |
java.lang.String |
getWfsVersion()
Gets the value of the wfsVersion property. |
void |
setWfsVersion(java.lang.String value)
Sets the value of the wfsVersion property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.util.List<java.lang.String> mimeType
protected java.lang.String wfsVersion
| Constructor Detail |
|---|
public AbstractFormatType()
| Method Detail |
|---|
public java.util.List<java.lang.String> getMimeType()
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 mimeType property.
For example, to add a new item, do as follows:
getMimeType().add(newItem);
Objects of the following type(s) are allowed in the list
String
public java.lang.String getWfsVersion()
Stringpublic void setWfsVersion(java.lang.String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||