Class ParameterSelectionType
- java.lang.Object
-
- org.oasis_open.docs.ws_calendar.ns.soap.ParameterSelectionType
-
public class ParameterSelectionType extends Object
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
Fields Modifier and Type Field Description protected javax.xml.bind.JAXBElement<? extends BaseParameterType>baseParameterprotected ParameterReferenceTypechange
-
Constructor Summary
Constructors Constructor Description ParameterSelectionType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.xml.bind.JAXBElement<? extends BaseParameterType>getBaseParameter()Gets the value of the baseParameter property.ParameterReferenceTypegetChange()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 Detail
-
baseParameter
protected javax.xml.bind.JAXBElement<? extends BaseParameterType> baseParameter
-
change
protected ParameterReferenceType change
-
-
Method Detail
-
getBaseParameter
public javax.xml.bind.JAXBElement<? extends BaseParameterType> getBaseParameter()
Gets the value of the baseParameter property.- Returns:
- possible object is
JAXBElement<XBedeworkUidParamType>JAXBElement<ScheduleStatusParamType>JAXBElement<ReltypeParamType>JAXBElement<ScheduleForceSendParamType>JAXBElement<CnParamType>JAXBElement<LanguageParamType>JAXBElement<RoleParamType>JAXBElement<SentByParamType>JAXBElement<DelegatedFromParamType>JAXBElement<EncodingParamType>JAXBElement<DurationParameterType>JAXBElement<FmttypeParamType>JAXBElement<TzidParamType>JAXBElement<PublicCommentParameterType>JAXBElement<ResponseParameterType>JAXBElement<CutypeParamType>JAXBElement<DelegatedToParamType>JAXBElement<RelatedParamType>JAXBElement<RangeParamType>JAXBElement<XBedeworkLocKeyParamType>JAXBElement<FbtypeParamType>JAXBElement<RsvpParamType>JAXBElement<ScheduleAgentParamType>JAXBElement<PartstatParamType>JAXBElement<XBedeworkWrappedNameParamType>JAXBElement<DirParamType>JAXBElement<MemberParamType>JAXBElement<StayInformedParameterType>JAXBElement<AltrepParamType>JAXBElement<TextParameterType>JAXBElement<BaseParameterType>
-
setBaseParameter
public void setBaseParameter(javax.xml.bind.JAXBElement<? extends BaseParameterType> value)
Sets the value of the baseParameter property.- Parameters:
value- allowed object isJAXBElement<XBedeworkUidParamType>JAXBElement<ScheduleStatusParamType>JAXBElement<ReltypeParamType>JAXBElement<ScheduleForceSendParamType>JAXBElement<CnParamType>JAXBElement<LanguageParamType>JAXBElement<RoleParamType>JAXBElement<SentByParamType>JAXBElement<DelegatedFromParamType>JAXBElement<EncodingParamType>JAXBElement<DurationParameterType>JAXBElement<FmttypeParamType>JAXBElement<TzidParamType>JAXBElement<PublicCommentParameterType>JAXBElement<ResponseParameterType>JAXBElement<CutypeParamType>JAXBElement<DelegatedToParamType>JAXBElement<RelatedParamType>JAXBElement<RangeParamType>JAXBElement<XBedeworkLocKeyParamType>JAXBElement<FbtypeParamType>JAXBElement<RsvpParamType>JAXBElement<ScheduleAgentParamType>JAXBElement<PartstatParamType>JAXBElement<XBedeworkWrappedNameParamType>JAXBElement<DirParamType>JAXBElement<MemberParamType>JAXBElement<StayInformedParameterType>JAXBElement<AltrepParamType>JAXBElement<TextParameterType>JAXBElement<BaseParameterType>
-
getChange
public ParameterReferenceType getChange()
Gets the value of the change property.- Returns:
- possible object is
ParameterReferenceType
-
setChange
public void setChange(ParameterReferenceType value)
Sets the value of the change property.- Parameters:
value- allowed object isParameterReferenceType
-
-