Class ErrorResp
- java.lang.Object
-
- fi.tut.mei.matchmaking.model.xml.msg.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>
-
-
Field Summary
Fields Modifier and Type Field Description protected XMLGregorianCalendar
created
protected String
errorCode
protected String
errorMessage
protected List<ExtensionDataCT>
extension
protected String
id
protected String
requestRef
protected String
schemaVersion
-
Constructor Summary
Constructors Constructor Description ErrorResp()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description XMLGregorianCalendar
getCreated()
Gets the value of the created property.String
getErrorCode()
Gets the value of the errorCode property.String
getErrorMessage()
Gets the value of the errorMessage property.List<ExtensionDataCT>
getExtension()
Gets the value of the extension property.String
getId()
Gets the value of the id property.String
getRequestRef()
Gets the value of the requestRef property.String
getSchemaVersion()
Gets the value of the schemaVersion property.void
setCreated(XMLGregorianCalendar value)
Sets the value of the created property.void
setErrorCode(String value)
Sets the value of the errorCode property.void
setErrorMessage(String value)
Sets the value of the errorMessage property.void
setId(String value)
Sets the value of the id property.void
setRequestRef(String value)
Sets the value of the requestRef property.void
setSchemaVersion(String value)
Sets the value of the schemaVersion property.
-
-
-
Field Detail
-
extension
protected List<ExtensionDataCT> extension
-
id
protected String id
-
errorCode
protected String errorCode
-
errorMessage
protected String errorMessage
-
created
protected XMLGregorianCalendar created
-
schemaVersion
protected String schemaVersion
-
requestRef
protected String requestRef
-
-
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
-
setId
public void setId(String value)
Sets the value of the id property.- Parameters:
value
- allowed object isString
-
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 isString
-
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 isString
-
getCreated
public XMLGregorianCalendar getCreated()
Gets the value of the created property.- Returns:
- possible object is
XMLGregorianCalendar
-
setCreated
public void setCreated(XMLGregorianCalendar value)
Sets the value of the created property.- Parameters:
value
- allowed object isXMLGregorianCalendar
-
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 isString
-
getRequestRef
public String getRequestRef()
Gets the value of the requestRef property.- Returns:
- possible object is
String
-
-