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
<jakarta.xml.bind.JAXBElement<? extends BaseParameterType>> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionList
<jakarta.xml.bind.JAXBElement<? extends BaseParameterType>> Gets the value of the baseParameter property.toString()
Generates a String representation of the contents of this type.
-
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 Jakarta XML Binding 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
<
BaseParameterType
>
JAXBElement
<
CnParamType
>
JAXBElement
<
CutypeParamType
>
JAXBElement
<
DelegatedFromParamType
>
JAXBElement
<
DelegatedToParamType
>
JAXBElement
<
DirParamType
>
JAXBElement
<
DurationParameterType
>
JAXBElement
<
EncodingParamType
>
JAXBElement
<
FbtypeParamType
>
JAXBElement
<
FmttypeParamType
>
JAXBElement
<
LanguageParamType
>
JAXBElement
<
MemberParamType
>
JAXBElement
<
PartstatParamType
>
JAXBElement
<
RangeParamType
>
JAXBElement
<
RelatedParamType
>
JAXBElement
<
ReltypeParamType
>
JAXBElement
<
RoleParamType
>
JAXBElement
<
RsvpParamType
>
JAXBElement
<
ScheduleAgentParamType
>
JAXBElement
<
ScheduleForceSendParamType
>
JAXBElement
<
ScheduleStatusParamType
>
JAXBElement
<
SentByParamType
>
JAXBElement
<
TextParameterType
>
JAXBElement
<
TzidParamType
>
JAXBElement
<
XBedeworkUidParamType
>
-
toString
Generates a String representation of the contents of this type. This is an extension method, produced by the 'ts' xjc plugin
-