public class InvalidFilterType extends ErrorCodeType
Java class for InvalidFilterType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="InvalidFilterType">
<complexContent>
<extension base="{http://docs.oasis-open.org/ws-calendar/ns/soap}ErrorCodeType">
<sequence>
<element name="detail" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Constructor and Description |
|---|
InvalidFilterType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDetail()
Gets the value of the detail property.
|
void |
setDetail(String value)
Sets the value of the detail property.
|
protected String detail
Copyright © 2019 Bedework. All rights reserved.