public class ResponseMessage extends Object
Java class for responseMessage complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="responseMessage"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="message" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="errorCode" type="{http://www.w3.org/2001/XMLSchema}integer"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected BigInteger |
errorCode |
protected String |
message |
Constructor and Description |
---|
ResponseMessage() |
Modifier and Type | Method and Description |
---|---|
BigInteger |
getErrorCode()
Gets the value of the errorCode property.
|
String |
getMessage()
Gets the value of the message property.
|
void |
setErrorCode(BigInteger value)
Sets the value of the errorCode property.
|
void |
setMessage(String value)
Sets the value of the message property.
|
protected String message
protected BigInteger errorCode
public String getMessage()
String
public void setMessage(String value)
value
- allowed object is
String
public BigInteger getErrorCode()
BigInteger
public void setErrorCode(BigInteger value)
value
- allowed object is
BigInteger
Copyright © 2013–2016 GlyTouCan - The International Glycan Repository. All rights reserved.