@Generated(value="com.sun.tools.xjc.Driver", date="2023-09-11T10:24:01+02:00", comments="JAXB RI v2.3.7") public class ErrorType extends Object implements Serializable
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>
Constructor and Description |
---|
ErrorType() |
Modifier and Type | Method and Description |
---|---|
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.
|
public void setId(String value)
value
- allowed object is
String
public String getErrorCode()
String
public void setErrorCode(String value)
value
- allowed object is
String
public String getErrorValue()
String
Connector Packaging TECHNICAL 4.4.0 API
Copyright © {inceptionYear}-2023 eHealth. All Rights Reserved.