Class SendBillAsync

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

public class SendBillAsync 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 Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    jakarta.xml.bind.JAXBElement<byte[]>
    Gets the value of the contentFile property.
    jakarta.xml.bind.JAXBElement<String>
    Gets the value of the fileName property.
    void
    setContentFile(jakarta.xml.bind.JAXBElement<byte[]> value)
    Sets the value of the contentFile property.
    void
    setFileName(jakarta.xml.bind.JAXBElement<String> value)
    Sets the value of the fileName property.

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • SendBillAsync

      public SendBillAsync()
  • 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>