Class CompFilterType
Java class for CompFilterType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CompFilterType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <choice> <element ref="{http://docs.oasis-open.org/ws-calendar/ns/soap}anyComp"/> <element ref="{urn:ietf:params:xml:ns:icalendar-2.0}vcalendar"/> <element ref="{urn:ietf:params:xml:ns:icalendar-2.0}baseComponent"/> </choice> <choice minOccurs="0"> <element ref="{http://docs.oasis-open.org/ws-calendar/ns/soap}is-not-defined"/> <sequence> <element ref="{http://docs.oasis-open.org/ws-calendar/ns/soap}timeRange" minOccurs="0"/> <element ref="{http://docs.oasis-open.org/ws-calendar/ns/soap}propFilter" maxOccurs="unbounded" minOccurs="0"/> <element ref="{http://docs.oasis-open.org/ws-calendar/ns/soap}compFilter" maxOccurs="unbounded" minOccurs="0"/> </sequence> </choice> </sequence> <attribute name="test" type="{http://docs.oasis-open.org/ws-calendar/ns/soap}AnyofAllofType" default="anyof" /> </restriction> </complexContent> </complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected AnyCompType
protected javax.xml.bind.JAXBElement<? extends BaseComponentType>
protected List<CompFilterType>
protected IsNotDefinedType
protected List<PropFilterType>
protected String
protected UTCTimeRangeType
protected VcalendarType
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the anyComp property.javax.xml.bind.JAXBElement<? extends BaseComponentType>
Gets the value of the baseComponent property.Gets the value of the compFilter property.Gets the value of the isNotDefined property.Gets the value of the propFilter property.getTest()
Gets the value of the test property.Gets the value of the timeRange property.Gets the value of the vcalendar property.void
setAnyComp
(AnyCompType value) Sets the value of the anyComp property.void
setBaseComponent
(javax.xml.bind.JAXBElement<? extends BaseComponentType> value) Sets the value of the baseComponent property.void
setIsNotDefined
(IsNotDefinedType value) Sets the value of the isNotDefined property.void
Sets the value of the test property.void
setTimeRange
(UTCTimeRangeType value) Sets the value of the timeRange property.void
setVcalendar
(VcalendarType value) Sets the value of the vcalendar property.
-
Field Details
-
anyComp
-
vcalendar
-
baseComponent
-
isNotDefined
-
timeRange
-
propFilter
-
compFilter
-
test
-
-
Constructor Details
-
CompFilterType
public CompFilterType()
-
-
Method Details
-
getAnyComp
Gets the value of the anyComp property.- Returns:
- possible object is
AnyCompType
-
setAnyComp
Sets the value of the anyComp property.- Parameters:
value
- allowed object isAnyCompType
-
getVcalendar
Gets the value of the vcalendar property.- Returns:
- possible object is
VcalendarType
-
setVcalendar
Sets the value of the vcalendar property.- Parameters:
value
- allowed object isVcalendarType
-
getBaseComponent
Gets the value of the baseComponent property.- Returns:
- possible object is
JAXBElement
<
VeventType
>
JAXBElement
<
AvailableType
>
JAXBElement
<
VtodoType
>
JAXBElement
<
VavailabilityType
>
JAXBElement
<
VpollType
>
JAXBElement
<
DaylightType
>
JAXBElement
<
VtimezoneType
>
JAXBElement
<
StandardType
>
JAXBElement
<
WsCalendarIntervalType
>
JAXBElement
<
ValarmType
>
JAXBElement
<
VjournalType
>
JAXBElement
<
WsCalendarGluonType
>
JAXBElement
<
VfreebusyType
>
JAXBElement
<
BaseComponentType
>
-
setBaseComponent
Sets the value of the baseComponent property.- Parameters:
value
- allowed object isJAXBElement
<
VeventType
>
JAXBElement
<
AvailableType
>
JAXBElement
<
VtodoType
>
JAXBElement
<
VavailabilityType
>
JAXBElement
<
VpollType
>
JAXBElement
<
DaylightType
>
JAXBElement
<
VtimezoneType
>
JAXBElement
<
StandardType
>
JAXBElement
<
WsCalendarIntervalType
>
JAXBElement
<
ValarmType
>
JAXBElement
<
VjournalType
>
JAXBElement
<
WsCalendarGluonType
>
JAXBElement
<
VfreebusyType
>
JAXBElement
<
BaseComponentType
>
-
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
-
getTimeRange
Gets the value of the timeRange property.- Returns:
- possible object is
UTCTimeRangeType
-
setTimeRange
Sets the value of the timeRange property.- Parameters:
value
- allowed object isUTCTimeRangeType
-
getPropFilter
Gets the value of the propFilter property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
set
method for the propFilter property.For example, to add a new item, do as follows:
getPropFilter().add(newItem);
Objects of the following type(s) are allowed in the list
PropFilterType
-
getCompFilter
Gets the value of the compFilter property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
set
method for the compFilter property.For example, to add a new item, do as follows:
getCompFilter().add(newItem);
Objects of the following type(s) are allowed in the list
CompFilterType
-
getTest
Gets the value of the test property.- Returns:
- possible object is
String
-
setTest
Sets the value of the test property.- Parameters:
value
- allowed object isString
-