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
-
Constructor Summary
-
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.void
setHostAddress
(String value) Sets the value of the hostAddress property.void
setHostName
(String value) Sets the value of the hostName property.void
setSubmittedUserName
(String value) Sets the value of the submittedUserName property.
-
Field Details
-
submittedUserName
-
hostAddress
-
hostName
-
-
Constructor Details
-
PingResponse
public PingResponse()
-
-
Method Details
-
getSubmittedUserName
Gets the value of the submittedUserName property.- Returns:
- possible object is
String
-
setSubmittedUserName
Sets the value of the submittedUserName property.- Parameters:
value
- allowed object isString
-
getHostAddress
Gets the value of the hostAddress property.- Returns:
- possible object is
String
-
setHostAddress
Sets the value of the hostAddress property.- Parameters:
value
- allowed object isString
-
getHostName
Gets the value of the hostName property.- Returns:
- possible object is
String
-
setHostName
Sets the value of the hostName property.- Parameters:
value
- allowed object isString
-