@Generated(value="com.sun.tools.xjc.Driver", date="2022-12-09T10:57:39+01:00", comments="JAXB RI v2.2.11") public class ChoiceDecodedDataErrorType extends Object implements Serializable
Java class for ChoiceDecodedDataErrorType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ChoiceDecodedDataErrorType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice>
<element name="DecodedData" type="{urn:be:fgov:ehealth:seals:core:v1}DecodedDataType"/>
<element name="Error" type="{urn:be:fgov:ehealth:seals:core:v1}ErrorType"/>
</choice>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
ChoiceDecodedDataErrorType() |
| Modifier and Type | Method and Description |
|---|---|
DecodedDataType |
getDecodedData()
Gets the value of the decodedData property.
|
ErrorType |
getError()
Gets the value of the error property.
|
void |
setDecodedData(DecodedDataType value)
Sets the value of the decodedData property.
|
void |
setError(ErrorType value)
Sets the value of the error property.
|
public ErrorType getError()
ErrorTypepublic void setError(ErrorType value)
value - allowed object is
ErrorTypepublic DecodedDataType getDecodedData()
DecodedDataTypepublic void setDecodedData(DecodedDataType value)
value - allowed object is
DecodedDataType
Connector Packaging generic 4.3.0-beta-3 API
Copyright © {inceptionYear}-2022 eHealth. All Rights Reserved.