Uses of Class
org.coderic.ws.dian.wsdl.UploadDocumentResponse
-
Uses of UploadDocumentResponse in org.coderic.ws.dian.wsdl
Methods in org.coderic.ws.dian.wsdl that return UploadDocumentResponseModifier and TypeMethodDescriptionObjectFactory.createUploadDocumentResponse()Create an instance ofUploadDocumentResponseIWcfDianCustomerServices.sendBillAsync(String fileName, byte[] contentFile) IWcfDianCustomerServices.sendBillAttachmentAsync(String fileName, byte[] contentFile) IWcfDianCustomerServices.sendTestSetAsync(String fileName, byte[] contentFile, String testSetId) Methods in org.coderic.ws.dian.wsdl that return types with arguments of type UploadDocumentResponseModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<UploadDocumentResponse>ObjectFactory.createSendBillAsyncResponseSendBillAsyncResult(UploadDocumentResponse value) jakarta.xml.bind.JAXBElement<UploadDocumentResponse>ObjectFactory.createSendBillAttachmentAsyncResponseSendBillAttachmentAsyncResult(UploadDocumentResponse value) jakarta.xml.bind.JAXBElement<UploadDocumentResponse>ObjectFactory.createSendTestSetAsyncResponseSendTestSetAsyncResult(UploadDocumentResponse value) jakarta.xml.bind.JAXBElement<UploadDocumentResponse>ObjectFactory.createUploadDocumentResponse(UploadDocumentResponse value) jakarta.xml.bind.JAXBElement<UploadDocumentResponse>SendBillAsyncResponse.getSendBillAsyncResult()Gets the value of the sendBillAsyncResult property.jakarta.xml.bind.JAXBElement<UploadDocumentResponse>SendBillAttachmentAsyncResponse.getSendBillAttachmentAsyncResult()Gets the value of the sendBillAttachmentAsyncResult property.jakarta.xml.bind.JAXBElement<UploadDocumentResponse>SendTestSetAsyncResponse.getSendTestSetAsyncResult()Gets the value of the sendTestSetAsyncResult property.Methods in org.coderic.ws.dian.wsdl with parameters of type UploadDocumentResponseModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<UploadDocumentResponse>ObjectFactory.createSendBillAsyncResponseSendBillAsyncResult(UploadDocumentResponse value) jakarta.xml.bind.JAXBElement<UploadDocumentResponse>ObjectFactory.createSendBillAttachmentAsyncResponseSendBillAttachmentAsyncResult(UploadDocumentResponse value) jakarta.xml.bind.JAXBElement<UploadDocumentResponse>ObjectFactory.createSendTestSetAsyncResponseSendTestSetAsyncResult(UploadDocumentResponse value) jakarta.xml.bind.JAXBElement<UploadDocumentResponse>ObjectFactory.createUploadDocumentResponse(UploadDocumentResponse value) Method parameters in org.coderic.ws.dian.wsdl with type arguments of type UploadDocumentResponseModifier and TypeMethodDescriptionvoidSendBillAsyncResponse.setSendBillAsyncResult(jakarta.xml.bind.JAXBElement<UploadDocumentResponse> value) Sets the value of the sendBillAsyncResult property.voidSendBillAttachmentAsyncResponse.setSendBillAttachmentAsyncResult(jakarta.xml.bind.JAXBElement<UploadDocumentResponse> value) Sets the value of the sendBillAttachmentAsyncResult property.voidSendTestSetAsyncResponse.setSendTestSetAsyncResult(jakarta.xml.bind.JAXBElement<UploadDocumentResponse> value) Sets the value of the sendTestSetAsyncResult property.