Class StatusResponse

java.lang.Object
org.coderic.ws.sunat.wsdl.StatusResponse

public class StatusResponse extends Object

Java class for statusResponse complex type

.

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


 <complexType name="statusResponse">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="content" type="{http://www.w3.org/2001/XMLSchema}base64Binary" minOccurs="0"/>
         <element name="statusCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="statusMessage" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Constructor Details

    • StatusResponse

      public StatusResponse()
  • Method Details

    • getContent

      public byte[] getContent()
      Gets the value of the content property.
      Returns:
      possible object is byte[]
    • setContent

      public void setContent(byte[] value)
      Sets the value of the content property.
      Parameters:
      value - allowed object is byte[]
    • getStatusCode

      public String getStatusCode()
      Gets the value of the statusCode property.
      Returns:
      possible object is String
    • setStatusCode

      public void setStatusCode(String value)
      Sets the value of the statusCode property.
      Parameters:
      value - allowed object is String
    • getStatusMessage

      public String getStatusMessage()
      Gets the value of the statusMessage property.
      Returns:
      possible object is String
    • setStatusMessage

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