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

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

The 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.10 at 11:42:09 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.XmlType;


/**
 * 

Java class for ArrayOfParameters complex type. * *

The following schema fragment specifies the expected content contained within this class. * *

 * <complexType name="ArrayOfParameters">
 *   <complexContent>
 *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
 *       <sequence>
 *         <element ref="{urn:ietf:params:xml:ns:icalendar-2.0}baseParameter" maxOccurs="unbounded" minOccurs="0"/>
 *       </sequence>
 *     </restriction>
 *   </complexContent>
 * </complexType>
 * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "ArrayOfParameters", propOrder = { "baseParameter" }) public class ArrayOfParameters { @XmlElementRef(name = "baseParameter", namespace = "urn:ietf:params:xml:ns:icalendar-2.0", type = JAXBElement.class, required = false) protected List> baseParameter; /** * Gets the value of the baseParameter 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 baseParameter property. * *

* For example, to add a new item, do as follows: *

     *    getBaseParameter().add(newItem);
     * 
* * *

* Objects of the following type(s) are allowed in the list * {@link JAXBElement }{@code <}{@link ScheduleAgentParamType }{@code >} * {@link JAXBElement }{@code <}{@link ReltypeParamType }{@code >} * {@link JAXBElement }{@code <}{@link PartstatParamType }{@code >} * {@link JAXBElement }{@code <}{@link FbtypeParamType }{@code >} * {@link JAXBElement }{@code <}{@link AltrepParamType }{@code >} * {@link JAXBElement }{@code <}{@link PublicCommentParameterType }{@code >} * {@link JAXBElement }{@code <}{@link TextParameterType }{@code >} * {@link JAXBElement }{@code <}{@link DelegatedToParamType }{@code >} * {@link JAXBElement }{@code <}{@link DelegatedFromParamType }{@code >} * {@link JAXBElement }{@code <}{@link MemberParamType }{@code >} * {@link JAXBElement }{@code <}{@link EncodingParamType }{@code >} * {@link JAXBElement }{@code <}{@link SentByParamType }{@code >} * {@link JAXBElement }{@code <}{@link CnParamType }{@code >} * {@link JAXBElement }{@code <}{@link DirParamType }{@code >} * {@link JAXBElement }{@code <}{@link RoleParamType }{@code >} * {@link JAXBElement }{@code <}{@link RsvpParamType }{@code >} * {@link JAXBElement }{@code <}{@link CutypeParamType }{@code >} * {@link JAXBElement }{@code <}{@link StayInformedParameterType }{@code >} * {@link JAXBElement }{@code <}{@link DurationParameterType }{@code >} * {@link JAXBElement }{@code <}{@link XBedeworkWrappedNameParamType }{@code >} * {@link JAXBElement }{@code <}{@link RangeParamType }{@code >} * {@link JAXBElement }{@code <}{@link XBedeworkUidParamType }{@code >} * {@link JAXBElement }{@code <}{@link ScheduleForceSendParamType }{@code >} * {@link JAXBElement }{@code <}{@link ResponseParameterType }{@code >} * {@link JAXBElement }{@code <}{@link LanguageParamType }{@code >} * {@link JAXBElement }{@code <}{@link RelatedParamType }{@code >} * {@link JAXBElement }{@code <}{@link FmttypeParamType }{@code >} * {@link JAXBElement }{@code <}{@link TzidParamType }{@code >} * {@link JAXBElement }{@code <}{@link XBedeworkLocKeyParamType }{@code >} * {@link JAXBElement }{@code <}{@link ScheduleStatusParamType }{@code >} * {@link JAXBElement }{@code <}{@link BaseParameterType }{@code >} * * */ public List> getBaseParameter() { if (baseParameter == null) { baseParameter = new ArrayList>(); } return this.baseParameter; } }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy