public class GeoPropType extends BasePropertyType
Java class for GeoPropType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GeoPropType">
<complexContent>
<extension base="{urn:ietf:params:xml:ns:icalendar-2.0}BasePropertyType">
<sequence>
<element ref="{urn:ietf:params:xml:ns:icalendar-2.0}latitude"/>
<element ref="{urn:ietf:params:xml:ns:icalendar-2.0}longitude"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected float |
latitude |
protected float |
longitude |
parameters| Constructor and Description |
|---|
GeoPropType() |
| Modifier and Type | Method and Description |
|---|---|
float |
getLatitude()
Gets the value of the latitude property.
|
float |
getLongitude()
Gets the value of the longitude property.
|
void |
setLatitude(float value)
Sets the value of the latitude property.
|
void |
setLongitude(float value)
Sets the value of the longitude property.
|
getParameters, setParameterspublic float getLatitude()
public void setLatitude(float value)
public float getLongitude()
public void setLongitude(float value)
Copyright © 2017 Bedework. All rights reserved.