Class ExecutePingResponse
java.lang.Object
ch.tocco.nice2.optional.ebill.impl.webservice.postfinance.soap.ExecutePingResponse
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="ExecutePingResult" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement
<String> Gets the value of the executePingResult property.void
setExecutePingResult
(jakarta.xml.bind.JAXBElement<String> value) Sets the value of the executePingResult property.
-
Field Details
-
executePingResult
-
-
Constructor Details
-
ExecutePingResponse
public ExecutePingResponse()
-
-
Method Details