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>
 
  • Field Details

    • detail

      protected String detail
  • Constructor Details

    • InvalidFilterType

      public InvalidFilterType()
  • Method Details

    • getDetail

      public String getDetail()
      Gets the value of the detail property.
      Returns:
      possible object is String
    • setDetail

      public void setDetail(String value)
      Sets the value of the detail property.
      Parameters:
      value - allowed object is String