Interface VChild

All Superinterfaces:
VElement
All Known Subinterfaces:
ByRule<T>, PropAlarmTrigger<T>, PropAltText<T>, PropAttachment<T>, PropAttendee<U>, PropCalendarUser<T>, PropDateTime<T>, PropFreeBusy<T>, PropLanguage<T>, PropRecurrenceID<T>, PropRelationship<T>, RRulePart<T>, VAttendee<T>, VComponent, VDateTimeEnd<T>, VDescribable<T>, VDescribable2<T>, VDuration<T>, VLastModified<T>, VParameter<T>, VProperty<T>, VRepeatable<T>
All Known Implementing Classes:
Action, AlarmTriggerRelationship, AlternateText, Attachment, Attendee, ByDay, ByHour, ByMinute, ByMonth, ByMonthDay, ByRuleAbstract, ByRuleIntegerAbstract, BySecond, BySetPosition, ByWeekNumber, ByYearDay, CalendarScale, CalendarUser, Categories, Classification, Comment, CommonName, Contact, Count, DateTimeCompleted, DateTimeCreated, DateTimeDue, DateTimeEnd, DateTimeStamp, DateTimeStart, DaylightSavingTime, Delegatees, Delegators, Description, DirectoryEntry, DurationProp, Encoding, ExceptionDates, FormatType, FreeBusyTime, FreeBusyType, Frequency, GeographicPosition, GroupMembership, Interval, Language, LastModified, Location, Method, NonStandardComponent, NonStandardParameter, NonStandardProperty, Organizer, ParameterEnumBasedWithUnknown, ParticipationRole, ParticipationStatus, PercentComplete, Priority, ProductIdentifier, PropBaseAltText, PropBaseDateTime, PropBaseLanguage, PropBaseUTC, PropertyBaseAttendee, PropertyBaseCalendarUser, PropertyBaseRecurrence, PropertyBaseZoneOffset, Range, RecurrenceDates, RecurrenceId, RecurrenceRule, RecurrenceRuleValue, RelatedTo, Relationship, RepeatCount, RequestStatus, Resources, RRulePartBase, RSVP, SentBy, Sequence, StandardOrDaylight, StandardTime, Status, Summary, TimeTransparency, TimeZoneIdentifier, TimeZoneIdentifierParameter, TimeZoneName, TimeZoneOffsetFrom, TimeZoneOffsetTo, TimeZoneURL, Trigger, UniformResourceLocator, UniqueIdentifier, UnknownProperty, Until, VAlarm, ValueParameter, VCommon, VComponentBase, VDescribableBase, VDisplayable, Version, VEvent, VFreeBusy, VJournal, VLocatable, VParameterBase, VPersonal, VPrimary, VPropertyBase, VRepeatableBase, VTimeZone, VTodo, WeekStart

public interface VChild extends VElement
A child calendar component that has a VParent
  • Method Details

    • getParent

      VParent getParent()
      Gets the VParent of this VChild
    • setParent

      void setParent(VParent parent)
      Set the VParent of this VChild. This method is invoked internally by the API. Under normal circumstances it should not be used externally