be.fgov.ehealth.seals.core.v1
Class ErrorType

java.lang.Object
  extended by be.fgov.ehealth.seals.core.v1.ErrorType
All Implemented Interfaces:
Serializable

@Generated(value="com.sun.tools.xjc.Driver",
           date="2023-04-04T03:41:33+02:00",
           comments="JAXB RI v2.3.6")
public class ErrorType
extends Object
implements Serializable

ErrorBlock specifying why encoding or decoding a datablock failed.

Java class for ErrorType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="ErrorType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Id" type="{http://www.w3.org/2001/XMLSchema}ID"/>
         <element name="ErrorCode" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="ErrorValue" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
ErrorType()
           
 
Method Summary
 String getErrorCode()
          Gets the value of the errorCode property.
 String getErrorValue()
          Gets the value of the errorValue property.
 String getId()
          Gets the value of the id property.
 void setErrorCode(String value)
          Sets the value of the errorCode property.
 void setErrorValue(String value)
          Sets the value of the errorValue property.
 void setId(String value)
          Sets the value of the id property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ErrorType

public ErrorType()
Method Detail

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

getErrorValue

public String getErrorValue()
Gets the value of the errorValue property.

Returns:
possible object is String

setErrorValue

public void setErrorValue(String value)
Sets the value of the errorValue property.

Parameters:
value - allowed object is String



Connector Packaging TECHNICAL 3.24.0 API
Copyright © {inceptionYear}-2023 eHealth. All Rights Reserved.