Package org.coderic.ws.dian.wsdl
Class SendBillAttachmentAsync
java.lang.Object
org.coderic.ws.dian.wsdl.SendBillAttachmentAsync
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
-
Method Summary
Modifier and TypeMethodDescriptionjakarta.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.
-
Constructor Details
-
SendBillAttachmentAsync
public SendBillAttachmentAsync()
-
-
Method Details
-
getFileName
Gets the value of the fileName property.- Returns:
- possible object is
JAXBElement
<
String
>
-
setFileName
Sets the value of the fileName property.- Parameters:
value
- allowed object isJAXBElement
<
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 isJAXBElement
<
byte
>
-