Class 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/ns/wscal/calws-soap}ErrorCodeType">
           <sequence>
             <element name="detail" type="{http://www.w3.org/2001/XMLSchema}string"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    • Field Detail

      • detail

        protected String detail
    • Constructor Detail

      • InvalidFilterType

        public InvalidFilterType()
    • Method Detail

      • 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