|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.deegree.services.jaxb.wfs.AbstractFormatType org.deegree.services.jaxb.wfs.CustomFormat
public class CustomFormat
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 |
---|
protected java.lang.String javaClass
protected java.lang.Object config
Constructor Detail |
---|
public CustomFormat()
Method Detail |
---|
public java.lang.String getJavaClass()
String
public void setJavaClass(java.lang.String value)
value
- allowed object is
String
public java.lang.Object getConfig()
Object
public void setConfig(java.lang.Object value)
value
- allowed object is
Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |