Class SendBillResponse

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

public class SendBillResponse extends Object

Java class for sendBillResponse complex type

.

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


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

    • SendBillResponse

      public SendBillResponse()
  • Method Details

    • getApplicationResponse

      public byte[] getApplicationResponse()
      Gets the value of the applicationResponse property.
      Returns:
      possible object is byte[]
    • setApplicationResponse

      public void setApplicationResponse(byte[] value)
      Sets the value of the applicationResponse property.
      Parameters:
      value - allowed object is byte[]