Class ParameterSelectionType
java.lang.Object
org.oasis_open.docs.ws_calendar.ns.soap.ParameterSelectionType
Used to contain a selection of a single parameter. This selection
is only to apply a value change.
Java class for ParameterSelectionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ParameterSelectionType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{urn:ietf:params:xml:ns:icalendar-2.0}baseParameter"/>
<element name="change" type="{http://docs.oasis-open.org/ws-calendar/ns/soap}ParameterReferenceType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected javax.xml.bind.JAXBElement<? extends BaseParameterType>protected ParameterReferenceType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionjavax.xml.bind.JAXBElement<? extends BaseParameterType>Gets the value of the baseParameter property.Gets the value of the change property.voidsetBaseParameter(javax.xml.bind.JAXBElement<? extends BaseParameterType> value) Sets the value of the baseParameter property.voidsetChange(ParameterReferenceType value) Sets the value of the change property.
-
Field Details
-
baseParameter
-
change
-
-
Constructor Details
-
ParameterSelectionType
public ParameterSelectionType()
-
-
Method Details
-
getBaseParameter
Gets the value of the baseParameter property.- Returns:
- possible object is
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>
-
setBaseParameter
Sets the value of the baseParameter property.- Parameters:
value- allowed object isJAXBElement<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>
-
getChange
Gets the value of the change property.- Returns:
- possible object is
ParameterReferenceType
-
setChange
Sets the value of the change property.- Parameters:
value- allowed object isParameterReferenceType
-