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>
<element ref="{urn:ietf:params:xml:ns:icalendar-2.0}baseProperty" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<jakarta.xml.bind.JAXBElement<? extends BasePropertyType>> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionList<jakarta.xml.bind.JAXBElement<? extends BasePropertyType>> Gets the value of the baseProperty property.toString()Generates a String representation of the contents of this type.
-
Field Details
-
baseProperty
-
-
Constructor Details
-
ArrayOfProperties
public ArrayOfProperties()
-
-
Method Details
-
getBaseProperty
Gets the value of the baseProperty 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 Jakarta XML Binding object. This is why there is not a
setmethod for the baseProperty property.For example, to add a new item, do as follows:
getBaseProperty().add(newItem);Objects of the following type(s) are allowed in the list
JAXBElement<ActionPropType>JAXBElement<AttachPropType>JAXBElement<AttendeePropType>JAXBElement<BasePropertyType>JAXBElement<CalscalePropType>JAXBElement<CategoriesPropType>JAXBElement<ClassPropType>JAXBElement<CommentPropType>JAXBElement<CompletedPropType>JAXBElement<ContactPropType>JAXBElement<CreatedPropType>JAXBElement<DescriptionPropType>JAXBElement<DtendPropType>JAXBElement<DtstampPropType>JAXBElement<DtstartPropType>JAXBElement<DuePropType>JAXBElement<DurationPropType>JAXBElement<DurationPropType>JAXBElement<ExdatePropType>JAXBElement<ExrulePropType>JAXBElement<FreebusyPropType>JAXBElement<GeoPropType>JAXBElement<LastModifiedPropType>JAXBElement<LinkPropType>JAXBElement<LocationPropType>JAXBElement<MethodPropType>JAXBElement<OrganizerPropType>JAXBElement<OrganizerPropType>JAXBElement<PercentCompletePropType>JAXBElement<PriorityPropType>JAXBElement<ProdidPropType>JAXBElement<RdatePropType>JAXBElement<RecurrenceIdPropType>JAXBElement<RelatedToPropType>JAXBElement<RepeatPropType>JAXBElement<RequestStatusPropType>JAXBElement<ResourcesPropType>JAXBElement<RrulePropType>JAXBElement<SequencePropType>JAXBElement<StatusPropType>JAXBElement<SummaryPropType>JAXBElement<TolerancePropType>JAXBElement<TranspPropType>JAXBElement<TriggerPropType>JAXBElement<TznamePropType>JAXBElement<TzoffsetfromPropType>JAXBElement<TzoffsettoPropType>JAXBElement<TzurlPropType>JAXBElement<UidPropType>JAXBElement<UrlPropType>JAXBElement<VersionPropType>JAXBElement<WsCalendarAttachType>JAXBElement<WsCalendarTypeType>JAXBElement<XBedeworkCostPropType>JAXBElement<XBedeworkExsynchEndtzidPropType>JAXBElement<XBedeworkExsynchLastmodPropType>JAXBElement<XBedeworkExsynchStarttzidPropType>JAXBElement<XMicrosoftCdoBusystatusPropType>JAXBElement<XMicrosoftCdoIntendedstatusPropType> -
toString
Generates a String representation of the contents of this type. This is an extension method, produced by the 'ts' xjc plugin
-