|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbe.fgov.ehealth.standards.kmehr.mycarenet.schema.v1.UrgencyType
@Generated(value="com.sun.tools.xjc.Driver",
date="2024-09-05T10:41:15+02:00",
comments="JAXB RI v2.3.6")
public class UrgencyType
Java class for urgencyType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="urgencyType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="cd" type="{http://www.ehealth.fgov.be/standards/kmehr/cd/v1}CD-URGENCY"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
UrgencyType()
|
|
| Method Summary | |
|---|---|
CDURGENCY |
getCd()
Gets the value of the cd property. |
void |
setCd(CDURGENCY value)
Sets the value of the cd property. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public UrgencyType()
| Method Detail |
|---|
public CDURGENCY getCd()
CDURGENCYpublic void setCd(CDURGENCY value)
value - allowed object is
CDURGENCY
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||