|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.legstar.test.cixs.redsimpt.RedsimptHostHeader
public class RedsimptHostHeader
Java class for RedsimptHostHeader complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RedsimptHostHeader"> <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 | |
---|---|
RedsimptHostHeader()
|
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 |
---|
protected String hostUserID
protected String hostPassword
protected String hostEndPoint
protected String hostCharset
protected boolean hostTraceMode
protected String hostRequestID
Constructor Detail |
---|
public RedsimptHostHeader()
Method Detail |
---|
public String getHostUserID()
String
public void setHostUserID(String value)
value
- allowed object is
String
public String getHostPassword()
String
public void setHostPassword(String value)
value
- allowed object is
String
public String getHostEndPoint()
String
public void setHostEndPoint(String value)
value
- allowed object is
String
public String getHostCharset()
String
public void setHostCharset(String value)
value
- allowed object is
String
public boolean isHostTraceMode()
public void setHostTraceMode(boolean value)
public String getHostRequestID()
String
public void setHostRequestID(String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |