Package org.coderic.ws.dian.wsdl
Class SendBillAttachmentAsyncResponse
java.lang.Object
org.coderic.ws.dian.wsdl.SendBillAttachmentAsyncResponse
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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<UploadDocumentResponse>
Gets the value of the sendBillAttachmentAsyncResult property.void
setSendBillAttachmentAsyncResult
(jakarta.xml.bind.JAXBElement<UploadDocumentResponse> value) Sets the value of the sendBillAttachmentAsyncResult property.
-
Constructor Details
-
SendBillAttachmentAsyncResponse
public SendBillAttachmentAsyncResponse()
-
-
Method Details
-
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 isJAXBElement
<
UploadDocumentResponse
>
-