|
||||||||||
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="2022-09-22T05:55:13+02:00", comments="JAXB RI v2.2.11") 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()
ConsultTextType
public void setNote(ConsultTextType value)
value
- allowed object is
ConsultTextType
public Object getUserProvided()
Object
public void setUserProvided(Object value)
value
- allowed object is
Object
public QuantityType getDuration()
QuantityType
public 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 |