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