public class SoapResponseHeader extends Object
Java class for SoapResponseHeader complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SoapResponseHeader">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="requestId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="responseTime" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
requestId |
protected Long |
responseTime |
| Constructor and Description |
|---|
SoapResponseHeader() |
| Modifier and Type | Method and Description |
|---|---|
String |
getRequestId()
Gets the value of the requestId property.
|
Long |
getResponseTime()
Gets the value of the responseTime property.
|
void |
setRequestId(String value)
Sets the value of the requestId property.
|
void |
setResponseTime(Long value)
Sets the value of the responseTime property.
|
public String getRequestId()
Stringpublic void setRequestId(String value)
value - allowed object is
Stringpublic Long getResponseTime()
LongCopyright © 2018. All Rights Reserved.