|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbe.fgov.ehealth.dics.protocol.v3.ConsultAmpType
@Generated(value="com.sun.tools.xjc.Driver",
date="2022-12-12T05:04:09+01:00",
comments="JAXB RI v2.2.11")
public class ConsultAmpType
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="Status" type="{urn:be:fgov:ehealth:dics:core:v3:actual:common}AmpStatusType"/>
<element name="Name" type="{urn:be:fgov:ehealth:dics:protocol:v3}ConsultTextType"/>
<element name="BlackTriangle" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="MedicineType" type="{urn:be:fgov:ehealth:dics:core:v3:actual:common}MedicineTypeType"/>
<element name="OfficialName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="AbbreviatedName" type="{urn:be:fgov:ehealth:dics:protocol:v3}ConsultTextType" minOccurs="0"/>
<element name="ProprietarySuffix" type="{urn:be:fgov:ehealth:dics:protocol:v3}ConsultTextType" minOccurs="0"/>
<element name="PrescriptionName" type="{urn:be:fgov:ehealth:dics:protocol:v3}ConsultTextType" minOccurs="0"/>
<element name="CompanyActorNr" type="{urn:be:fgov:ehealth:dics:core:v3:core}CompanyActorNrType"/>
<element name="AmpComponent" type="{urn:be:fgov:ehealth:dics:protocol:v3}ConsultAmpComponentType" maxOccurs="unbounded"/>
<element name="Ampp" type="{urn:be:fgov:ehealth:dics:protocol:v3}ConsultAmppType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attGroup ref="{urn:be:fgov:ehealth:dics:protocol:v3}validityPeriod"/>
<attribute name="Code" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="VmpCode" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" />
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
ConsultAmpType()
|
|
| Method Summary | |
|---|---|
ConsultTextType |
getAbbreviatedName()
Gets the value of the abbreviatedName 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. |
String |
getStatus()
Gets the value of the status property. |
BigInteger |
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 |
setStatus(String value)
Sets the value of the status property. |
void |
setVmpCode(BigInteger value)
Sets the value of the vmpCode property. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ConsultAmpType()
| Method Detail |
|---|
public String getStatus()
Stringpublic void setStatus(String value)
value - allowed object is
Stringpublic 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<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 BigInteger getVmpCode()
BigIntegerpublic void setVmpCode(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 | |||||||||