public class ParamFilterType extends Object
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>
| Modifier and Type | Field and Description |
|---|---|
protected JAXBElement<? extends BaseParameterType> |
baseParameter |
protected IsNotDefinedType |
isNotDefined |
protected TextMatchType |
textMatch |
| Constructor and Description |
|---|
ParamFilterType() |
| Modifier and Type | Method and Description |
|---|---|
JAXBElement<? extends BaseParameterType> |
getBaseParameter()
Gets the value of the baseParameter property.
|
IsNotDefinedType |
getIsNotDefined()
Gets the value of the isNotDefined property.
|
TextMatchType |
getTextMatch()
Gets the value of the textMatch property.
|
void |
setBaseParameter(JAXBElement<? extends BaseParameterType> value)
Sets the value of the baseParameter property.
|
void |
setIsNotDefined(IsNotDefinedType value)
Sets the value of the isNotDefined property.
|
void |
setTextMatch(TextMatchType value)
Sets the value of the textMatch property.
|
protected JAXBElement<? extends BaseParameterType> baseParameter
protected IsNotDefinedType isNotDefined
protected TextMatchType textMatch
public JAXBElement<? extends BaseParameterType> getBaseParameter()
JAXBElement<EncodingParamType>
JAXBElement<ScheduleStatusParamType>
JAXBElement<DurationParameterType>
JAXBElement<ScheduleAgentParamType>
JAXBElement<ResponseParameterType>
JAXBElement<SentByParamType>
JAXBElement<DelegatedToParamType>
JAXBElement<DirParamType>
JAXBElement<TzidParamType>
JAXBElement<RangeParamType>
JAXBElement<XBedeworkLocKeyParamType>
JAXBElement<RsvpParamType>
JAXBElement<RoleParamType>
JAXBElement<XBedeworkUidParamType>
JAXBElement<FbtypeParamType>
JAXBElement<DelegatedFromParamType>
JAXBElement<BaseParameterType>
JAXBElement<CutypeParamType>
JAXBElement<CnParamType>
JAXBElement<FmttypeParamType>
JAXBElement<PublicCommentParameterType>
JAXBElement<ScheduleForceSendParamType>
JAXBElement<RelatedParamType>
JAXBElement<AltrepParamType>
JAXBElement<PartstatParamType>
JAXBElement<StayInformedParameterType>
JAXBElement<MemberParamType>
JAXBElement<TextParameterType>
JAXBElement<LanguageParamType>
JAXBElement<XBedeworkWrappedNameParamType>
JAXBElement<ReltypeParamType>public void setBaseParameter(JAXBElement<? extends BaseParameterType> value)
value - allowed object is
JAXBElement<EncodingParamType>
JAXBElement<ScheduleStatusParamType>
JAXBElement<DurationParameterType>
JAXBElement<ScheduleAgentParamType>
JAXBElement<ResponseParameterType>
JAXBElement<SentByParamType>
JAXBElement<DelegatedToParamType>
JAXBElement<DirParamType>
JAXBElement<TzidParamType>
JAXBElement<RangeParamType>
JAXBElement<XBedeworkLocKeyParamType>
JAXBElement<RsvpParamType>
JAXBElement<RoleParamType>
JAXBElement<XBedeworkUidParamType>
JAXBElement<FbtypeParamType>
JAXBElement<DelegatedFromParamType>
JAXBElement<BaseParameterType>
JAXBElement<CutypeParamType>
JAXBElement<CnParamType>
JAXBElement<FmttypeParamType>
JAXBElement<PublicCommentParameterType>
JAXBElement<ScheduleForceSendParamType>
JAXBElement<RelatedParamType>
JAXBElement<AltrepParamType>
JAXBElement<PartstatParamType>
JAXBElement<StayInformedParameterType>
JAXBElement<MemberParamType>
JAXBElement<TextParameterType>
JAXBElement<LanguageParamType>
JAXBElement<XBedeworkWrappedNameParamType>
JAXBElement<ReltypeParamType>public IsNotDefinedType getIsNotDefined()
IsNotDefinedTypepublic void setIsNotDefined(IsNotDefinedType value)
value - allowed object is
IsNotDefinedTypepublic TextMatchType getTextMatch()
TextMatchTypepublic void setTextMatch(TextMatchType value)
value - allowed object is
TextMatchTypeCopyright © 2018 Bedework. All rights reserved.