be.fgov.ehealth.dics.protocol.v2
Class ConsultVmpType

java.lang.Object
  extended by be.fgov.ehealth.dics.core.v2.core.VmpKeyType
      extended by be.fgov.ehealth.dics.protocol.v2.ConsultVmpType
All Implemented Interfaces:
Serializable

@Generated(value="com.sun.tools.xjc.Driver",
           date="2016-10-28T03:13:17+02:00",
           comments="JAXB RI v2.2.6")
public class ConsultVmpType
extends VmpKeyType
implements Serializable

Java class for ConsultVmpType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="ConsultVmpType">
   <complexContent>
     <extension base="{urn:be:fgov:ehealth:dics:core:v2:core}VmpKeyType">
       <sequence>
         <element name="Name" type="{urn:be:fgov:ehealth:dics:protocol:v2}ConsultTextType"/>
         <element name="Abbreviation" type="{urn:be:fgov:ehealth:dics:protocol:v2}ConsultTextType"/>
         <element name="Wada" type="{urn:be:fgov:ehealth:dics:protocol:v2}WadaType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="CommentedClassification" type="{urn:be:fgov:ehealth:dics:protocol:v2}ConsultCommentedClassificationType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="VmpGroup" type="{urn:be:fgov:ehealth:dics:protocol:v2}ConsultVmpGroupType"/>
         <element name="Vtm" type="{urn:be:fgov:ehealth:dics:protocol:v2}ConsultVtmType" minOccurs="0"/>
         <element name="VmpComponent" type="{urn:be:fgov:ehealth:dics:protocol:v2}ConsultVmpComponentType" maxOccurs="unbounded"/>
       </sequence>
       <attGroup ref="{urn:be:fgov:ehealth:dics:protocol:v2}validityPeriod"/>
     </extension>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
ConsultVmpType()
           
 
Method Summary
 ConsultTextType getAbbreviation()
          Gets the value of the abbreviation property.
 List<ConsultCommentedClassificationType> getCommentedClassifications()
          Gets the value of the commentedClassifications property.
 org.joda.time.DateTime getFrom()
          Gets the value of the from property.
 ConsultTextType getName()
          Gets the value of the name property.
 org.joda.time.DateTime getTo()
          Gets the value of the to 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<WadaType> getWadas()
          Gets the value of the wadas property.
 void setAbbreviation(ConsultTextType value)
          Sets the value of the abbreviation property.
 void setFrom(org.joda.time.DateTime value)
          Sets the value of the from property.
 void setName(ConsultTextType value)
          Sets the value of the name property.
 void setTo(org.joda.time.DateTime value)
          Sets the value of the to 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 be.fgov.ehealth.dics.core.v2.core.VmpKeyType
getCode, setCode
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConsultVmpType

public ConsultVmpType()
Method Detail

getName

public ConsultTextType getName()
Gets the value of the name property.

Returns:
possible object is ConsultTextType

setName

public void setName(ConsultTextType value)
Sets the value of the name property.

Parameters:
value - allowed object is ConsultTextType

getAbbreviation

public ConsultTextType getAbbreviation()
Gets the value of the abbreviation property.

Returns:
possible object is ConsultTextType

setAbbreviation

public void setAbbreviation(ConsultTextType value)
Sets the value of the abbreviation property.

Parameters:
value - allowed object is ConsultTextType

getWadas

public List<WadaType> getWadas()
Gets the value of the wadas property.

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 WadaType


getCommentedClassifications

public List<ConsultCommentedClassificationType> getCommentedClassifications()
Gets the value of the commentedClassifications property.

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


getVmpGroup

public ConsultVmpGroupType getVmpGroup()
Gets the value of the vmpGroup property.

Returns:
possible object is ConsultVmpGroupType

setVmpGroup

public void setVmpGroup(ConsultVmpGroupType value)
Sets the value of the vmpGroup property.

Parameters:
value - allowed object is ConsultVmpGroupType

getVtm

public ConsultVtmType getVtm()
Gets the value of the vtm property.

Returns:
possible object is ConsultVtmType

setVtm

public void setVtm(ConsultVtmType value)
Sets the value of the vtm property.

Parameters:
value - allowed object is ConsultVtmType

getVmpComponents

public List<ConsultVmpComponentType> getVmpComponents()
Gets the value of the vmpComponents property.

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


getFrom

public org.joda.time.DateTime getFrom()
Gets the value of the from property.

Returns:
possible object is String

setFrom

public void setFrom(org.joda.time.DateTime value)
Sets the value of the from property.

Parameters:
value - allowed object is String

getTo

public org.joda.time.DateTime getTo()
Gets the value of the to property.

Returns:
possible object is String

setTo

public void setTo(org.joda.time.DateTime value)
Sets the value of the to property.

Parameters:
value - allowed object is String



Connector Business ORGPHARMACY 3.11.1 API
Copyright © {inceptionYear}-2016 eHealth. All Rights Reserved.