Class ArrayOfProperties
Java class for ArrayOfProperties complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ArrayOfProperties">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<choice maxOccurs="unbounded" minOccurs="0">
<element ref="{urn:ietf:params:xml:ns:icalendar-2.0}baseProperty"/>
<element name="tzid" type="{urn:ietf:params:xml:ns:icalendar-2.0}TextPropertyType"/>
</choice>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<javax.xml.bind.JAXBElement<? extends BasePropertyType>> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionList<javax.xml.bind.JAXBElement<? extends BasePropertyType>>Gets the value of the basePropertyOrTzid property.
-
Field Details
-
basePropertyOrTzid
-
-
Constructor Details
-
ArrayOfProperties
public ArrayOfProperties()
-
-
Method Details
-
getBasePropertyOrTzid
Gets the value of the basePropertyOrTzid property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the basePropertyOrTzid property.For example, to add a new item, do as follows:
getBasePropertyOrTzid().add(newItem);Objects of the following type(s) are allowed in the list
JAXBElement<RequestStatusPropType>JAXBElement<XBedeworkCostPropType>JAXBElement<DuePropType>JAXBElement<PriorityPropType>JAXBElement<TranspPropType>JAXBElement<PollPropertiesPropType>JAXBElement<XBwLocationPropType>JAXBElement<RrulePropType>JAXBElement<WsCalendarAttachType>JAXBElement<XMicrosoftCdoBusystatusPropType>JAXBElement<AcceptResponsePropType>JAXBElement<ProdidPropType>JAXBElement<XBedeworkMaxTicketsPerUserPropType>JAXBElement<TzoffsettoPropType>JAXBElement<XBedeworkExsynchStarttzidPropType>JAXBElement<TzidPropType>JAXBElement<OrganizerPropType>JAXBElement<DtstampPropType>JAXBElement<AttachPropType>JAXBElement<CreatedPropType>JAXBElement<VoterPropType>JAXBElement<GeoPropType>JAXBElement<RecurrenceIdPropType>JAXBElement<MethodPropType>JAXBElement<XBwContactPropType>JAXBElement<UidPropType>JAXBElement<OrganizerPropType>JAXBElement<XBwCategoriesPropType>JAXBElement<XBedeworkExsynchEndtzidPropType>JAXBElement<WsCalendarTypeType>JAXBElement<TriggerPropType>JAXBElement<FreebusyPropType>JAXBElement<DurationPropType>JAXBElement<PercentCompletePropType>JAXBElement<ExrulePropType>JAXBElement<ResourcesPropType>JAXBElement<PollModePropType>JAXBElement<CalscalePropType>JAXBElement<DtstartPropType>JAXBElement<ContactPropType>JAXBElement<XBedeworkExsynchLastmodPropType>JAXBElement<XBedeworkRegistrationEndPropType>JAXBElement<CommentPropType>JAXBElement<ActionPropType>JAXBElement<CategoriesPropType>JAXBElement<LocationPropType>JAXBElement<TolerancePropType>JAXBElement<DurationPropType>JAXBElement<PollItemIdPropType>JAXBElement<LastModifiedPropType>JAXBElement<LinkPropType>JAXBElement<XMicrosoftCdoIntendedstatusPropType>JAXBElement<CompletedPropType>JAXBElement<VersionPropType>JAXBElement<XBedeworkWrapperPropType>JAXBElement<RelatedToPropType>JAXBElement<TznamePropType>JAXBElement<TzoffsetfromPropType>JAXBElement<RdatePropType>JAXBElement<SequencePropType>JAXBElement<TzurlPropType>JAXBElement<UrlPropType>JAXBElement<SummaryPropType>JAXBElement<RepeatPropType>JAXBElement<XBedeworkWaitListLimitPropType>JAXBElement<XBedeworkRegistrationStartPropType>JAXBElement<DescriptionPropType>JAXBElement<ExdatePropType>JAXBElement<DtendPropType>JAXBElement<AttendeePropType>JAXBElement<XBedeworkInstanceOnlyPropType>JAXBElement<StatusPropType>JAXBElement<ClassPropType>JAXBElement<XBedeworkMaxTicketsPropType>JAXBElement<BasePropertyType>JAXBElement<TextPropertyType>
-