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 SummaryFieldsFields inherited from class ch.tocco.nice2.optional.incamail.impl.soap.PingResponsehostAddress, hostName, submittedUserName
- 
Constructor SummaryConstructors
- 
Method SummaryModifier 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.PingResponsegetHostAddress, getHostName, getSubmittedUserName, setHostAddress, setHostName, setSubmittedUserName
- 
Field Details- 
schemaVersion
 
- 
- 
Constructor Details- 
PingResponse1public PingResponse1()
 
- 
- 
Method Details