public class WebMethodResult2 extends Object
Java class for webMethodResult2 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="webMethodResult2"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="requestId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="statusCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="statusDetail" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected Integer |
requestId |
protected String |
statusCode |
protected String |
statusDetail |
Constructor and Description |
---|
WebMethodResult2() |
Modifier and Type | Method and Description |
---|---|
Integer |
getRequestId()
Gets the value of the requestId property.
|
String |
getStatusCode()
Gets the value of the statusCode property.
|
String |
getStatusDetail()
Gets the value of the statusDetail property.
|
void |
setRequestId(Integer value)
Sets the value of the requestId property.
|
void |
setStatusCode(String value)
Sets the value of the statusCode property.
|
void |
setStatusDetail(String value)
Sets the value of the statusDetail property.
|
protected Integer requestId
protected String statusCode
protected String statusDetail
public Integer getRequestId()
JAXBElement
<
Integer
>
public void setRequestId(Integer value)
value
- allowed object is
JAXBElement
<
Integer
>
public String getStatusCode()
JAXBElement
<
String
>
public void setStatusCode(String value)
value
- allowed object is
JAXBElement
<
String
>
public String getStatusDetail()
JAXBElement
<
String
>
public void setStatusDetail(String value)
value
- allowed object is
JAXBElement
<
String
>
Copyright © 2021. All rights reserved.