@Generated(value="com.sun.tools.xjc.Driver", date="2023-09-11T10:24:01+02:00", comments="JAXB RI v2.3.7") public class ChoiceEncodedDataErrorType extends Object implements Serializable
Java class for ChoiceEncodedDataErrorType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ChoiceEncodedDataErrorType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice>
<element name="EncodedData" type="{urn:be:fgov:ehealth:seals:core:v1}EncodedDataType"/>
<element name="Error" type="{urn:be:fgov:ehealth:seals:core:v1}ErrorType"/>
</choice>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
ChoiceEncodedDataErrorType() |
| Modifier and Type | Method and Description |
|---|---|
EncodedDataType |
getEncodedData()
Gets the value of the encodedData property.
|
ErrorType |
getError()
Gets the value of the error property.
|
void |
setEncodedData(EncodedDataType value)
Sets the value of the encodedData 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 EncodedDataType getEncodedData()
EncodedDataTypepublic void setEncodedData(EncodedDataType value)
value - allowed object is
EncodedDataType
Connector Packaging generic 4.4.0 API
Copyright © {inceptionYear}-2023 eHealth. All Rights Reserved.