@Generated(value="com.sun.tools.xjc.Driver", date="2021-10-05T07:53:10+02:00", comments="JAXB RI v2.2.11") 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()
ErrorType
public void setError(ErrorType value)
value
- allowed object is
ErrorType
public EncodedDataType getEncodedData()
EncodedDataType
public void setEncodedData(EncodedDataType value)
value
- allowed object is
EncodedDataType
Connector Packaging TECHNICAL 4.0.2 API
Copyright © {inceptionYear}-2021 eHealth. All Rights Reserved.