Class 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 Detail

      • latitude

        protected float latitude
      • longitude

        protected float longitude
    • Constructor Detail

      • GeoPropType

        public GeoPropType()
    • 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.