Class ParamFilterType
java.lang.Object
org.oasis_open.docs.ws_calendar.ns.soap.ParamFilterType
The paramFilter XML element specifies a query
targeted at a specific calendar property parameter (e.g.,
PARTSTAT) in the scope of the calendar property on which it is
defined. A calendar property parameter is said to match a
paramFilter if:
* The paramFilter XML element is empty and a parameter of
the type specified by the "name" attribute exists on the
calendar property being examined;
or:
* The paramFilter XML element contains a is-not-defined
XML element and no parameter of the type specified by
the "name" attribute exists on the calendar property being
examined;
Java class for ParamFilterType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ParamFilterType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{urn:ietf:params:xml:ns:icalendar-2.0}baseParameter"/>
<choice minOccurs="0">
<element ref="{http://docs.oasis-open.org/ws-calendar/ns/soap}is-not-defined"/>
<element ref="{http://docs.oasis-open.org/ws-calendar/ns/soap}textMatch"/>
</choice>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected javax.xml.bind.JAXBElement<? extends BaseParameterType>protected IsNotDefinedTypeprotected TextMatchType -
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 isNotDefined property.Gets the value of the textMatch property.voidsetBaseParameter(javax.xml.bind.JAXBElement<? extends BaseParameterType> value) Sets the value of the baseParameter property.voidsetIsNotDefined(IsNotDefinedType value) Sets the value of the isNotDefined property.voidsetTextMatch(TextMatchType value) Sets the value of the textMatch property.
-
Field Details
-
baseParameter
-
isNotDefined
-
textMatch
-
-
Constructor Details
-
ParamFilterType
public ParamFilterType()
-
-
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>
-
getIsNotDefined
Gets the value of the isNotDefined property.- Returns:
- possible object is
IsNotDefinedType
-
setIsNotDefined
Sets the value of the isNotDefined property.- Parameters:
value- allowed object isIsNotDefinedType
-
getTextMatch
Gets the value of the textMatch property.- Returns:
- possible object is
TextMatchType
-
setTextMatch
Sets the value of the textMatch property.- Parameters:
value- allowed object isTextMatchType
-