Class OrcidError
java.lang.Object
org.orcid.jaxb.model.v3.release.error.OrcidError
- All Implemented Interfaces:
Serializable,BulkElement
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="responseCode" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="developerMessage" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="userMessage" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="errorCode" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
<element name="moreInfo" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the developerMessage property.Gets the value of the errorCode property.Gets the value of the moreInfo property.intGets the value of the responseCode property.Gets the value of the userMessage property.voidsetDeveloperMessage(String value) Sets the value of the developerMessage property.voidsetErrorCode(Integer value) Sets the value of the errorCode property.voidsetMoreInfo(String value) Sets the value of the moreInfo property.voidsetResponseCode(int value) Sets the value of the responseCode property.voidsetUserMessage(String value) Sets the value of the userMessage property.
-
Field Details
-
responseCode
protected int responseCode -
developerMessage
-
userMessage
-
errorCode
-
moreInfo
-
-
Constructor Details
-
OrcidError
public OrcidError()
-
-
Method Details
-
getResponseCode
public int getResponseCode()Gets the value of the responseCode property.- Returns:
- the response code
-
setResponseCode
public void setResponseCode(int value) Sets the value of the responseCode property.- Parameters:
value- - response code
-
getDeveloperMessage
Gets the value of the developerMessage property.- Returns:
- possible object is
String
-
setDeveloperMessage
Sets the value of the developerMessage property.- Parameters:
value- allowed object isString
-
getUserMessage
Gets the value of the userMessage property.- Returns:
- possible object is
String
-
setUserMessage
Sets the value of the userMessage property.- Parameters:
value- allowed object isString
-
getErrorCode
Gets the value of the errorCode property.- Returns:
- possible object is
Integer
-
setErrorCode
Sets the value of the errorCode property.- Parameters:
value- allowed object isInteger
-
getMoreInfo
Gets the value of the moreInfo property.- Returns:
- possible object is
String
-
setMoreInfo
Sets the value of the moreInfo property.- Parameters:
value- allowed object isString
-