|
||||||||||
| 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="2016-10-28T03:09:26+02:00",
comments="JAXB RI v2.2.6")
public class ChoiceDecodedDataErrorType
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()
ErrorTypepublic void setError(ErrorType value)
value - allowed object is
ErrorTypepublic DecodedDataType getDecodedData()
DecodedDataTypepublic 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 | |||||||||