@Generated(value="com.sun.tools.xjc.Driver", date="2022-06-08T05:19:27+02: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()
ErrorType
public void setError(ErrorType value)
value
- allowed object is
ErrorType
public DecodedDataType getDecodedData()
DecodedDataType
public void setDecodedData(DecodedDataType value)
value
- allowed object is
DecodedDataType
Connector Packaging TECHNICAL 4.1.2 API
Copyright © {inceptionYear}-2022 eHealth. All Rights Reserved.