Class SendNominaSyncResponse

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

public class SendNominaSyncResponse 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="SendNominaSyncResult" type="{http://schemas.datacontract.org/2004/07/DianResponse}DianResponse" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Constructor Details

    • SendNominaSyncResponse

      public SendNominaSyncResponse()
  • Method Details

    • getSendNominaSyncResult

      public jakarta.xml.bind.JAXBElement<DianResponse> getSendNominaSyncResult()
      Gets the value of the sendNominaSyncResult property.
      Returns:
      possible object is JAXBElement<DianResponse>
    • setSendNominaSyncResult

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