Uses of Class
org.coderic.ws.dian.wsdl.DianResponse
-
Uses of DianResponse in org.coderic.ws.dian.wsdl
Methods in org.coderic.ws.dian.wsdl that return DianResponseModifier and TypeMethodDescriptionObjectFactory.createDianResponse()Create an instance ofDianResponseIWcfDianCustomerServices.getReferenceNotes(String trackId) IWcfDianCustomerServices.getStatusEvent(String trackId) IWcfDianCustomerServices.sendBillSync(String fileName, byte[] contentFile) IWcfDianCustomerServices.sendEventUpdateStatus(byte[] contentFile) IWcfDianCustomerServices.sendNominaSync(byte[] contentFile) Methods in org.coderic.ws.dian.wsdl that return types with arguments of type DianResponseModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<DianResponse>ObjectFactory.createDianResponse(DianResponse value) jakarta.xml.bind.JAXBElement<DianResponse>ObjectFactory.createGetReferenceNotesResponseGetReferenceNotesResult(DianResponse value) jakarta.xml.bind.JAXBElement<DianResponse>ObjectFactory.createGetStatusEventResponseGetStatusEventResult(DianResponse value) jakarta.xml.bind.JAXBElement<DianResponse>ObjectFactory.createGetStatusResponseGetStatusResult(DianResponse value) jakarta.xml.bind.JAXBElement<DianResponse>ObjectFactory.createSendBillSyncResponseSendBillSyncResult(DianResponse value) jakarta.xml.bind.JAXBElement<DianResponse>ObjectFactory.createSendEventUpdateStatusResponseSendEventUpdateStatusResult(DianResponse value) jakarta.xml.bind.JAXBElement<DianResponse>ObjectFactory.createSendNominaSyncResponseSendNominaSyncResult(DianResponse value) ArrayOfDianResponse.getDianResponse()Gets the value of the dianResponse property.jakarta.xml.bind.JAXBElement<DianResponse>GetReferenceNotesResponse.getGetReferenceNotesResult()Gets the value of the getReferenceNotesResult property.jakarta.xml.bind.JAXBElement<DianResponse>GetStatusEventResponse.getGetStatusEventResult()Gets the value of the getStatusEventResult property.jakarta.xml.bind.JAXBElement<DianResponse>GetStatusResponse.getGetStatusResult()Gets the value of the getStatusResult property.jakarta.xml.bind.JAXBElement<DianResponse>SendBillSyncResponse.getSendBillSyncResult()Gets the value of the sendBillSyncResult property.jakarta.xml.bind.JAXBElement<DianResponse>SendEventUpdateStatusResponse.getSendEventUpdateStatusResult()Gets the value of the sendEventUpdateStatusResult property.jakarta.xml.bind.JAXBElement<DianResponse>SendNominaSyncResponse.getSendNominaSyncResult()Gets the value of the sendNominaSyncResult property.Methods in org.coderic.ws.dian.wsdl with parameters of type DianResponseModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<DianResponse>ObjectFactory.createDianResponse(DianResponse value) jakarta.xml.bind.JAXBElement<DianResponse>ObjectFactory.createGetReferenceNotesResponseGetReferenceNotesResult(DianResponse value) jakarta.xml.bind.JAXBElement<DianResponse>ObjectFactory.createGetStatusEventResponseGetStatusEventResult(DianResponse value) jakarta.xml.bind.JAXBElement<DianResponse>ObjectFactory.createGetStatusResponseGetStatusResult(DianResponse value) jakarta.xml.bind.JAXBElement<DianResponse>ObjectFactory.createSendBillSyncResponseSendBillSyncResult(DianResponse value) jakarta.xml.bind.JAXBElement<DianResponse>ObjectFactory.createSendEventUpdateStatusResponseSendEventUpdateStatusResult(DianResponse value) jakarta.xml.bind.JAXBElement<DianResponse>ObjectFactory.createSendNominaSyncResponseSendNominaSyncResult(DianResponse value) Method parameters in org.coderic.ws.dian.wsdl with type arguments of type DianResponseModifier and TypeMethodDescriptionvoidGetReferenceNotesResponse.setGetReferenceNotesResult(jakarta.xml.bind.JAXBElement<DianResponse> value) Sets the value of the getReferenceNotesResult property.voidGetStatusEventResponse.setGetStatusEventResult(jakarta.xml.bind.JAXBElement<DianResponse> value) Sets the value of the getStatusEventResult property.voidGetStatusResponse.setGetStatusResult(jakarta.xml.bind.JAXBElement<DianResponse> value) Sets the value of the getStatusResult property.voidSendBillSyncResponse.setSendBillSyncResult(jakarta.xml.bind.JAXBElement<DianResponse> value) Sets the value of the sendBillSyncResult property.voidSendEventUpdateStatusResponse.setSendEventUpdateStatusResult(jakarta.xml.bind.JAXBElement<DianResponse> value) Sets the value of the sendEventUpdateStatusResult property.voidSendNominaSyncResponse.setSendNominaSyncResult(jakarta.xml.bind.JAXBElement<DianResponse> value) Sets the value of the sendNominaSyncResult property.