Class PublicPlace

  • All Implemented Interfaces:
    Serializable, net.fortuna.ical4j.model.FluentComponent, net.fortuna.ical4j.model.PropertyContainer, net.fortuna.ical4j.model.PropertyListAccessor

    public class PublicPlace
    extends net.fortuna.ical4j.model.component.VLocation
    See Also:
    Serialized Form
    • Nested Class Summary

      • Nested classes/interfaces inherited from class net.fortuna.ical4j.model.component.VLocation

        net.fortuna.ical4j.model.component.VLocation.Factory
    • Field Summary

      • Fields inherited from class net.fortuna.ical4j.model.Component

        AVAILABLE, BEGIN, components, END, EXPERIMENTAL_PREFIX, PARTICIPANT, properties, VALARM, VAVAILABILITY, VEVENT, VFREEBUSY, VJOURNAL, VLOCATION, VRESOURCE, VTIMEZONE, VTODO, VVENUE
    • Constructor Summary

      Constructors 
      Constructor Description
      PublicPlace​(String name)  
      PublicPlace​(net.fortuna.ical4j.vcard.VCard card)  
    • Method Summary

      • Methods inherited from class net.fortuna.ical4j.model.component.VLocation

        getDescription, getGeo, getLocationType, getNameProp, getStructuredData, getUid, newFactory, validate
      • Methods inherited from class net.fortuna.ical4j.model.Component

        calculateRecurrenceSet, copy, equals, getFluentTarget, getName, getProperties, getPropertyList, getValue, hashCode, setPropertyList, toString, validate, validateProperties
      • Methods inherited from interface net.fortuna.ical4j.model.FluentComponent

        withProperty
      • Methods inherited from interface net.fortuna.ical4j.model.PropertyContainer

        add, addAll, remove, removeAll, replace
      • Methods inherited from interface net.fortuna.ical4j.model.PropertyListAccessor

        getProperties, getProperty, getRequiredProperty
    • Constructor Detail

      • PublicPlace

        public PublicPlace​(String name)
      • PublicPlace

        public PublicPlace​(net.fortuna.ical4j.vcard.VCard card)