public class ArrayOfProperties extends Object
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>
| Modifier and Type | Field and Description |
|---|---|
protected List<JAXBElement<? extends BasePropertyType>> |
basePropertyOrTzid |
| Constructor and Description |
|---|
ArrayOfProperties() |
| Modifier and Type | Method and Description |
|---|---|
List<JAXBElement<? extends BasePropertyType>> |
getBasePropertyOrTzid()
Gets the value of the basePropertyOrTzid property.
|
protected List<JAXBElement<? extends BasePropertyType>> basePropertyOrTzid
public List<JAXBElement<? extends BasePropertyType>> getBasePropertyOrTzid()
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 set method 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<DtendPropType>
JAXBElement<LinkPropType>
JAXBElement<XBwCategoriesPropType>
JAXBElement<XBedeworkWrapperPropType>
JAXBElement<ResourcesPropType>
JAXBElement<PollItemIdPropType>
JAXBElement<RdatePropType>
JAXBElement<UidPropType>
JAXBElement<XBedeworkExsynchEndtzidPropType>
JAXBElement<XBedeworkCostPropType>
JAXBElement<DtstampPropType>
JAXBElement<MethodPropType>
JAXBElement<PollModePropType>
JAXBElement<CreatedPropType>
JAXBElement<RecurrenceIdPropType>
JAXBElement<LastModifiedPropType>
JAXBElement<PriorityPropType>
JAXBElement<XBedeworkRegistrationEndPropType>
JAXBElement<DurationPropType>
JAXBElement<OrganizerPropType>
JAXBElement<CategoriesPropType>
JAXBElement<ContactPropType>
JAXBElement<XBwContactPropType>
JAXBElement<BasePropertyType>
JAXBElement<DurationPropType>
JAXBElement<RepeatPropType>
JAXBElement<ExrulePropType>
JAXBElement<RrulePropType>
JAXBElement<AttendeePropType>
JAXBElement<XBedeworkMaxTicketsPropType>
JAXBElement<TzidPropType>
JAXBElement<XMicrosoftCdoBusystatusPropType>
JAXBElement<WsCalendarAttachType>
JAXBElement<CalscalePropType>
JAXBElement<TzurlPropType>
JAXBElement<XBedeworkRegistrationStartPropType>
JAXBElement<PercentCompletePropType>
JAXBElement<TzoffsettoPropType>
JAXBElement<AcceptResponsePropType>
JAXBElement<XBedeworkExsynchLastmodPropType>
JAXBElement<UrlPropType>
JAXBElement<OrganizerPropType>
JAXBElement<DescriptionPropType>
JAXBElement<RelatedToPropType>
JAXBElement<XBedeworkInstanceOnlyPropType>
JAXBElement<XMicrosoftCdoIntendedstatusPropType>
JAXBElement<CompletedPropType>
JAXBElement<XBedeworkMaxTicketsPerUserPropType>
JAXBElement<VoterPropType>
JAXBElement<GeoPropType>
JAXBElement<ActionPropType>
JAXBElement<XBedeworkExsynchStarttzidPropType>
JAXBElement<TzoffsetfromPropType>
JAXBElement<TznamePropType>
JAXBElement<XBwLocationPropType>
JAXBElement<AttachPropType>
JAXBElement<ClassPropType>
JAXBElement<VersionPropType>
JAXBElement<FreebusyPropType>
JAXBElement<ProdidPropType>
JAXBElement<WsCalendarTypeType>
JAXBElement<TriggerPropType>
JAXBElement<LocationPropType>
JAXBElement<TolerancePropType>
JAXBElement<SequencePropType>
JAXBElement<ExdatePropType>
JAXBElement<CommentPropType>
JAXBElement<SummaryPropType>
JAXBElement<RequestStatusPropType>
JAXBElement<TextPropertyType>
JAXBElement<PollPropertiesPropType>
JAXBElement<TranspPropType>
JAXBElement<DtstartPropType>
JAXBElement<StatusPropType>
JAXBElement<DuePropType>
Copyright © 2015 Bedework. All rights reserved.