Class SendBillAttachmentAsync

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

public class SendBillAttachmentAsync 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="fileName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="contentFile" type="{http://www.w3.org/2001/XMLSchema}base64Binary" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Constructor Details

    • SendBillAttachmentAsync

      public SendBillAttachmentAsync()
  • Method Details

    • getFileName

      public jakarta.xml.bind.JAXBElement<String> getFileName()
      Gets the value of the fileName property.
      Returns:
      possible object is JAXBElement<String>
    • setFileName

      public void setFileName(jakarta.xml.bind.JAXBElement<String> value)
      Sets the value of the fileName property.
      Parameters:
      value - allowed object is JAXBElement<String>
    • getContentFile

      public jakarta.xml.bind.JAXBElement<byte[]> getContentFile()
      Gets the value of the contentFile property.
      Returns:
      possible object is JAXBElement<byte>
    • setContentFile

      public void setContentFile(jakarta.xml.bind.JAXBElement<byte[]> value)
      Sets the value of the contentFile property.
      Parameters:
      value - allowed object is JAXBElement<byte>