All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ietf.params.xml.ns.icalendar_2.ArrayOfProperties Maven / Gradle / Ivy

There is a newer version: 5.0.6
Show newest version
//
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.3.2 
// See https://javaee.github.io/jaxb-v2/ 
// Any modifications to this file will be lost upon recompilation of the source schema. 
// Generated on: 2024.11.13 at 09:46:01 PM EST 
//


package ietf.params.xml.ns.icalendar_2;

import java.util.ArrayList;
import java.util.List;
import javax.xml.bind.JAXBElement;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElementRef;
import javax.xml.bind.annotation.XmlElementRefs;
import javax.xml.bind.annotation.XmlType;


/**
 * 

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>
 * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "ArrayOfProperties", propOrder = { "basePropertyOrTzid" }) public class ArrayOfProperties { @XmlElementRefs({ @XmlElementRef(name = "baseProperty", namespace = "urn:ietf:params:xml:ns:icalendar-2.0", type = JAXBElement.class, required = false), @XmlElementRef(name = "tzid", namespace = "urn:ietf:params:xml:ns:icalendar-2.0", type = JAXBElement.class, required = false) }) protected List> basePropertyOrTzid; /** * 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 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 * {@link JAXBElement }{@code <}{@link PriorityPropType }{@code >} * {@link JAXBElement }{@code <}{@link XBedeworkWrapperPropType }{@code >} * {@link JAXBElement }{@code <}{@link CompletedPropType }{@code >} * {@link JAXBElement }{@code <}{@link DescriptionPropType }{@code >} * {@link JAXBElement }{@code <}{@link ActionPropType }{@code >} * {@link JAXBElement }{@code <}{@link RequestStatusPropType }{@code >} * {@link JAXBElement }{@code <}{@link AttendeePropType }{@code >} * {@link JAXBElement }{@code <}{@link XBedeworkWaitListLimitPropType }{@code >} * {@link JAXBElement }{@code <}{@link AcceptResponsePropType }{@code >} * {@link JAXBElement }{@code <}{@link ResourcesPropType }{@code >} * {@link JAXBElement }{@code <}{@link XBedeworkExsynchStarttzidPropType }{@code >} * {@link JAXBElement }{@code <}{@link DtendPropType }{@code >} * {@link JAXBElement }{@code <}{@link RelatedToPropType }{@code >} * {@link JAXBElement }{@code <}{@link XBwCategoriesPropType }{@code >} * {@link JAXBElement }{@code <}{@link XBwContactPropType }{@code >} * {@link JAXBElement }{@code <}{@link XBedeworkExsynchLastmodPropType }{@code >} * {@link JAXBElement }{@code <}{@link TzurlPropType }{@code >} * {@link JAXBElement }{@code <}{@link UidPropType }{@code >} * {@link JAXBElement }{@code <}{@link RecurrenceIdPropType }{@code >} * {@link JAXBElement }{@code <}{@link ExrulePropType }{@code >} * {@link JAXBElement }{@code <}{@link PercentCompletePropType }{@code >} * {@link JAXBElement }{@code <}{@link WsCalendarTypeType }{@code >} * {@link JAXBElement }{@code <}{@link ExdatePropType }{@code >} * {@link JAXBElement }{@code <}{@link UrlPropType }{@code >} * {@link JAXBElement }{@code <}{@link AttachPropType }{@code >} * {@link JAXBElement }{@code <}{@link RdatePropType }{@code >} * {@link JAXBElement }{@code <}{@link LocationPropType }{@code >} * {@link JAXBElement }{@code <}{@link VersionPropType }{@code >} * {@link JAXBElement }{@code <}{@link TzoffsetfromPropType }{@code >} * {@link JAXBElement }{@code <}{@link OrganizerPropType }{@code >} * {@link JAXBElement }{@code <}{@link TolerancePropType }{@code >} * {@link JAXBElement }{@code <}{@link ContactPropType }{@code >} * {@link JAXBElement }{@code <}{@link SequencePropType }{@code >} * {@link JAXBElement }{@code <}{@link PollItemIdPropType }{@code >} * {@link JAXBElement }{@code <}{@link XMicrosoftCdoBusystatusPropType }{@code >} * {@link JAXBElement }{@code <}{@link XBedeworkMaxTicketsPerUserPropType }{@code >} * {@link JAXBElement }{@code <}{@link PollPropertiesPropType }{@code >} * {@link JAXBElement }{@code <}{@link XBedeworkMaxTicketsPropType }{@code >} * {@link JAXBElement }{@code <}{@link XBedeworkExsynchEndtzidPropType }{@code >} * {@link JAXBElement }{@code <}{@link XBedeworkRegistrationStartPropType }{@code >} * {@link JAXBElement }{@code <}{@link VoterPropType }{@code >} * {@link JAXBElement }{@code <}{@link XBwLocationPropType }{@code >} * {@link JAXBElement }{@code <}{@link TranspPropType }{@code >} * {@link JAXBElement }{@code <}{@link CommentPropType }{@code >} * {@link JAXBElement }{@code <}{@link OrganizerPropType }{@code >} * {@link JAXBElement }{@code <}{@link RepeatPropType }{@code >} * {@link JAXBElement }{@code <}{@link CreatedPropType }{@code >} * {@link JAXBElement }{@code <}{@link DurationPropType }{@code >} * {@link JAXBElement }{@code <}{@link GeoPropType }{@code >} * {@link JAXBElement }{@code <}{@link CategoriesPropType }{@code >} * {@link JAXBElement }{@code <}{@link RrulePropType }{@code >} * {@link JAXBElement }{@code <}{@link ClassPropType }{@code >} * {@link JAXBElement }{@code <}{@link DtstartPropType }{@code >} * {@link JAXBElement }{@code <}{@link XBedeworkInstanceOnlyPropType }{@code >} * {@link JAXBElement }{@code <}{@link PollModePropType }{@code >} * {@link JAXBElement }{@code <}{@link XMicrosoftCdoIntendedstatusPropType }{@code >} * {@link JAXBElement }{@code <}{@link DurationPropType }{@code >} * {@link JAXBElement }{@code <}{@link ProdidPropType }{@code >} * {@link JAXBElement }{@code <}{@link CalscalePropType }{@code >} * {@link JAXBElement }{@code <}{@link SummaryPropType }{@code >} * {@link JAXBElement }{@code <}{@link DtstampPropType }{@code >} * {@link JAXBElement }{@code <}{@link XBedeworkRegistrationEndPropType }{@code >} * {@link JAXBElement }{@code <}{@link TriggerPropType }{@code >} * {@link JAXBElement }{@code <}{@link TzoffsettoPropType }{@code >} * {@link JAXBElement }{@code <}{@link LastModifiedPropType }{@code >} * {@link JAXBElement }{@code <}{@link TzidPropType }{@code >} * {@link JAXBElement }{@code <}{@link TznamePropType }{@code >} * {@link JAXBElement }{@code <}{@link StatusPropType }{@code >} * {@link JAXBElement }{@code <}{@link DuePropType }{@code >} * {@link JAXBElement }{@code <}{@link FreebusyPropType }{@code >} * {@link JAXBElement }{@code <}{@link MethodPropType }{@code >} * {@link JAXBElement }{@code <}{@link LinkPropType }{@code >} * {@link JAXBElement }{@code <}{@link WsCalendarAttachType }{@code >} * {@link JAXBElement }{@code <}{@link XBedeworkCostPropType }{@code >} * {@link JAXBElement }{@code <}{@link BasePropertyType }{@code >} * {@link JAXBElement }{@code <}{@link TextPropertyType }{@code >} * * */ public List> getBasePropertyOrTzid() { if (basePropertyOrTzid == null) { basePropertyOrTzid = new ArrayList>(); } return this.basePropertyOrTzid; } }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy