org.deegree.services.jaxb.wfs
Class CustomCoordinateFormatter

java.lang.Object
  extended by org.deegree.services.jaxb.wfs.CustomCoordinateFormatter

public class CustomCoordinateFormatter
extends Object

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

javaClass

protected String javaClass

param

protected List<CustomCoordinateFormatter.Param> param
Constructor Detail

CustomCoordinateFormatter

public CustomCoordinateFormatter()
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

getParam

public List<CustomCoordinateFormatter.Param> getParam()
Gets the value of the param property.

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



Copyright © 2011. All Rights Reserved.