Class Response


  • public class Response
    extends Object
    Definition: Result of a messageType request processing. -- Usage: If Result is Success, ErrorCondition is absent or not used in the processing of the messageType. In the other cases, the ErrorCondition has to be present and can refine the processing of the messageType response. AdditionalResponse gives more

    Java class for Response complex type.

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

     <complexType name="Response">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="AdditionalResponse" type="{}AdditionalResponse" minOccurs="0"/>
           </sequence>
           <attribute name="Result" use="required" type="{}ResultType" />
           <attribute name="ErrorCondition" type="{}ErrorConditionType" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • additionalResponse

        protected String additionalResponse
        The Additional response.
    • Constructor Detail

      • Response

        public Response()
    • Method Detail

      • getAdditionalResponse

        public String getAdditionalResponse()
        Gets the value of the additionalResponse property.
        Returns:
        possible object is String
      • setAdditionalResponse

        public void setAdditionalResponse​(String value)
        Sets the value of the additionalResponse property.
        Parameters:
        value - allowed object is String
      • getResult

        public ResultType getResult()
        Gets the value of the result property.
        Returns:
        possible object is ResultType
      • setResult

        public void setResult​(ResultType value)
        Sets the value of the result property.
        Parameters:
        value - allowed object is ResultType
      • setErrorCondition

        public void setErrorCondition​(ErrorConditionType value)
        Sets the value of the errorCondition property.
        Parameters:
        value - allowed object is ErrorConditionType