java.lang.Object
ch.tocco.nice2.optional.einvoicingpostfinance.impl.webservice.soap.ExecutePing

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

    • billerID Link icon

      protected String billerID
    • eBillAccountID Link icon

      protected String eBillAccountID
    • errorTest Link icon

      protected jakarta.xml.bind.JAXBElement<Boolean> errorTest
    • exceptionTest Link icon

      protected jakarta.xml.bind.JAXBElement<Boolean> exceptionTest
  • Constructor Details Link icon

    • ExecutePing Link icon

      public ExecutePing()
  • Method Details Link icon

    • getBillerID Link icon

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

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

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

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

      public jakarta.xml.bind.JAXBElement<Boolean> getErrorTest()
      Gets the value of the errorTest property.
      Returns:
      possible object is JAXBElement<Boolean>
    • setErrorTest Link icon

      public void setErrorTest(jakarta.xml.bind.JAXBElement<Boolean> value)
      Sets the value of the errorTest property.
      Parameters:
      value - allowed object is JAXBElement<Boolean>
    • getExceptionTest Link icon

      public jakarta.xml.bind.JAXBElement<Boolean> getExceptionTest()
      Gets the value of the exceptionTest property.
      Returns:
      possible object is JAXBElement<Boolean>
    • setExceptionTest Link icon

      public void setExceptionTest(jakarta.xml.bind.JAXBElement<Boolean> value)
      Sets the value of the exceptionTest property.
      Parameters:
      value - allowed object is JAXBElement<Boolean>