Class ExecutePing

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

    • billerID

      protected String billerID
    • eBillAccountID

      protected String eBillAccountID
    • errorTest

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

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

    • ExecutePing

      public ExecutePing()
  • 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
    • 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
    • getErrorTest

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

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

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

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