Package org.coderic.ws.dian.wsdl
Class SendBillAsyncResponse
java.lang.Object
org.coderic.ws.dian.wsdl.SendBillAsyncResponse
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="SendBillAsyncResult" 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 sendBillAsyncResult property.void
setSendBillAsyncResult
(jakarta.xml.bind.JAXBElement<UploadDocumentResponse> value) Sets the value of the sendBillAsyncResult property.
-
Constructor Details
-
SendBillAsyncResponse
public SendBillAsyncResponse()
-
-
Method Details
-
getSendBillAsyncResult
Gets the value of the sendBillAsyncResult property.- Returns:
- possible object is
JAXBElement
<
UploadDocumentResponse
>
-
setSendBillAsyncResult
Sets the value of the sendBillAsyncResult property.- Parameters:
value
- allowed object isJAXBElement
<
UploadDocumentResponse
>
-