|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbe.fgov.ehealth.dics.protocol.v5.ConsultTemporaryDurationDetailsType
@Generated(value="com.sun.tools.xjc.Driver",
date="2023-09-11T04:26:47+02:00",
comments="JAXB RI v2.3.6")
public class ConsultTemporaryDurationDetailsType
Java class for ConsultTemporaryDurationDetailsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ConsultTemporaryDurationDetailsType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice>
<element name="Duration" type="{urn:be:fgov:ehealth:dics:protocol:v5}QuantityType"/>
<element name="UserProvided" type="{http://www.w3.org/2001/XMLSchema}anyType"/>
<element name="Note" type="{urn:be:fgov:ehealth:dics:protocol:v5}ConsultTextType"/>
</choice>
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
ConsultTemporaryDurationDetailsType()
|
|
| Method Summary | |
|---|---|
QuantityType |
getDuration()
Gets the value of the duration property. |
ConsultTextType |
getNote()
Gets the value of the note property. |
Object |
getUserProvided()
Gets the value of the userProvided property. |
void |
setDuration(QuantityType value)
Sets the value of the duration property. |
void |
setNote(ConsultTextType value)
Sets the value of the note property. |
void |
setUserProvided(Object value)
Sets the value of the userProvided property. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ConsultTemporaryDurationDetailsType()
| Method Detail |
|---|
public ConsultTextType getNote()
ConsultTextTypepublic void setNote(ConsultTextType value)
value - allowed object is
ConsultTextTypepublic Object getUserProvided()
Objectpublic void setUserProvided(Object value)
value - allowed object is
Objectpublic QuantityType getDuration()
QuantityTypepublic void setDuration(QuantityType value)
value - allowed object is
QuantityType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||