@Generated(value="com.sun.tools.xjc.Driver", date="2024-09-05T11:02:42+02:00", comments="JAXB RI v2.3.7") public class ConsultAmpType extends Object implements Serializable
Java class for ConsultAmpType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ConsultAmpType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Name" type="{urn:be:fgov:ehealth:dics:protocol:v5}ConsultTextType"/>
<element name="BlackTriangle" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="MedicineType" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="OfficialName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="AbbreviatedName" type="{urn:be:fgov:ehealth:dics:protocol:v5}ConsultTextType" minOccurs="0"/>
<element name="ProprietarySuffix" type="{urn:be:fgov:ehealth:dics:protocol:v5}ConsultTextType" minOccurs="0"/>
<element name="PrescriptionName" type="{urn:be:fgov:ehealth:dics:protocol:v5}ConsultTextType" minOccurs="0"/>
<element name="CompanyActorNr" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="AdditionalFields" type="{urn:be:fgov:ehealth:dics:protocol:v5}AdditionalFieldsType" maxOccurs="unbounded" minOccurs="0"/>
<element name="AmpComponent" type="{urn:be:fgov:ehealth:dics:protocol:v5}ConsultAmpComponentType" maxOccurs="unbounded"/>
<element name="Ampp" type="{urn:be:fgov:ehealth:dics:protocol:v5}ConsultAmppType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attGroup ref="{urn:be:fgov:ehealth:dics:protocol:v5}validityPeriod"/>
<attribute name="Code" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="VmpCode" type="{http://www.w3.org/2001/XMLSchema}int" />
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
ConsultAmpType() |
| Modifier and Type | Method and Description |
|---|---|
ConsultTextType |
getAbbreviatedName()
Gets the value of the abbreviatedName property.
|
List<AdditionalFieldsType> |
getAdditionalFields()
Gets the value of the additionalFields property.
|
List<ConsultAmpComponentType> |
getAmpComponents()
Gets the value of the ampComponents property.
|
List<ConsultAmppType> |
getAmpps()
Gets the value of the ampps property.
|
String |
getCode()
Gets the value of the code property.
|
String |
getCompanyActorNr()
Gets the value of the companyActorNr property.
|
org.joda.time.DateTime |
getEndDate()
Gets the value of the endDate property.
|
String |
getMedicineType()
Gets the value of the medicineType property.
|
ConsultTextType |
getName()
Gets the value of the name property.
|
String |
getOfficialName()
Gets the value of the officialName property.
|
ConsultTextType |
getPrescriptionName()
Gets the value of the prescriptionName property.
|
ConsultTextType |
getProprietarySuffix()
Gets the value of the proprietarySuffix property.
|
org.joda.time.DateTime |
getStartDate()
Gets the value of the startDate property.
|
Integer |
getVmpCode()
Gets the value of the vmpCode property.
|
boolean |
isBlackTriangle()
Gets the value of the blackTriangle property.
|
void |
setAbbreviatedName(ConsultTextType value)
Sets the value of the abbreviatedName property.
|
void |
setBlackTriangle(boolean value)
Sets the value of the blackTriangle property.
|
void |
setCode(String value)
Sets the value of the code property.
|
void |
setCompanyActorNr(String value)
Sets the value of the companyActorNr property.
|
void |
setEndDate(org.joda.time.DateTime value)
Sets the value of the endDate property.
|
void |
setMedicineType(String value)
Sets the value of the medicineType property.
|
void |
setName(ConsultTextType value)
Sets the value of the name property.
|
void |
setOfficialName(String value)
Sets the value of the officialName property.
|
void |
setPrescriptionName(ConsultTextType value)
Sets the value of the prescriptionName property.
|
void |
setProprietarySuffix(ConsultTextType value)
Sets the value of the proprietarySuffix property.
|
void |
setStartDate(org.joda.time.DateTime value)
Sets the value of the startDate property.
|
void |
setVmpCode(Integer value)
Sets the value of the vmpCode property.
|
public ConsultTextType getName()
ConsultTextTypepublic void setName(ConsultTextType value)
value - allowed object is
ConsultTextTypepublic boolean isBlackTriangle()
public void setBlackTriangle(boolean value)
public String getMedicineType()
Stringpublic void setMedicineType(String value)
value - allowed object is
Stringpublic String getOfficialName()
Stringpublic void setOfficialName(String value)
value - allowed object is
Stringpublic ConsultTextType getAbbreviatedName()
ConsultTextTypepublic void setAbbreviatedName(ConsultTextType value)
value - allowed object is
ConsultTextTypepublic ConsultTextType getProprietarySuffix()
ConsultTextTypepublic void setProprietarySuffix(ConsultTextType value)
value - allowed object is
ConsultTextTypepublic ConsultTextType getPrescriptionName()
ConsultTextTypepublic void setPrescriptionName(ConsultTextType value)
value - allowed object is
ConsultTextTypepublic String getCompanyActorNr()
Stringpublic void setCompanyActorNr(String value)
value - allowed object is
Stringpublic List<AdditionalFieldsType> getAdditionalFields()
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 additionalFields property.
For example, to add a new item, do as follows:
getAdditionalFields().add(newItem);
Objects of the following type(s) are allowed in the list
AdditionalFieldsType
public List<ConsultAmpComponentType> getAmpComponents()
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 ampComponents property.
For example, to add a new item, do as follows:
getAmpComponents().add(newItem);
Objects of the following type(s) are allowed in the list
ConsultAmpComponentType
public List<ConsultAmppType> getAmpps()
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 ampps property.
For example, to add a new item, do as follows:
getAmpps().add(newItem);
Objects of the following type(s) are allowed in the list
ConsultAmppType
public String getCode()
Stringpublic void setCode(String value)
value - allowed object is
Stringpublic Integer getVmpCode()
Integerpublic void setVmpCode(Integer value)
value - allowed object is
Integerpublic 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
Connector Packaging generic 4.6.0 API
Copyright © {inceptionYear}-2024 eHealth. All Rights Reserved.