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 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.