@Generated(value="com.sun.tools.xjc.Driver", date="2024-04-08T03:28:54+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()
ConsultTextType
public void setName(ConsultTextType value)
value
- allowed object is
ConsultTextType
public boolean isBlackTriangle()
public void setBlackTriangle(boolean value)
public String getMedicineType()
String
public void setMedicineType(String value)
value
- allowed object is
String
public String getOfficialName()
String
public void setOfficialName(String value)
value
- allowed object is
String
public ConsultTextType getAbbreviatedName()
ConsultTextType
public void setAbbreviatedName(ConsultTextType value)
value
- allowed object is
ConsultTextType
public ConsultTextType getProprietarySuffix()
ConsultTextType
public void setProprietarySuffix(ConsultTextType value)
value
- allowed object is
ConsultTextType
public ConsultTextType getPrescriptionName()
ConsultTextType
public void setPrescriptionName(ConsultTextType value)
value
- allowed object is
ConsultTextType
public String getCompanyActorNr()
String
public void setCompanyActorNr(String value)
value
- allowed object is
String
public 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()
String
public void setCode(String value)
value
- allowed object is
String
public Integer getVmpCode()
Integer
public void setVmpCode(Integer value)
value
- allowed object is
Integer
public org.joda.time.DateTime getStartDate()
String
public void setStartDate(org.joda.time.DateTime value)
value
- allowed object is
String
public org.joda.time.DateTime getEndDate()
String
public void setEndDate(org.joda.time.DateTime value)
value
- allowed object is
String
Connector Packaging PERSPHYSICIAN 4.5.4 API
Copyright © {inceptionYear}-2024 eHealth. All Rights Reserved.