org.deegree.services.jaxb.wfs
Class CustomFormat

java.lang.Object
  extended by org.deegree.services.jaxb.wfs.AbstractFormatType
      extended by org.deegree.services.jaxb.wfs.CustomFormat

public class CustomFormat
extends AbstractFormatType

Java class for anonymous complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType>
   <complexContent>
     <extension base="{http://www.deegree.org/services/wfs}AbstractFormatType">
       <sequence>
         <element name="JavaClass" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="Config" type="{http://www.w3.org/2001/XMLSchema}anyType"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  Object config
           
protected  String javaClass
           
 
Fields inherited from class org.deegree.services.jaxb.wfs.AbstractFormatType
mimeType, wfsVersion
 
Constructor Summary
CustomFormat()
           
 
Method Summary
 Object getConfig()
          Gets the value of the config property.
 String getJavaClass()
          Gets the value of the javaClass property.
 void setConfig(Object value)
          Sets the value of the config property.
 void setJavaClass(String value)
          Sets the value of the javaClass property.
 
Methods inherited from class org.deegree.services.jaxb.wfs.AbstractFormatType
getMimeType, getWfsVersion, setWfsVersion
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

javaClass

protected String javaClass

config

protected Object config
Constructor Detail

CustomFormat

public CustomFormat()
Method Detail

getJavaClass

public String getJavaClass()
Gets the value of the javaClass property.

Returns:
possible object is String

setJavaClass

public void setJavaClass(String value)
Sets the value of the javaClass property.

Parameters:
value - allowed object is String

getConfig

public Object getConfig()
Gets the value of the config property.

Returns:
possible object is Object

setConfig

public void setConfig(Object value)
Sets the value of the config property.

Parameters:
value - allowed object is Object


Copyright © 2011. All Rights Reserved.