Package org.coderic.ws.dian.wsdl
Class SendBillSyncResponse
java.lang.Object
org.coderic.ws.dian.wsdl.SendBillSyncResponse
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="SendBillSyncResult" type="{http://schemas.datacontract.org/2004/07/DianResponse}DianResponse" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<DianResponse>
Gets the value of the sendBillSyncResult property.void
setSendBillSyncResult
(jakarta.xml.bind.JAXBElement<DianResponse> value) Sets the value of the sendBillSyncResult property.
-
Constructor Details
-
SendBillSyncResponse
public SendBillSyncResponse()
-
-
Method Details
-
getSendBillSyncResult
Gets the value of the sendBillSyncResult property.- Returns:
- possible object is
JAXBElement
<
DianResponse
>
-
setSendBillSyncResult
Sets the value of the sendBillSyncResult property.- Parameters:
value
- allowed object isJAXBElement
<
DianResponse
>
-