Class GetInvoicePayerResponse
java.lang.Object
ch.tocco.nice2.optional.ebill.impl.webservice.postfinance.soap.GetInvoicePayerResponse
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="GetInvoicePayerResult" type="{http://swisspost_ch.ebs.ebill.b2bservice}DownloadFile" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement
<DownloadFile> Gets the value of the getInvoicePayerResult property.void
setGetInvoicePayerResult
(jakarta.xml.bind.JAXBElement<DownloadFile> value) Sets the value of the getInvoicePayerResult property.
-
Field Details
-
getInvoicePayerResult
-
-
Constructor Details
-
GetInvoicePayerResponse
public GetInvoicePayerResponse()
-
-
Method Details
-
getGetInvoicePayerResult
Gets the value of the getInvoicePayerResult property.- Returns:
- possible object is
JAXBElement
<
DownloadFile
>
-
setGetInvoicePayerResult
Sets the value of the getInvoicePayerResult property.- Parameters:
value
- allowed object isJAXBElement
<
DownloadFile
>
-