|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.deegree.services.jaxb.wfs.CustomCoordinateFormatter
public class CustomCoordinateFormatter
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="JavaClass" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Param" maxOccurs="unbounded" minOccurs="0">
<complexType>
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>string">
<attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</simpleContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Nested Class Summary | |
|---|---|
static class |
CustomCoordinateFormatter.Param
Java class for anonymous complex type. |
| Field Summary | |
|---|---|
protected String |
javaClass
|
protected List<CustomCoordinateFormatter.Param> |
param
|
| Constructor Summary | |
|---|---|
CustomCoordinateFormatter()
|
|
| Method Summary | |
|---|---|
String |
getJavaClass()
Gets the value of the javaClass property. |
List<CustomCoordinateFormatter.Param> |
getParam()
Gets the value of the param property. |
void |
setJavaClass(String value)
Sets the value of the javaClass property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String javaClass
protected List<CustomCoordinateFormatter.Param> param
| Constructor Detail |
|---|
public CustomCoordinateFormatter()
| Method Detail |
|---|
public String getJavaClass()
Stringpublic void setJavaClass(String value)
value - allowed object is
Stringpublic List<CustomCoordinateFormatter.Param> getParam()
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 param property.
For example, to add a new item, do as follows:
getParam().add(newItem);
Objects of the following type(s) are allowed in the list
CustomCoordinateFormatter.Param
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||