org.deegree.services.jaxb.sos
Class ServiceConfiguration.Offering.Procedure.Location

java.lang.Object
  extended by org.deegree.services.jaxb.sos.ServiceConfiguration.Offering.Procedure.Location
Enclosing class:
ServiceConfiguration.Offering.Procedure

public static class ServiceConfiguration.Offering.Procedure.Location
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">
       <attribute name="lat" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="lon" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String lat
           
protected  String lon
           
 
Constructor Summary
ServiceConfiguration.Offering.Procedure.Location()
           
 
Method Summary
 String getLat()
          Gets the value of the lat property.
 String getLon()
          Gets the value of the lon property.
 void setLat(String value)
          Sets the value of the lat property.
 void setLon(String value)
          Sets the value of the lon property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

lat

protected String lat

lon

protected String lon
Constructor Detail

ServiceConfiguration.Offering.Procedure.Location

public ServiceConfiguration.Offering.Procedure.Location()
Method Detail

getLat

public String getLat()
Gets the value of the lat property.

Returns:
possible object is String

setLat

public void setLat(String value)
Sets the value of the lat property.

Parameters:
value - allowed object is String

getLon

public String getLon()
Gets the value of the lon property.

Returns:
possible object is String

setLon

public void setLon(String value)
Sets the value of the lon property.

Parameters:
value - allowed object is String


Copyright © 2011. All Rights Reserved.