Class ArrayOfParameters
- java.lang.Object
-
- ietf.params.xml.ns.icalendar_2.ArrayOfParameters
-
public class ArrayOfParameters extends Object
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>
-
-
Field Summary
Fields Modifier and Type Field Description protected List<javax.xml.bind.JAXBElement<? extends BaseParameterType>>baseParameter
-
Constructor Summary
Constructors Constructor Description ArrayOfParameters()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<javax.xml.bind.JAXBElement<? extends BaseParameterType>>getBaseParameter()Gets the value of the baseParameter property.
-
-
-
Field Detail
-
baseParameter
protected List<javax.xml.bind.JAXBElement<? extends BaseParameterType>> baseParameter
-
-
Method Detail
-
getBaseParameter
public List<javax.xml.bind.JAXBElement<? extends BaseParameterType>> getBaseParameter()
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
setmethod 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
JAXBElement<XBedeworkWrappedNameParamType>JAXBElement<ResponseParameterType>JAXBElement<CnParamType>JAXBElement<CutypeParamType>JAXBElement<PartstatParamType>JAXBElement<SentByParamType>JAXBElement<DelegatedToParamType>JAXBElement<ScheduleAgentParamType>JAXBElement<DirParamType>JAXBElement<FbtypeParamType>JAXBElement<LanguageParamType>JAXBElement<TzidParamType>JAXBElement<ScheduleForceSendParamType>JAXBElement<EncodingParamType>JAXBElement<RoleParamType>JAXBElement<StayInformedParameterType>JAXBElement<ReltypeParamType>JAXBElement<RsvpParamType>JAXBElement<MemberParamType>JAXBElement<ScheduleStatusParamType>JAXBElement<RelatedParamType>JAXBElement<TextParameterType>JAXBElement<DelegatedFromParamType>JAXBElement<DurationParameterType>JAXBElement<FmttypeParamType>JAXBElement<RangeParamType>JAXBElement<AltrepParamType>JAXBElement<XBedeworkLocKeyParamType>JAXBElement<PublicCommentParameterType>JAXBElement<XBedeworkUidParamType>JAXBElement<BaseParameterType>
-
-