public class Header
extends java.lang.Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element name="security" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element name="user">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="100"/>
</restriction>
</simpleType>
</element>
<element name="password">
<complexType>
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>string">
<attribute name="hashed" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
</extension>
</simpleContent>
</complexType>
</element>
</all>
</restriction>
</complexContent>
</complexType>
</element>
<element name="requestID" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="100"/>
</restriction>
</simpleType>
</element>
<element name="requestTime" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="responseTime" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</all>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
Header.Security
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
requestID |
protected java.lang.String |
requestTime |
protected java.lang.String |
responseTime |
protected Header.Security |
security |
| Constructor and Description |
|---|
Header() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getRequestID()
Gets the value of the requestID property.
|
java.lang.String |
getRequestTime()
Gets the value of the requestTime property.
|
java.lang.String |
getResponseTime()
Gets the value of the responseTime property.
|
Header.Security |
getSecurity()
Gets the value of the security property.
|
void |
setRequestID(java.lang.String value)
Sets the value of the requestID property.
|
void |
setRequestTime(java.lang.String value)
Sets the value of the requestTime property.
|
void |
setResponseTime(java.lang.String value)
Sets the value of the responseTime property.
|
void |
setSecurity(Header.Security value)
Sets the value of the security property.
|
protected Header.Security security
protected java.lang.String requestID
protected java.lang.String requestTime
protected java.lang.String responseTime
public Header.Security getSecurity()
Header.Securitypublic void setSecurity(Header.Security value)
value - allowed object is
Header.Securitypublic java.lang.String getRequestID()
Stringpublic void setRequestID(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getRequestTime()
Stringpublic void setRequestTime(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getResponseTime()
Stringpublic void setResponseTime(java.lang.String value)
value - allowed object is
String