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 minOccurs="0">
<element ref="{urn:ietf:params:xml:ns:caldav}is-not-defined"/>
<sequence>
<element ref="{urn:ietf:params:xml:ns:caldav}time-range" minOccurs="0"/>
<element ref="{urn:ietf:params:xml:ns:caldav}prop-filter" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{urn:ietf:params:xml:ns:caldav}comp-filter" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</choice>
</sequence>
<attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="test" type="{urn:ietf:params:xml:ns:caldav}AnyofAllofType" default="anyof" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<CompFilterType>protected IsNotDefinedTypeprotected Stringprotected List<PropFilterType>protected Stringprotected UTCTimeRangeType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the compFilter property.Gets the value of the isNotDefined property.getName()Gets the value of the name property.Gets the value of the propFilter property.getTest()Gets the value of the test property.Gets the value of the timeRange property.voidsetIsNotDefined(IsNotDefinedType value) Sets the value of the isNotDefined property.voidSets the value of the name property.voidSets the value of the test property.voidsetTimeRange(UTCTimeRangeType value) Sets the value of the timeRange property.
-
Field Details
-
isNotDefined
-
timeRange
-
propFilter
-
compFilter
-
name
-
test
-
-
Constructor Details
-
CompFilterType
public CompFilterType()
-
-
Method Details
-
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
setmethod 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
setmethod 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 -
getName
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
Sets the value of the name property.- Parameters:
value- allowed object isString
-
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
-