Class PingResponse

java.lang.Object
ch.tocco.nice2.optional.incamail.impl.soap.PingResponse
Direct Known Subclasses:
PingResponse1

public class PingResponse extends Object

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 Details

    • submittedUserName

      protected String submittedUserName
    • hostAddress

      protected String hostAddress
    • hostName

      protected String hostName
  • Constructor Details

    • PingResponse

      public PingResponse()
  • Method Details

    • getSubmittedUserName

      public String getSubmittedUserName()
      Gets the value of the submittedUserName property.
      Returns:
      possible object is String
    • setSubmittedUserName

      public void setSubmittedUserName(String value)
      Sets the value of the submittedUserName property.
      Parameters:
      value - allowed object is String
    • getHostAddress

      public String getHostAddress()
      Gets the value of the hostAddress property.
      Returns:
      possible object is String
    • setHostAddress

      public void setHostAddress(String value)
      Sets the value of the hostAddress property.
      Parameters:
      value - allowed object is String
    • getHostName

      public String getHostName()
      Gets the value of the hostName property.
      Returns:
      possible object is String
    • setHostName

      public void setHostName(String value)
      Sets the value of the hostName property.
      Parameters:
      value - allowed object is String