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
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
FieldsFields inherited from class ietf.params.xml.ns.icalendar_2.BasePropertyType
parameters -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfloatGets the value of the latitude property.floatGets 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
-
Field Details
-
latitude
protected float latitude -
longitude
protected float longitude
-
-
Constructor Details
-
GeoPropType
public GeoPropType()
-
-
Method Details
-
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.
-