Class BaseResponseType

  • Direct Known Subclasses:
    AddItemResponseType, DeleteItemResponseType, FetchItemResponseType, FreebusyReportResponseType, GetPropertiesResponseType, MultiOpResponseType, MultistatusType, PropstatType, UpdateItemResponseType

    public abstract class BaseResponseType
    extends Object
    Responses have this as the base type. If the request had an id attribute its value will be set as the response id attribute value.

    Java class for BaseResponseType complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="BaseResponseType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="status" type="{http://docs.oasis-open.org/ns/wscal/calws-soap}StatusType"/>
             <element name="message" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="errorResponse" type="{http://docs.oasis-open.org/ns/wscal/calws-soap}ErrorResponseType" minOccurs="0"/>
           </sequence>
           <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}int" default="0" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • BaseResponseType

        public BaseResponseType()
    • Method Detail

      • getStatus

        public StatusType getStatus()
        Gets the value of the status property.
        Returns:
        possible object is StatusType
      • setStatus

        public void setStatus​(StatusType value)
        Sets the value of the status property.
        Parameters:
        value - allowed object is StatusType
      • getMessage

        public String getMessage()
        Gets the value of the message property.
        Returns:
        possible object is String
      • setMessage

        public void setMessage​(String value)
        Sets the value of the message property.
        Parameters:
        value - allowed object is String
      • setErrorResponse

        public void setErrorResponse​(ErrorResponseType value)
        Sets the value of the errorResponse property.
        Parameters:
        value - allowed object is ErrorResponseType
      • getId

        public int getId()
        Gets the value of the id property.
        Returns:
        possible object is Integer
      • setId

        public void setId​(Integer value)
        Sets the value of the id property.
        Parameters:
        value - allowed object is Integer