Class SearchInvoicesResponse2
java.lang.Object
ch.tocco.nice2.optional.ebill.impl.webservice.postfinance.soap.SearchInvoicesResponse2
Java class for SearchInvoicesResponse complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="SearchInvoicesResponse">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="InvoiceCount" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="TotalInvoiceCount" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="InvoiceList" type="{http://swisspost_ch.ebs.ebill.b2bservice}ArrayOfSearchInvoice" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Integer
protected jakarta.xml.bind.JAXBElement
<ArrayOfSearchInvoice> protected Integer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the invoiceCount property.jakarta.xml.bind.JAXBElement
<ArrayOfSearchInvoice> Gets the value of the invoiceList property.Gets the value of the totalInvoiceCount property.void
setInvoiceCount
(Integer value) Sets the value of the invoiceCount property.void
setInvoiceList
(jakarta.xml.bind.JAXBElement<ArrayOfSearchInvoice> value) Sets the value of the invoiceList property.void
setTotalInvoiceCount
(Integer value) Sets the value of the totalInvoiceCount property.
-
Field Details
-
invoiceCount
-
totalInvoiceCount
-
invoiceList
-
-
Constructor Details
-
SearchInvoicesResponse2
public SearchInvoicesResponse2()
-
-
Method Details
-
getInvoiceCount
Gets the value of the invoiceCount property.- Returns:
- possible object is
Integer
-
setInvoiceCount
Sets the value of the invoiceCount property.- Parameters:
value
- allowed object isInteger
-
getTotalInvoiceCount
Gets the value of the totalInvoiceCount property.- Returns:
- possible object is
Integer
-
setTotalInvoiceCount
Sets the value of the totalInvoiceCount property.- Parameters:
value
- allowed object isInteger
-
getInvoiceList
Gets the value of the invoiceList property.- Returns:
- possible object is
JAXBElement
<
ArrayOfSearchInvoice
>
-
setInvoiceList
Sets the value of the invoiceList property.- Parameters:
value
- allowed object isJAXBElement
<
ArrayOfSearchInvoice
>
-