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

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

    • billerID

      protected String billerID
    • transactionID

      protected String transactionID
    • billDetail

      protected boolean billDetail
  • Constructor Details

    • GetInvoiceBiller

      public GetInvoiceBiller()
  • Method Details

    • getBillerID

      public String getBillerID()
      Gets the value of the billerID property.
      Returns:
      possible object is String
    • setBillerID

      public void setBillerID(String value)
      Sets the value of the billerID property.
      Parameters:
      value - allowed object is String
    • getTransactionID

      public String getTransactionID()
      Gets the value of the transactionID property.
      Returns:
      possible object is String
    • setTransactionID

      public void setTransactionID(String value)
      Sets the value of the transactionID property.
      Parameters:
      value - allowed object is String
    • isBillDetail

      public boolean isBillDetail()
      Gets the value of the billDetail property.
    • setBillDetail

      public void setBillDetail(boolean value)
      Sets the value of the billDetail property.