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