@Generated(value="com.sun.tools.xjc.Driver", date="2022-12-09T11:12:51+01:00", comments="JAXB RI v2.2.11") public class ConsultAdministrationFrequencyType extends Object implements Serializable
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 and Description |
|---|
ConsultAdministrationFrequencyType() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public int getQuantity()
public void setQuantity(int value)
public QuantityType getTimeframe()
QuantityTypepublic void setTimeframe(QuantityType value)
value - allowed object is
QuantityType
Connector Packaging generic 4.3.0-beta-3 API
Copyright © {inceptionYear}-2022 eHealth. All Rights Reserved.