public abstract class BaseResponseType extends Object
Java class for BaseResponseType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BaseResponseType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="status" type="{http://docs.oasis-open.org/ws-calendar/ns/soap}StatusType"/>
<element name="message" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="errorResponse" type="{http://docs.oasis-open.org/ws-calendar/ns/soap}ErrorResponseType" minOccurs="0"/>
</sequence>
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}int" default="0" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ErrorResponseType |
errorResponse |
protected Integer |
id |
protected String |
message |
protected StatusType |
status |
| Constructor and Description |
|---|
BaseResponseType() |
| Modifier and Type | Method and Description |
|---|---|
ErrorResponseType |
getErrorResponse()
Gets the value of the errorResponse property.
|
int |
getId()
Gets the value of the id property.
|
String |
getMessage()
Gets the value of the message property.
|
StatusType |
getStatus()
Gets the value of the status property.
|
void |
setErrorResponse(ErrorResponseType value)
Sets the value of the errorResponse property.
|
void |
setId(Integer value)
Sets the value of the id property.
|
void |
setMessage(String value)
Sets the value of the message property.
|
void |
setStatus(StatusType value)
Sets the value of the status property.
|
protected StatusType status
protected String message
protected ErrorResponseType errorResponse
protected Integer id
public StatusType getStatus()
StatusTypepublic void setStatus(StatusType value)
value - allowed object is
StatusTypepublic String getMessage()
Stringpublic void setMessage(String value)
value - allowed object is
Stringpublic ErrorResponseType getErrorResponse()
ErrorResponseTypepublic void setErrorResponse(ErrorResponseType value)
value - allowed object is
ErrorResponseTypepublic int getId()
IntegerCopyright © 2018 Bedework. All rights reserved.