Class PingResponse1
java.lang.Object
ch.tocco.nice2.optional.incamail.impl.soap.PingResponse
ch.tocco.nice2.optional.incamail.impl.soap.PingResponse1
Java class for PingResponse_1 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PingResponse_1">
<complexContent>
<extension base="{http://soap.incamail.ch/3.0/types}PingResponse">
<sequence>
<element name="SchemaVersion" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</extension>
</complexContent>
</complexType>
-
Field Summary
FieldsFields inherited from class ch.tocco.nice2.optional.incamail.impl.soap.PingResponse
hostAddress, hostName, submittedUserName -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the schemaVersion property.voidsetSchemaVersion(String value) Sets the value of the schemaVersion property.Methods inherited from class ch.tocco.nice2.optional.incamail.impl.soap.PingResponse
getHostAddress, getHostName, getSubmittedUserName, setHostAddress, setHostName, setSubmittedUserName
-
Field Details
-
schemaVersion
-
-
Constructor Details
-
PingResponse1
public PingResponse1()
-
-
Method Details