Class SendBillAttachmentAsyncResponse

java.lang.Object
org.coderic.ws.dian.wsdl.SendBillAttachmentAsyncResponse

public class SendBillAttachmentAsyncResponse extends Object

Java class for anonymous complex type

.

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


 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="SendBillAttachmentAsyncResult" type="{http://schemas.datacontract.org/2004/07/UploadDocumentResponse}UploadDocumentResponse" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Constructor Details

    • SendBillAttachmentAsyncResponse

      public SendBillAttachmentAsyncResponse()
  • Method Details

    • getSendBillAttachmentAsyncResult

      public jakarta.xml.bind.JAXBElement<UploadDocumentResponse> getSendBillAttachmentAsyncResult()
      Gets the value of the sendBillAttachmentAsyncResult property.
      Returns:
      possible object is JAXBElement<UploadDocumentResponse>
    • setSendBillAttachmentAsyncResult

      public void setSendBillAttachmentAsyncResult(jakarta.xml.bind.JAXBElement<UploadDocumentResponse> value)
      Sets the value of the sendBillAttachmentAsyncResult property.
      Parameters:
      value - allowed object is JAXBElement<UploadDocumentResponse>