@Generated(value="com.sun.tools.xjc.Driver", date="2024-04-08T03:28:54+02:00", comments="JAXB RI v2.3.7") public class ConsultTemporaryDurationDetailsType extends Object implements Serializable
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 and Description |
|---|
ConsultTemporaryDurationDetailsType() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
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
Connector Packaging generic 4.5.4 API
Copyright © {inceptionYear}-2024 eHealth. All Rights Reserved.