org.deegree.services.jaxb.wfs
Class AbstractFormatType

java.lang.Object
  extended by org.deegree.services.jaxb.wfs.AbstractFormatType
Direct Known Subclasses:
CustomFormat, GMLFormat

public abstract class AbstractFormatType
extends Object

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  List<String> mimeType
           
protected  String wfsVersion
           
 
Constructor Summary
AbstractFormatType()
           
 
Method Summary
 List<String> getMimeType()
          Gets the value of the mimeType property.
 String getWfsVersion()
          Gets the value of the wfsVersion property.
 void setWfsVersion(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

mimeType

protected List<String> mimeType

wfsVersion

protected String wfsVersion
Constructor Detail

AbstractFormatType

public AbstractFormatType()
Method Detail

getMimeType

public List<String> getMimeType()
Gets the value of the mimeType property.

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


getWfsVersion

public String getWfsVersion()
Gets the value of the wfsVersion property.

Returns:
possible object is String

setWfsVersion

public void setWfsVersion(String value)
Sets the value of the wfsVersion property.

Parameters:
value - allowed object is String


Copyright © 2011. All Rights Reserved.