Class InvalidFilterType
- java.lang.Object
-
- org.oasis_open.docs.ws_calendar.ns.soap.ErrorCodeType
-
- org.oasis_open.docs.ws_calendar.ns.soap.InvalidFilterType
-
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 Summary
Constructors Constructor Description InvalidFilterType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDetail()Gets the value of the detail property.voidsetDetail(String value)Sets the value of the detail property.
-
-
-
Field Detail
-
detail
protected String detail
-
-