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="serviceName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="methodName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="operations" type="{http://www.w3.org/2001/XMLSchema}long" 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 |
methodName |
protected Long |
operations |
protected String |
requestId |
protected Long |
responseTime |
protected String |
serviceName |
| Constructor and Description |
|---|
SoapResponseHeader() |
| Modifier and Type | Method and Description |
|---|---|
String |
getMethodName()
Gets the value of the methodName property.
|
Long |
getOperations()
Gets the value of the operations property.
|
String |
getRequestId()
Gets the value of the requestId property.
|
Long |
getResponseTime()
Gets the value of the responseTime property.
|
String |
getServiceName()
Gets the value of the serviceName property.
|
void |
setMethodName(String value)
Sets the value of the methodName property.
|
void |
setOperations(Long value)
Sets the value of the operations property.
|
void |
setRequestId(String value)
Sets the value of the requestId property.
|
void |
setResponseTime(Long value)
Sets the value of the responseTime property.
|
void |
setServiceName(String value)
Sets the value of the serviceName property.
|
protected String requestId
protected String serviceName
protected String methodName
protected Long operations
protected Long responseTime
public String getRequestId()
Stringpublic void setRequestId(String value)
value - allowed object is
Stringpublic String getServiceName()
Stringpublic void setServiceName(String value)
value - allowed object is
Stringpublic String getMethodName()
Stringpublic void setMethodName(String value)
value - allowed object is
Stringpublic Long getOperations()
Longpublic void setOperations(Long value)
value - allowed object is
Longpublic Long getResponseTime()
LongCopyright © 2023. All rights reserved.