|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbe.smals.ehealth.codage.beans.ChoiceEncodedDataErrorType
@Generated(value="com.sun.tools.xjc.Driver", date="2016-10-28T03:09:26+02:00", comments="JAXB RI v2.2.6") public class ChoiceEncodedDataErrorType
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="{http://beans.codage.ehealth.smals.be/}EncodedDataType"/> <element name="error" type="{http://beans.codage.ehealth.smals.be/}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 |