Class ErrorResp


  • public class ErrorResp
    extends Object

    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="Extension" type="{https://resourcedescription.rd.tuni.fi/XMLSchema/2016}ExtensionData_CT" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
           <attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}ID" />
           <attribute name="errorCode" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="errorMessage" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="created" use="required" type="{http://www.w3.org/2001/XMLSchema}dateTime" />
           <attribute name="schemaVersion" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="requestRef" type="{http://www.w3.org/2001/XMLSchema}NCName" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • ErrorResp

        public ErrorResp()
    • Method Detail

      • getExtension

        public List<ExtensionDataCT> getExtension()
        Gets the value of the extension property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the extension property.

        For example, to add a new item, do as follows:

            getExtension().add(newItem);
         

        Objects of the following type(s) are allowed in the list ExtensionDataCT

      • getId

        public String getId()
        Gets the value of the id property.
        Returns:
        possible object is String
      • setId

        public void setId​(String value)
        Sets the value of the id property.
        Parameters:
        value - allowed object is String
      • getErrorCode

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

        public void setErrorCode​(String value)
        Sets the value of the errorCode property.
        Parameters:
        value - allowed object is String
      • getErrorMessage

        public String getErrorMessage()
        Gets the value of the errorMessage property.
        Returns:
        possible object is String
      • setErrorMessage

        public void setErrorMessage​(String value)
        Sets the value of the errorMessage property.
        Parameters:
        value - allowed object is String
      • getSchemaVersion

        public String getSchemaVersion()
        Gets the value of the schemaVersion property.
        Returns:
        possible object is String
      • setSchemaVersion

        public void setSchemaVersion​(String value)
        Sets the value of the schemaVersion property.
        Parameters:
        value - allowed object is String
      • getRequestRef

        public String getRequestRef()
        Gets the value of the requestRef property.
        Returns:
        possible object is String
      • setRequestRef

        public void setRequestRef​(String value)
        Sets the value of the requestRef property.
        Parameters:
        value - allowed object is String