be.recipe.services
Class RecipeExceptionDetails

java.lang.Object
  extended by be.recipe.services.RecipeExceptionDetails
All Implemented Interfaces:
Serializable

@Generated(value="com.sun.tools.xjc.Driver",
           date="2016-07-06T09:29:02+02:00",
           comments="JAXB RI v2.2.6")
public class RecipeExceptionDetails
extends Object
implements Serializable

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>
 

See Also:
Serialized Form

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

RecipeExceptionDetails

public RecipeExceptionDetails()
Method Detail

getCode

public String getCode()
Gets the value of the code property.

Returns:
possible object is String

setCode

public void setCode(String value)
Sets the value of the code property.

Parameters:
value - allowed object is String

getErrorMap

public ErrorMap getErrorMap()
Gets the value of the errorMap property.

Returns:
possible object is ErrorMap

setErrorMap

public void setErrorMap(ErrorMap value)
Sets the value of the errorMap property.

Parameters:
value - allowed object is ErrorMap



Connector Packaging PERSPHYSICIAN 3.10.2 API
Copyright © {inceptionYear}-2016 eHealth. All Rights Reserved.