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  java.lang.Object config
           
protected  java.lang.String javaClass
           
 
Fields inherited from class org.deegree.services.jaxb.wfs.AbstractFormatType
mimeType, wfsVersion
 
Constructor Summary
CustomFormat()
           
 
Method Summary
 java.lang.Object getConfig()
          Gets the value of the config property.
 java.lang.String getJavaClass()
          Gets the value of the javaClass property.
 void setConfig(java.lang.Object value)
          Sets the value of the config property.
 void setJavaClass(java.lang.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 java.lang.String javaClass

config

protected java.lang.Object config
Constructor Detail

CustomFormat

public CustomFormat()
Method Detail

getJavaClass

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

Returns:
possible object is String

setJavaClass

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

Parameters:
value - allowed object is String

getConfig

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

Returns:
possible object is Object

setConfig

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

Parameters:
value - allowed object is Object


Copyright © 2011. All Rights Reserved.