com.legstar.test.cixs.arrayssm
Class ArrayssmHostHeader

java.lang.Object
  extended by com.legstar.test.cixs.arrayssm.ArrayssmHostHeader

public class ArrayssmHostHeader
extends Object

Java class for ArrayssmHostHeader complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="ArrayssmHostHeader">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="hostUserID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="hostPassword" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="hostEndPoint" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="hostCharset" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="hostTraceMode" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="hostRequestID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String hostCharset
           
protected  String hostEndPoint
           
protected  String hostPassword
           
protected  String hostRequestID
           
protected  boolean hostTraceMode
           
protected  String hostUserID
           
 
Constructor Summary
ArrayssmHostHeader()
           
 
Method Summary
 String getHostCharset()
          Gets the value of the hostCharset property.
 String getHostEndPoint()
          Gets the value of the hostEndPoint property.
 String getHostPassword()
          Gets the value of the hostPassword property.
 String getHostRequestID()
          Gets the value of the hostRequestID property.
 String getHostUserID()
          Gets the value of the hostUserID property.
 boolean isHostTraceMode()
          Gets the value of the hostTraceMode property.
 void setHostCharset(String value)
          Sets the value of the hostCharset property.
 void setHostEndPoint(String value)
          Sets the value of the hostEndPoint property.
 void setHostPassword(String value)
          Sets the value of the hostPassword property.
 void setHostRequestID(String value)
          Sets the value of the hostRequestID property.
 void setHostTraceMode(boolean value)
          Sets the value of the hostTraceMode property.
 void setHostUserID(String value)
          Sets the value of the hostUserID property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

hostUserID

protected String hostUserID

hostPassword

protected String hostPassword

hostEndPoint

protected String hostEndPoint

hostCharset

protected String hostCharset

hostTraceMode

protected boolean hostTraceMode

hostRequestID

protected String hostRequestID
Constructor Detail

ArrayssmHostHeader

public ArrayssmHostHeader()
Method Detail

getHostUserID

public String getHostUserID()
Gets the value of the hostUserID property.

Returns:
possible object is String

setHostUserID

public void setHostUserID(String value)
Sets the value of the hostUserID property.

Parameters:
value - allowed object is String

getHostPassword

public String getHostPassword()
Gets the value of the hostPassword property.

Returns:
possible object is String

setHostPassword

public void setHostPassword(String value)
Sets the value of the hostPassword property.

Parameters:
value - allowed object is String

getHostEndPoint

public String getHostEndPoint()
Gets the value of the hostEndPoint property.

Returns:
possible object is String

setHostEndPoint

public void setHostEndPoint(String value)
Sets the value of the hostEndPoint property.

Parameters:
value - allowed object is String

getHostCharset

public String getHostCharset()
Gets the value of the hostCharset property.

Returns:
possible object is String

setHostCharset

public void setHostCharset(String value)
Sets the value of the hostCharset property.

Parameters:
value - allowed object is String

isHostTraceMode

public boolean isHostTraceMode()
Gets the value of the hostTraceMode property.


setHostTraceMode

public void setHostTraceMode(boolean value)
Sets the value of the hostTraceMode property.


getHostRequestID

public String getHostRequestID()
Gets the value of the hostRequestID property.

Returns:
possible object is String

setHostRequestID

public void setHostRequestID(String value)
Sets the value of the hostRequestID property.

Parameters:
value - allowed object is String


Copyright © 2011 LegSem. All Rights Reserved.