java.lang.Object
ch.tocco.nice2.optional.ebill.impl.webservice.postfinance.soap.SearchInvoicesResponse

public class SearchInvoicesResponse 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="SearchInvoicesResult" type="{http://swisspost_ch.ebs.ebill.b2bservice}SearchInvoicesResponse" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • SearchInvoicesResponse

      public SearchInvoicesResponse()
  • Method Details

    • getSearchInvoicesResult

      public jakarta.xml.bind.JAXBElement<SearchInvoicesResponse2> getSearchInvoicesResult()
      Gets the value of the searchInvoicesResult property.
      Returns:
      possible object is JAXBElement<SearchInvoicesResponse2>
    • setSearchInvoicesResult

      public void setSearchInvoicesResult(jakarta.xml.bind.JAXBElement<SearchInvoicesResponse2> value)
      Sets the value of the searchInvoicesResult property.
      Parameters:
      value - allowed object is JAXBElement<SearchInvoicesResponse2>