Class PingResponse
java.lang.Object
ch.tocco.nice2.optional.incamail.impl.soap.PingResponse
- Direct Known Subclasses:
PingResponse1
Java class for PingResponse complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PingResponse">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="SubmittedUserName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="HostAddress" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="HostName" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the hostAddress property.Gets the value of the hostName property.Gets the value of the submittedUserName property.voidsetHostAddress(String value) Sets the value of the hostAddress property.voidsetHostName(String value) Sets the value of the hostName property.voidsetSubmittedUserName(String value) Sets the value of the submittedUserName property.
-
Field Details
-
submittedUserName
-
hostAddress
-
hostName
-
-
Constructor Details
-
PingResponse
public PingResponse()
-
-
Method Details
-
getSubmittedUserName
-
setSubmittedUserName
-
getHostAddress
-
setHostAddress
-
getHostName
-
setHostName
-