Class ExecutePing
java.lang.Object
ch.tocco.nice2.optional.ebill.impl.webservice.postfinance.soap.ExecutePing
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the billerID property.Gets the value of the eBillAccountID property.jakarta.xml.bind.JAXBElement
<Boolean> Gets the value of the errorTest property.jakarta.xml.bind.JAXBElement
<Boolean> Gets the value of the exceptionTest property.void
setBillerID
(String value) Sets the value of the billerID property.void
setEBillAccountID
(String value) Sets the value of the eBillAccountID property.void
setErrorTest
(jakarta.xml.bind.JAXBElement<Boolean> value) Sets the value of the errorTest property.void
setExceptionTest
(jakarta.xml.bind.JAXBElement<Boolean> value) Sets the value of the exceptionTest property.
-
Field Details
-
billerID
-
eBillAccountID
-
errorTest
-
exceptionTest
-
-
Constructor Details
-
ExecutePing
public ExecutePing()
-
-
Method Details
-
getBillerID
Gets the value of the billerID property.- Returns:
- possible object is
String
-
setBillerID
Sets the value of the billerID property.- Parameters:
value
- allowed object isString
-
getEBillAccountID
Gets the value of the eBillAccountID property.- Returns:
- possible object is
String
-
setEBillAccountID
Sets the value of the eBillAccountID property.- Parameters:
value
- allowed object isString
-
getErrorTest
Gets the value of the errorTest property.- Returns:
- possible object is
JAXBElement
<
Boolean
>
-
setErrorTest
Sets the value of the errorTest property.- Parameters:
value
- allowed object isJAXBElement
<
Boolean
>
-
getExceptionTest
Gets the value of the exceptionTest property.- Returns:
- possible object is
JAXBElement
<
Boolean
>
-
setExceptionTest
Sets the value of the exceptionTest property.- Parameters:
value
- allowed object isJAXBElement
<
Boolean
>
-