|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.deegree.services.jaxb.sos.ServiceConfiguration.Offering.Procedure.Location
public static class ServiceConfiguration.Offering.Procedure.Location
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 |
---|
protected String lat
protected String lon
Constructor Detail |
---|
public ServiceConfiguration.Offering.Procedure.Location()
Method Detail |
---|
public String getLat()
String
public void setLat(String value)
value
- allowed object is
String
public String getLon()
String
public void setLon(String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |