|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbe.recipe.services.RecipeExceptionDetails
@Generated(value="com.sun.tools.xjc.Driver",
date="2016-07-06T09:29:02+02:00",
comments="JAXB RI v2.2.6")
public class RecipeExceptionDetails
Java class for recipeExceptionDetails complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="recipeExceptionDetails">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="code" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="errorMap">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="entry" maxOccurs="unbounded" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="key" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="value" type="{http://services.recipe.be}recipeError" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
RecipeExceptionDetails()
|
|
| Method Summary | |
|---|---|
String |
getCode()
Gets the value of the code property. |
ErrorMap |
getErrorMap()
Gets the value of the errorMap property. |
void |
setCode(String value)
Sets the value of the code property. |
void |
setErrorMap(ErrorMap value)
Sets the value of the errorMap property. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RecipeExceptionDetails()
| Method Detail |
|---|
public String getCode()
Stringpublic void setCode(String value)
value - allowed object is
Stringpublic ErrorMap getErrorMap()
ErrorMappublic void setErrorMap(ErrorMap value)
value - allowed object is
ErrorMap
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||