Class ParameterReferenceType
- java.lang.Object
-
- org.oasis_open.docs.ns.wscal.calws_soap.ParameterReferenceType
-
public class ParameterReferenceType extends Object
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
Fields Modifier and Type Field Description protected javax.xml.bind.JAXBElement<? extends BaseParameterType>baseParameter
-
Constructor Summary
Constructors Constructor Description ParameterReferenceType()
-
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.voidsetBaseParameter(javax.xml.bind.JAXBElement<? extends BaseParameterType> value)Sets the value of the baseParameter property.
-
-
-
Field Detail
-
baseParameter
protected javax.xml.bind.JAXBElement<? extends BaseParameterType> baseParameter
-
-
Method Detail
-
getBaseParameter
public javax.xml.bind.JAXBElement<? extends BaseParameterType> getBaseParameter()
Gets the value of the baseParameter property.- Returns:
- possible object is
JAXBElement<DelegatedFromParamType>JAXBElement<FbtypeParamType>JAXBElement<ScheduleAgentParamType>JAXBElement<TextParameterType>JAXBElement<XBedeworkUidParamType>JAXBElement<CnParamType>JAXBElement<ScheduleForceSendParamType>JAXBElement<DirParamType>JAXBElement<EncodingParamType>JAXBElement<DelegatedToParamType>JAXBElement<DurationParameterType>JAXBElement<FmttypeParamType>JAXBElement<LanguageParamType>JAXBElement<MemberParamType>JAXBElement<ScheduleStatusParamType>JAXBElement<RoleParamType>JAXBElement<PartstatParamType>JAXBElement<ReltypeParamType>JAXBElement<RangeParamType>JAXBElement<CutypeParamType>JAXBElement<RsvpParamType>JAXBElement<SentByParamType>JAXBElement<AltrepParamType>JAXBElement<TzidParamType>JAXBElement<RelatedParamType>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<DelegatedFromParamType>JAXBElement<FbtypeParamType>JAXBElement<ScheduleAgentParamType>JAXBElement<TextParameterType>JAXBElement<XBedeworkUidParamType>JAXBElement<CnParamType>JAXBElement<ScheduleForceSendParamType>JAXBElement<DirParamType>JAXBElement<EncodingParamType>JAXBElement<DelegatedToParamType>JAXBElement<DurationParameterType>JAXBElement<FmttypeParamType>JAXBElement<LanguageParamType>JAXBElement<MemberParamType>JAXBElement<ScheduleStatusParamType>JAXBElement<RoleParamType>JAXBElement<PartstatParamType>JAXBElement<ReltypeParamType>JAXBElement<RangeParamType>JAXBElement<CutypeParamType>JAXBElement<RsvpParamType>JAXBElement<SentByParamType>JAXBElement<AltrepParamType>JAXBElement<TzidParamType>JAXBElement<RelatedParamType>JAXBElement<BaseParameterType>
-
-