Package ietf.params.xml.ns.icalendar_2
Class GeoPropType
- java.lang.Object
-
- ietf.params.xml.ns.icalendar_2.BasePropertyType
-
- ietf.params.xml.ns.icalendar_2.GeoPropType
-
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>
-
-
Field Summary
Fields Modifier and Type Field Description protected floatlatitudeprotected floatlongitude-
Fields inherited from class ietf.params.xml.ns.icalendar_2.BasePropertyType
parameters
-
-
Constructor Summary
Constructors Constructor Description GeoPropType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description floatgetLatitude()Gets the value of the latitude property.floatgetLongitude()Gets the value of the longitude property.voidsetLatitude(float value)Sets the value of the latitude property.voidsetLongitude(float value)Sets the value of the longitude property.-
Methods inherited from class ietf.params.xml.ns.icalendar_2.BasePropertyType
getParameters, setParameters
-
-
-
-
Method Detail
-
getLatitude
public float getLatitude()
Gets the value of the latitude property.
-
setLatitude
public void setLatitude(float value)
Sets the value of the latitude property.
-
getLongitude
public float getLongitude()
Gets the value of the longitude property.
-
setLongitude
public void setLongitude(float value)
Sets the value of the longitude property.
-
-