public class FilterType extends Object
Java class for FilterType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FilterType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://docs.oasis-open.org/ws-calendar/ns/soap}compFilter"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CompFilterType |
compFilter |
| Constructor and Description |
|---|
FilterType() |
| Modifier and Type | Method and Description |
|---|---|
CompFilterType |
getCompFilter()
Gets the value of the compFilter property.
|
void |
setCompFilter(CompFilterType value)
Sets the value of the compFilter property.
|
protected CompFilterType compFilter
public CompFilterType getCompFilter()
CompFilterTypepublic void setCompFilter(CompFilterType value)
value - allowed object is
CompFilterTypeCopyright © 2019 Bedework. All rights reserved.