|
||||||||||
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="2023-09-11T04:16:04+02:00", comments="JAXB RI v2.3.6") public class ChoiceEncodedDataErrorType
Switch 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()
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |