Class SendBillSyncResponse

java.lang.Object
org.coderic.ws.dian.wsdl.SendBillSyncResponse

public class SendBillSyncResponse extends Object

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 Details

    • SendBillSyncResponse

      public SendBillSyncResponse()
  • Method Details

    • getSendBillSyncResult

      public jakarta.xml.bind.JAXBElement<DianResponse> getSendBillSyncResult()
      Gets the value of the sendBillSyncResult property.
      Returns:
      possible object is JAXBElement<DianResponse>
    • setSendBillSyncResult

      public void setSendBillSyncResult(jakarta.xml.bind.JAXBElement<DianResponse> value)
      Sets the value of the sendBillSyncResult property.
      Parameters:
      value - allowed object is JAXBElement<DianResponse>