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="{http://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 XMLGregorianCalendarcreatedprotected StringerrorCodeprotected StringerrorMessageprotected List<ExtensionDataCT>extensionprotected Stringidprotected StringrequestRefprotected StringschemaVersion
-
Constructor Summary
Constructors Constructor Description ErrorResp()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description XMLGregorianCalendargetCreated()Gets the value of the created property.StringgetErrorCode()Gets the value of the errorCode property.StringgetErrorMessage()Gets the value of the errorMessage property.List<ExtensionDataCT>getExtension()Gets the value of the extension property.StringgetId()Gets the value of the id property.StringgetRequestRef()Gets the value of the requestRef property.StringgetSchemaVersion()Gets the value of the schemaVersion property.voidsetCreated(XMLGregorianCalendar value)Sets the value of the created property.voidsetErrorCode(String value)Sets the value of the errorCode property.voidsetErrorMessage(String value)Sets the value of the errorMessage property.voidsetId(String value)Sets the value of the id property.voidsetRequestRef(String value)Sets the value of the requestRef property.voidsetSchemaVersion(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
setmethod 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
-
-