|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbe.fgov.ehealth.dics.protocol.v5.ConsultStandardDosageType
@Generated(value="com.sun.tools.xjc.Driver", date="2022-09-22T05:55:13+02:00", comments="JAXB RI v2.2.11") public class ConsultStandardDosageType
Java class for ConsultStandardDosageType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ConsultStandardDosageType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Indication" type="{urn:be:fgov:ehealth:dics:protocol:v5}ConsultIndicationType" maxOccurs="unbounded"/> <element name="StandardDosageParamBounds" type="{urn:be:fgov:ehealth:dics:protocol:v5}ConsultBoundedParameterType" maxOccurs="unbounded"/> <element name="TargetGroup" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="KidneyFailureClass" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="LiverFailureClass" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="RouteOfAdministrationCode" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded"/> <element name="RouteSpecification" type="{urn:be:fgov:ehealth:dics:protocol:v5}ConsultTextType" minOccurs="0"/> <element name="TreatmentDurationType" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="TemporaryDurationDetails" type="{urn:be:fgov:ehealth:dics:protocol:v5}ConsultTemporaryDurationDetailsType" minOccurs="0"/> <element name="DosageUnit" type="{urn:be:fgov:ehealth:dics:protocol:v5}ConsultParameterizedQuantityType" minOccurs="0"/> <element name="AdministrationFrequency" type="{urn:be:fgov:ehealth:dics:protocol:v5}ConsultAdministrationFrequencyType" minOccurs="0"/> <element name="MaximumAdministrationFrequency" type="{urn:be:fgov:ehealth:dics:protocol:v5}ConsultAdministrationFrequencyType" minOccurs="0"/> <element name="MaximumDailyQuantity" type="{urn:be:fgov:ehealth:dics:protocol:v5}ConsultParameterizedQuantityType" minOccurs="0"/> <element name="TextualDosage" type="{urn:be:fgov:ehealth:dics:protocol:v5}ConsultTextType" minOccurs="0"/> <element name="SupplementaryInfo" type="{urn:be:fgov:ehealth:dics:protocol:v5}ConsultTextType" minOccurs="0"/> </sequence> <attribute name="Code" use="required" type="{http://www.w3.org/2001/XMLSchema}int" /> </restriction> </complexContent> </complexType>
Constructor Summary | |
---|---|
ConsultStandardDosageType()
|
Method Summary | |
---|---|
ConsultAdministrationFrequencyType |
getAdministrationFrequency()
Gets the value of the administrationFrequency property. |
int |
getCode()
Gets the value of the code property. |
ConsultParameterizedQuantityType |
getDosageUnit()
Gets the value of the dosageUnit property. |
List<ConsultIndicationType> |
getIndications()
Gets the value of the indications property. |
Integer |
getKidneyFailureClass()
Gets the value of the kidneyFailureClass property. |
Integer |
getLiverFailureClass()
Gets the value of the liverFailureClass property. |
ConsultAdministrationFrequencyType |
getMaximumAdministrationFrequency()
Gets the value of the maximumAdministrationFrequency property. |
ConsultParameterizedQuantityType |
getMaximumDailyQuantity()
Gets the value of the maximumDailyQuantity property. |
List<String> |
getRouteOfAdministrationCodes()
Gets the value of the routeOfAdministrationCodes property. |
ConsultTextType |
getRouteSpecification()
Gets the value of the routeSpecification property. |
List<ConsultBoundedParameterType> |
getStandardDosageParamBounds()
Gets the value of the standardDosageParamBounds property. |
ConsultTextType |
getSupplementaryInfo()
Gets the value of the supplementaryInfo property. |
String |
getTargetGroup()
Gets the value of the targetGroup property. |
ConsultTemporaryDurationDetailsType |
getTemporaryDurationDetails()
Gets the value of the temporaryDurationDetails property. |
ConsultTextType |
getTextualDosage()
Gets the value of the textualDosage property. |
String |
getTreatmentDurationType()
Gets the value of the treatmentDurationType property. |
void |
setAdministrationFrequency(ConsultAdministrationFrequencyType value)
Sets the value of the administrationFrequency property. |
void |
setCode(int value)
Sets the value of the code property. |
void |
setDosageUnit(ConsultParameterizedQuantityType value)
Sets the value of the dosageUnit property. |
void |
setKidneyFailureClass(Integer value)
Sets the value of the kidneyFailureClass property. |
void |
setLiverFailureClass(Integer value)
Sets the value of the liverFailureClass property. |
void |
setMaximumAdministrationFrequency(ConsultAdministrationFrequencyType value)
Sets the value of the maximumAdministrationFrequency property. |
void |
setMaximumDailyQuantity(ConsultParameterizedQuantityType value)
Sets the value of the maximumDailyQuantity property. |
void |
setRouteSpecification(ConsultTextType value)
Sets the value of the routeSpecification property. |
void |
setSupplementaryInfo(ConsultTextType value)
Sets the value of the supplementaryInfo property. |
void |
setTargetGroup(String value)
Sets the value of the targetGroup property. |
void |
setTemporaryDurationDetails(ConsultTemporaryDurationDetailsType value)
Sets the value of the temporaryDurationDetails property. |
void |
setTextualDosage(ConsultTextType value)
Sets the value of the textualDosage property. |
void |
setTreatmentDurationType(String value)
Sets the value of the treatmentDurationType property. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ConsultStandardDosageType()
Method Detail |
---|
public List<ConsultIndicationType> getIndications()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the indications property.
For example, to add a new item, do as follows:
getIndications().add(newItem);
Objects of the following type(s) are allowed in the list
ConsultIndicationType
public List<ConsultBoundedParameterType> getStandardDosageParamBounds()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the standardDosageParamBounds property.
For example, to add a new item, do as follows:
getStandardDosageParamBounds().add(newItem);
Objects of the following type(s) are allowed in the list
ConsultBoundedParameterType
public String getTargetGroup()
String
public void setTargetGroup(String value)
value
- allowed object is
String
public Integer getKidneyFailureClass()
Integer
public void setKidneyFailureClass(Integer value)
value
- allowed object is
Integer
public Integer getLiverFailureClass()
Integer
public void setLiverFailureClass(Integer value)
value
- allowed object is
Integer
public List<String> getRouteOfAdministrationCodes()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the routeOfAdministrationCodes property.
For example, to add a new item, do as follows:
getRouteOfAdministrationCodes().add(newItem);
Objects of the following type(s) are allowed in the list
String
public ConsultTextType getRouteSpecification()
ConsultTextType
public void setRouteSpecification(ConsultTextType value)
value
- allowed object is
ConsultTextType
public String getTreatmentDurationType()
String
public void setTreatmentDurationType(String value)
value
- allowed object is
String
public ConsultTemporaryDurationDetailsType getTemporaryDurationDetails()
ConsultTemporaryDurationDetailsType
public void setTemporaryDurationDetails(ConsultTemporaryDurationDetailsType value)
value
- allowed object is
ConsultTemporaryDurationDetailsType
public ConsultParameterizedQuantityType getDosageUnit()
ConsultParameterizedQuantityType
public void setDosageUnit(ConsultParameterizedQuantityType value)
value
- allowed object is
ConsultParameterizedQuantityType
public ConsultAdministrationFrequencyType getAdministrationFrequency()
ConsultAdministrationFrequencyType
public void setAdministrationFrequency(ConsultAdministrationFrequencyType value)
value
- allowed object is
ConsultAdministrationFrequencyType
public ConsultAdministrationFrequencyType getMaximumAdministrationFrequency()
ConsultAdministrationFrequencyType
public void setMaximumAdministrationFrequency(ConsultAdministrationFrequencyType value)
value
- allowed object is
ConsultAdministrationFrequencyType
public ConsultParameterizedQuantityType getMaximumDailyQuantity()
ConsultParameterizedQuantityType
public void setMaximumDailyQuantity(ConsultParameterizedQuantityType value)
value
- allowed object is
ConsultParameterizedQuantityType
public ConsultTextType getTextualDosage()
ConsultTextType
public void setTextualDosage(ConsultTextType value)
value
- allowed object is
ConsultTextType
public ConsultTextType getSupplementaryInfo()
ConsultTextType
public void setSupplementaryInfo(ConsultTextType value)
value
- allowed object is
ConsultTextType
public int getCode()
public void setCode(int value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |