|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbe.fgov.ehealth.dics.core.v4.refdata.WadaKeyType
be.fgov.ehealth.dics.protocol.v4.WadaType
@Generated(value="com.sun.tools.xjc.Driver",
date="2020-09-28T09:51:21+02:00",
comments="JAXB RI v2.2.11")
public class WadaType
Java class for WadaType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="WadaType">
<complexContent>
<extension base="{urn:be:fgov:ehealth:dics:core:v4:refdata}WadaKeyType">
<sequence>
<element name="Name" type="{urn:be:fgov:ehealth:dics:protocol:v4}ConsultTextType"/>
<element name="Description" type="{urn:be:fgov:ehealth:dics:protocol:v4}ConsultTextType" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
WadaType()
|
|
| Method Summary | |
|---|---|
ConsultTextType |
getDescription()
Gets the value of the description property. |
ConsultTextType |
getName()
Gets the value of the name property. |
void |
setDescription(ConsultTextType value)
Sets the value of the description property. |
void |
setName(ConsultTextType value)
Sets the value of the name property. |
| Methods inherited from class be.fgov.ehealth.dics.core.v4.refdata.WadaKeyType |
|---|
getCode, setCode |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WadaType()
| Method Detail |
|---|
public ConsultTextType getName()
ConsultTextTypepublic void setName(ConsultTextType value)
value - allowed object is
ConsultTextTypepublic ConsultTextType getDescription()
ConsultTextTypepublic void setDescription(ConsultTextType value)
value - allowed object is
ConsultTextType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||