|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbe.fgov.ehealth.dics.protocol.v5.ConsultVmpType
@Generated(value="com.sun.tools.xjc.Driver",
date="2023-04-04T03:57:04+02:00",
comments="JAXB RI v2.3.6")
public class ConsultVmpType
Java class for ConsultVmpType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ConsultVmpType">
<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="Abbreviation" type="{urn:be:fgov:ehealth:dics:protocol:v5}ConsultTextType"/>
<element name="Wada" type="{urn:be:fgov:ehealth:dics:protocol:v5}ConsultWadaType" maxOccurs="unbounded" minOccurs="0"/>
<element name="AdditionalFields" type="{urn:be:fgov:ehealth:dics:protocol:v5}AdditionalFieldsType" maxOccurs="unbounded" minOccurs="0"/>
<element name="CommentedClassification" type="{urn:be:fgov:ehealth:dics:protocol:v5}ConsultCommentedClassificationType" maxOccurs="unbounded" minOccurs="0"/>
<element name="VmpGroup" type="{urn:be:fgov:ehealth:dics:protocol:v5}ConsultVmpGroupType"/>
<element name="Vtm" type="{urn:be:fgov:ehealth:dics:protocol:v5}ConsultVtmType" minOccurs="0"/>
<element name="VmpComponent" type="{urn:be:fgov:ehealth:dics:protocol:v5}ConsultVmpComponentType" maxOccurs="unbounded"/>
</sequence>
<attGroup ref="{urn:be:fgov:ehealth:dics:protocol:v5}validityPeriod"/>
<attribute name="Code" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
ConsultVmpType()
|
|
| Method Summary | |
|---|---|
ConsultTextType |
getAbbreviation()
Gets the value of the abbreviation property. |
List<AdditionalFieldsType> |
getAdditionalFields()
Gets the value of the additionalFields property. |
int |
getCode()
Gets the value of the code property. |
List<ConsultCommentedClassificationType> |
getCommentedClassifications()
Gets the value of the commentedClassifications property. |
org.joda.time.DateTime |
getEndDate()
Gets the value of the endDate property. |
ConsultTextType |
getName()
Gets the value of the name property. |
org.joda.time.DateTime |
getStartDate()
Gets the value of the startDate property. |
List<ConsultVmpComponentType> |
getVmpComponents()
Gets the value of the vmpComponents property. |
ConsultVmpGroupType |
getVmpGroup()
Gets the value of the vmpGroup property. |
ConsultVtmType |
getVtm()
Gets the value of the vtm property. |
List<ConsultWadaType> |
getWadas()
Gets the value of the wadas property. |
void |
setAbbreviation(ConsultTextType value)
Sets the value of the abbreviation property. |
void |
setCode(int value)
Sets the value of the code property. |
void |
setEndDate(org.joda.time.DateTime value)
Sets the value of the endDate property. |
void |
setName(ConsultTextType value)
Sets the value of the name property. |
void |
setStartDate(org.joda.time.DateTime value)
Sets the value of the startDate property. |
void |
setVmpGroup(ConsultVmpGroupType value)
Sets the value of the vmpGroup property. |
void |
setVtm(ConsultVtmType value)
Sets the value of the vtm property. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ConsultVmpType()
| Method Detail |
|---|
public ConsultTextType getName()
ConsultTextTypepublic void setName(ConsultTextType value)
value - allowed object is
ConsultTextTypepublic ConsultTextType getAbbreviation()
ConsultTextTypepublic void setAbbreviation(ConsultTextType value)
value - allowed object is
ConsultTextTypepublic List<ConsultWadaType> getWadas()
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 wadas property.
For example, to add a new item, do as follows:
getWadas().add(newItem);
Objects of the following type(s) are allowed in the list
ConsultWadaType
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<ConsultCommentedClassificationType> getCommentedClassifications()
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 commentedClassifications property.
For example, to add a new item, do as follows:
getCommentedClassifications().add(newItem);
Objects of the following type(s) are allowed in the list
ConsultCommentedClassificationType
public ConsultVmpGroupType getVmpGroup()
ConsultVmpGroupTypepublic void setVmpGroup(ConsultVmpGroupType value)
value - allowed object is
ConsultVmpGroupTypepublic ConsultVtmType getVtm()
ConsultVtmTypepublic void setVtm(ConsultVtmType value)
value - allowed object is
ConsultVtmTypepublic List<ConsultVmpComponentType> getVmpComponents()
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 vmpComponents property.
For example, to add a new item, do as follows:
getVmpComponents().add(newItem);
Objects of the following type(s) are allowed in the list
ConsultVmpComponentType
public int getCode()
public void setCode(int value)
public 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 | |||||||||