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