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>
| Modifier and Type | Field and Description |
|---|---|
protected List<JAXBElement<? extends BaseParameterType>> |
baseParameter |
| Constructor and Description |
|---|
ArrayOfParameters() |
| Modifier and Type | Method and Description |
|---|---|
List<JAXBElement<? extends BaseParameterType>> |
getBaseParameter()
Gets the value of the baseParameter property.
|
protected List<JAXBElement<? extends BaseParameterType>> baseParameter
public List<JAXBElement<? extends BaseParameterType>> getBaseParameter()
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<PublicCommentParameterType>
JAXBElement<XBedeworkWrappedNameParamType>
JAXBElement<LanguageParamType>
JAXBElement<DelegatedToParamType>
JAXBElement<RelatedParamType>
JAXBElement<ReltypeParamType>
JAXBElement<CutypeParamType>
JAXBElement<XBedeworkUidParamType>
JAXBElement<ScheduleForceSendParamType>
JAXBElement<RsvpParamType>
JAXBElement<FmttypeParamType>
JAXBElement<DirParamType>
JAXBElement<ResponseParameterType>
JAXBElement<PartstatParamType>
JAXBElement<DelegatedFromParamType>
JAXBElement<SentByParamType>
JAXBElement<RangeParamType>
JAXBElement<TextParameterType>
JAXBElement<RoleParamType>
JAXBElement<EncodingParamType>
JAXBElement<CnParamType>
JAXBElement<FbtypeParamType>
JAXBElement<DurationParameterType>
JAXBElement<TzidParamType>
JAXBElement<AltrepParamType>
JAXBElement<MemberParamType>
JAXBElement<ScheduleStatusParamType>
JAXBElement<ScheduleAgentParamType>
JAXBElement<StayInformedParameterType>
JAXBElement<BaseParameterType>
Copyright © 2017 Bedework. All rights reserved.