|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbe.fgov.ehealth.dics.protocol.v4.ConsultAmpComponentType
@Generated(value="com.sun.tools.xjc.Driver",
date="2019-04-01T01:44:45+02:00",
comments="JAXB RI v2.2.11")
public class ConsultAmpComponentType
Java class for ConsultAmpComponentType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ConsultAmpComponentType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Dividable" type="{urn:be:fgov:ehealth:dics:core:v4:actual:common}DividableType" minOccurs="0"/>
<element name="Scored" type="{urn:be:fgov:ehealth:dics:core:v4:actual:common}ScoredType" minOccurs="0"/>
<element name="Crushable" type="{urn:be:fgov:ehealth:dics:core:v4:actual:common}CrushableType" minOccurs="0"/>
<element name="ContainsAlcohol" type="{urn:be:fgov:ehealth:dics:core:v4:actual:common}ContainsAlcoholType" minOccurs="0"/>
<element name="SugarFree" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="ModifiedReleaseType" type="{urn:be:fgov:ehealth:dics:core:v4:actual:common}ModifiedReleaseTypeType" minOccurs="0"/>
<element name="SpecificDrugDevice" type="{urn:be:fgov:ehealth:dics:core:v4:actual:common}SpecificDrugDeviceType" minOccurs="0"/>
<element name="Dimensions" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Name" type="{urn:be:fgov:ehealth:dics:protocol:v4}ConsultTextType" minOccurs="0"/>
<element name="Note" type="{urn:be:fgov:ehealth:dics:protocol:v4}ConsultTextType" minOccurs="0"/>
<element name="PharmaceuticalForm" type="{urn:be:fgov:ehealth:dics:protocol:v4}PharmaceuticalFormWithStandardsType" maxOccurs="unbounded"/>
<element name="RouteOfAdministration" type="{urn:be:fgov:ehealth:dics:protocol:v4}RouteOfAdministrationWithStandardsType" maxOccurs="unbounded"/>
<element name="RealActualIngredient" type="{urn:be:fgov:ehealth:dics:protocol:v4}ConsultRealActualIngredientType" maxOccurs="unbounded"/>
</sequence>
<attGroup ref="{urn:be:fgov:ehealth:dics:protocol:v4}validityPeriod"/>
<attribute name="SequenceNr" use="required" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" />
<attribute name="VmpComponentCode" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" />
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
ConsultAmpComponentType()
|
|
| Method Summary | |
|---|---|
String |
getContainsAlcohol()
Gets the value of the containsAlcohol property. |
String |
getCrushable()
Gets the value of the crushable property. |
String |
getDimensions()
Gets the value of the dimensions property. |
String |
getDividable()
Gets the value of the dividable property. |
org.joda.time.DateTime |
getEndDate()
Gets the value of the endDate property. |
BigInteger |
getModifiedReleaseType()
Gets the value of the modifiedReleaseType property. |
ConsultTextType |
getName()
Gets the value of the name property. |
ConsultTextType |
getNote()
Gets the value of the note property. |
List<PharmaceuticalFormWithStandardsType> |
getPharmaceuticalForms()
Gets the value of the pharmaceuticalForms property. |
List<ConsultRealActualIngredientType> |
getRealActualIngredients()
Gets the value of the realActualIngredients property. |
List<RouteOfAdministrationWithStandardsType> |
getRouteOfAdministrations()
Gets the value of the routeOfAdministrations property. |
String |
getScored()
Gets the value of the scored property. |
BigInteger |
getSequenceNr()
Gets the value of the sequenceNr property. |
BigInteger |
getSpecificDrugDevice()
Gets the value of the specificDrugDevice property. |
org.joda.time.DateTime |
getStartDate()
Gets the value of the startDate property. |
BigInteger |
getVmpComponentCode()
Gets the value of the vmpComponentCode property. |
Boolean |
isSugarFree()
Gets the value of the sugarFree property. |
void |
setContainsAlcohol(String value)
Sets the value of the containsAlcohol property. |
void |
setCrushable(String value)
Sets the value of the crushable property. |
void |
setDimensions(String value)
Sets the value of the dimensions property. |
void |
setDividable(String value)
Sets the value of the dividable property. |
void |
setEndDate(org.joda.time.DateTime value)
Sets the value of the endDate property. |
void |
setModifiedReleaseType(BigInteger value)
Sets the value of the modifiedReleaseType property. |
void |
setName(ConsultTextType value)
Sets the value of the name property. |
void |
setNote(ConsultTextType value)
Sets the value of the note property. |
void |
setScored(String value)
Sets the value of the scored property. |
void |
setSequenceNr(BigInteger value)
Sets the value of the sequenceNr property. |
void |
setSpecificDrugDevice(BigInteger value)
Sets the value of the specificDrugDevice property. |
void |
setStartDate(org.joda.time.DateTime value)
Sets the value of the startDate property. |
void |
setSugarFree(Boolean value)
Sets the value of the sugarFree property. |
void |
setVmpComponentCode(BigInteger value)
Sets the value of the vmpComponentCode property. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ConsultAmpComponentType()
| Method Detail |
|---|
public String getDividable()
Stringpublic void setDividable(String value)
value - allowed object is
Stringpublic String getScored()
Stringpublic void setScored(String value)
value - allowed object is
Stringpublic String getCrushable()
Stringpublic void setCrushable(String value)
value - allowed object is
Stringpublic String getContainsAlcohol()
Stringpublic void setContainsAlcohol(String value)
value - allowed object is
Stringpublic Boolean isSugarFree()
Booleanpublic void setSugarFree(Boolean value)
value - allowed object is
Booleanpublic BigInteger getModifiedReleaseType()
BigIntegerpublic void setModifiedReleaseType(BigInteger value)
value - allowed object is
BigIntegerpublic BigInteger getSpecificDrugDevice()
BigIntegerpublic void setSpecificDrugDevice(BigInteger value)
value - allowed object is
BigIntegerpublic String getDimensions()
Stringpublic void setDimensions(String value)
value - allowed object is
Stringpublic ConsultTextType getName()
ConsultTextTypepublic void setName(ConsultTextType value)
value - allowed object is
ConsultTextTypepublic ConsultTextType getNote()
ConsultTextTypepublic void setNote(ConsultTextType value)
value - allowed object is
ConsultTextTypepublic List<PharmaceuticalFormWithStandardsType> getPharmaceuticalForms()
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 pharmaceuticalForms property.
For example, to add a new item, do as follows:
getPharmaceuticalForms().add(newItem);
Objects of the following type(s) are allowed in the list
PharmaceuticalFormWithStandardsType
public List<RouteOfAdministrationWithStandardsType> getRouteOfAdministrations()
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 routeOfAdministrations property.
For example, to add a new item, do as follows:
getRouteOfAdministrations().add(newItem);
Objects of the following type(s) are allowed in the list
RouteOfAdministrationWithStandardsType
public List<ConsultRealActualIngredientType> getRealActualIngredients()
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 realActualIngredients property.
For example, to add a new item, do as follows:
getRealActualIngredients().add(newItem);
Objects of the following type(s) are allowed in the list
ConsultRealActualIngredientType
public BigInteger getSequenceNr()
BigIntegerpublic void setSequenceNr(BigInteger value)
value - allowed object is
BigIntegerpublic BigInteger getVmpComponentCode()
BigIntegerpublic void setVmpComponentCode(BigInteger value)
value - allowed object is
BigIntegerpublic org.joda.time.DateTime getStartDate()
Stringpublic void setStartDate(org.joda.time.DateTime value)
value - allowed object is
Stringpublic org.joda.time.DateTime getEndDate()
Stringpublic void setEndDate(org.joda.time.DateTime value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||