|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbe.fgov.ehealth.dics.protocol.v5.ConsultAdministrationFrequencyType
@Generated(value="com.sun.tools.xjc.Driver",
date="2022-09-22T05:55:13+02:00",
comments="JAXB RI v2.2.11")
public class ConsultAdministrationFrequencyType
Java class for ConsultAdministrationFrequencyType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ConsultAdministrationFrequencyType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Quantity" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="Timeframe" type="{urn:be:fgov:ehealth:dics:protocol:v5}QuantityType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
ConsultAdministrationFrequencyType()
|
|
| Method Summary | |
|---|---|
int |
getQuantity()
Gets the value of the quantity property. |
QuantityType |
getTimeframe()
Gets the value of the timeframe property. |
void |
setQuantity(int value)
Sets the value of the quantity property. |
void |
setTimeframe(QuantityType value)
Sets the value of the timeframe property. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ConsultAdministrationFrequencyType()
| Method Detail |
|---|
public int getQuantity()
public void setQuantity(int value)
public QuantityType getTimeframe()
QuantityTypepublic void setTimeframe(QuantityType value)
value - allowed object is
QuantityType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||