Class ArrayOfParameters
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
FieldsModifier and TypeFieldDescriptionprotected List<javax.xml.bind.JAXBElement<? extends BaseParameterType>>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionList<javax.xml.bind.JAXBElement<? extends BaseParameterType>>
Gets the value of the baseParameter property.
-
Field Details
-
baseParameter
-
-
Constructor Details
-
ArrayOfParameters
public ArrayOfParameters()
-
-
Method Details
-
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
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
JAXBElement
<
AltrepParamType
>
JAXBElement
<
DirParamType
>
JAXBElement
<
FmttypeParamType
>
JAXBElement
<
RsvpParamType
>
JAXBElement
<
ReltypeParamType
>
JAXBElement
<
TextParameterType
>
JAXBElement
<
CutypeParamType
>
JAXBElement
<
EncodingParamType
>
JAXBElement
<
RangeParamType
>
JAXBElement
<
DelegatedToParamType
>
JAXBElement
<
ScheduleStatusParamType
>
JAXBElement
<
CnParamType
>
JAXBElement
<
FbtypeParamType
>
JAXBElement
<
ScheduleForceSendParamType
>
JAXBElement
<
StayInformedParameterType
>
JAXBElement
<
MemberParamType
>
JAXBElement
<
TzidParamType
>
JAXBElement
<
ScheduleAgentParamType
>
JAXBElement
<
SentByParamType
>
JAXBElement
<
XBedeworkWrappedNameParamType
>
JAXBElement
<
DelegatedFromParamType
>
JAXBElement
<
ResponseParameterType
>
JAXBElement
<
RoleParamType
>
JAXBElement
<
DurationParameterType
>
JAXBElement
<
RelatedParamType
>
JAXBElement
<
XBedeworkUidParamType
>
JAXBElement
<
PublicCommentParameterType
>
JAXBElement
<
XBedeworkLocKeyParamType
>
JAXBElement
<
PartstatParamType
>
JAXBElement
<
LanguageParamType
>
JAXBElement
<
BaseParameterType
>
-