|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbe.fgov.ehealth.seals.core.v1.ChoiceDecodedDataErrorType
@Generated(value="com.sun.tools.xjc.Driver", date="2021-04-20T04:20:40+02:00", comments="JAXB RI v2.2.11") public class ChoiceDecodedDataErrorType
Switch for returning decoded data or an error.
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 Summary | |
---|---|
ChoiceDecodedDataErrorType()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ChoiceDecodedDataErrorType()
Method Detail |
---|
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |