Class BaseResponseType

    • 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