Class ParameterReferenceType
java.lang.Object
org.oasis_open.docs.ws_calendar.ns.soap.ParameterReferenceType
Used to contain a new value.
Java class for ParameterReferenceType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ParameterReferenceType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{urn:ietf:params:xml:ns:icalendar-2.0}baseParameter"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected javax.xml.bind.JAXBElement<? extends BaseParameterType> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionjavax.xml.bind.JAXBElement<? extends BaseParameterType>Gets the value of the baseParameter property.voidsetBaseParameter(javax.xml.bind.JAXBElement<? extends BaseParameterType> value) Sets the value of the baseParameter property.
-
Field Details
-
baseParameter
-
-
Constructor Details
-
ParameterReferenceType
public ParameterReferenceType()
-
-
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>
-