Class OrcidError

java.lang.Object
org.orcid.jaxb.model.error_v2.OrcidError
All Implemented Interfaces:
Serializable, BulkElement

public class OrcidError extends Object implements 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 Details

    • responseCode

      protected int responseCode
    • developerMessage

      protected String developerMessage
    • userMessage

      protected String userMessage
    • errorCode

      protected Integer errorCode
    • moreInfo

      protected String moreInfo
  • Constructor Details

    • OrcidError

      public OrcidError()
  • Method Details

    • getResponseCode

      public int getResponseCode()
      Gets the value of the responseCode property.
      Returns:
      the responseCode
    • setResponseCode

      public void setResponseCode(int value)
      Sets the value of the responseCode property.
      Parameters:
      value - - the responseCode
    • getDeveloperMessage

      public String getDeveloperMessage()
      Gets the value of the developerMessage property.
      Returns:
      possible object is String
    • setDeveloperMessage

      public void setDeveloperMessage(String value)
      Sets the value of the developerMessage property.
      Parameters:
      value - allowed object is String
    • getUserMessage

      public String getUserMessage()
      Gets the value of the userMessage property.
      Returns:
      possible object is String
    • setUserMessage

      public void setUserMessage(String value)
      Sets the value of the userMessage property.
      Parameters:
      value - allowed object is String
    • getErrorCode

      public Integer getErrorCode()
      Gets the value of the errorCode property.
      Returns:
      possible object is Integer
    • setErrorCode

      public void setErrorCode(Integer value)
      Sets the value of the errorCode property.
      Parameters:
      value - allowed object is Integer
    • getMoreInfo

      public String getMoreInfo()
      Gets the value of the moreInfo property.
      Returns:
      possible object is String
    • setMoreInfo

      public void setMoreInfo(String value)
      Sets the value of the moreInfo property.
      Parameters:
      value - allowed object is String