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

public class GetInvoiceListPayer 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="eBillAccountID" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="ArchiveData" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • eBillAccountID

      protected String eBillAccountID
    • archiveData

      protected boolean archiveData
  • Constructor Details

    • GetInvoiceListPayer

      public GetInvoiceListPayer()
  • Method Details

    • getEBillAccountID

      public String getEBillAccountID()
      Gets the value of the eBillAccountID property.
      Returns:
      possible object is String
    • setEBillAccountID

      public void setEBillAccountID(String value)
      Sets the value of the eBillAccountID property.
      Parameters:
      value - allowed object is String
    • isArchiveData

      public boolean isArchiveData()
      Gets the value of the archiveData property.
    • setArchiveData

      public void setArchiveData(boolean value)
      Sets the value of the archiveData property.