org.tolven.ccr
Class Direction

java.lang.Object
  extended by org.tolven.ccr.Direction

public class Direction
extends java.lang.Object

Java class for Direction element declaration.


Nested Class Summary
static class Direction.AdministrationTiming
          Java class for anonymous complex type.
static class Direction.Dose
          Java class for anonymous complex type.
static class Direction.DoseCalculation
          Java class for anonymous complex type.
static class Direction.DoseRestriction
          Java class for anonymous complex type.
static class Direction.Route
          Java class for anonymous complex type.
 
Constructor Summary
Direction()
           
 
Method Summary
 java.util.List<Direction.AdministrationTiming> getAdministrationTiming()
          Gets the value of the administrationTiming property.
 CodedDescriptionType getDeliveryMethod()
          Gets the value of the deliveryMethod property.
 CodedDescriptionType getDescription()
          Gets the value of the description property.
 java.math.BigInteger getDirectionSequencePosition()
          Gets the value of the directionSequencePosition property.
 java.util.List<Direction.Dose> getDose()
          Gets the value of the dose property.
 java.util.List<Direction.DoseCalculation> getDoseCalculation()
          Gets the value of the doseCalculation property.
 CodedDescriptionType getDoseIndicator()
          Gets the value of the doseIndicator property.
 java.util.List<Direction.DoseRestriction> getDoseRestriction()
          Gets the value of the doseRestriction property.
 java.util.List<DurationType> getDuration()
          Gets the value of the duration property.
 java.util.List<FrequencyType> getFrequency()
          Gets the value of the frequency property.
 java.util.List<IndicationType> getIndication()
          Gets the value of the indication property.
 java.util.List<IntervalType> getInterval()
          Gets the value of the interval property.
 CodedDescriptionType getMultipleDirectionModifier()
          Gets the value of the multipleDirectionModifier property.
 java.util.List<Direction.Route> getRoute()
          Gets the value of the route property.
 java.util.List<SiteType> getSite()
          Gets the value of the site property.
 CodedDescriptionType getStopIndicator()
          Gets the value of the stopIndicator property.
 java.util.List<VehicleType> getVehicle()
          Gets the value of the vehicle property.
 void setDeliveryMethod(CodedDescriptionType value)
          Sets the value of the deliveryMethod property.
 void setDescription(CodedDescriptionType value)
          Sets the value of the description property.
 void setDirectionSequencePosition(java.math.BigInteger value)
          Sets the value of the directionSequencePosition property.
 void setDoseIndicator(CodedDescriptionType value)
          Sets the value of the doseIndicator property.
 void setMultipleDirectionModifier(CodedDescriptionType value)
          Sets the value of the multipleDirectionModifier property.
 void setStopIndicator(CodedDescriptionType value)
          Sets the value of the stopIndicator property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Direction

public Direction()
Method Detail

getDescription

public CodedDescriptionType getDescription()
Gets the value of the description property.

Returns:
possible object is CodedDescriptionType

setDescription

public void setDescription(CodedDescriptionType value)
Sets the value of the description property.

Parameters:
value - allowed object is CodedDescriptionType

getDoseIndicator

public CodedDescriptionType getDoseIndicator()
Gets the value of the doseIndicator property.

Returns:
possible object is CodedDescriptionType

setDoseIndicator

public void setDoseIndicator(CodedDescriptionType value)
Sets the value of the doseIndicator property.

Parameters:
value - allowed object is CodedDescriptionType

getDeliveryMethod

public CodedDescriptionType getDeliveryMethod()
Gets the value of the deliveryMethod property.

Returns:
possible object is CodedDescriptionType

setDeliveryMethod

public void setDeliveryMethod(CodedDescriptionType value)
Sets the value of the deliveryMethod property.

Parameters:
value - allowed object is CodedDescriptionType

getDose

public java.util.List<Direction.Dose> getDose()
Gets the value of the dose 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 dose property.

For example, to add a new item, do as follows:

    getDose().add(newItem);
 

Objects of the following type(s) are allowed in the list Direction.Dose


getDoseCalculation

public java.util.List<Direction.DoseCalculation> getDoseCalculation()
Gets the value of the doseCalculation 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 doseCalculation property.

For example, to add a new item, do as follows:

    getDoseCalculation().add(newItem);
 

Objects of the following type(s) are allowed in the list Direction.DoseCalculation


getVehicle

public java.util.List<VehicleType> getVehicle()
Gets the value of the vehicle 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 vehicle property.

For example, to add a new item, do as follows:

    getVehicle().add(newItem);
 

Objects of the following type(s) are allowed in the list VehicleType


getRoute

public java.util.List<Direction.Route> getRoute()
Gets the value of the route 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 route property.

For example, to add a new item, do as follows:

    getRoute().add(newItem);
 

Objects of the following type(s) are allowed in the list Direction.Route


getSite

public java.util.List<SiteType> getSite()
Gets the value of the site 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 site property.

For example, to add a new item, do as follows:

    getSite().add(newItem);
 

Objects of the following type(s) are allowed in the list SiteType


getAdministrationTiming

public java.util.List<Direction.AdministrationTiming> getAdministrationTiming()
Gets the value of the administrationTiming 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 administrationTiming property.

For example, to add a new item, do as follows:

    getAdministrationTiming().add(newItem);
 

Objects of the following type(s) are allowed in the list Direction.AdministrationTiming


getFrequency

public java.util.List<FrequencyType> getFrequency()
Gets the value of the frequency 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 frequency property.

For example, to add a new item, do as follows:

    getFrequency().add(newItem);
 

Objects of the following type(s) are allowed in the list FrequencyType


getInterval

public java.util.List<IntervalType> getInterval()
Gets the value of the interval 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 interval property.

For example, to add a new item, do as follows:

    getInterval().add(newItem);
 

Objects of the following type(s) are allowed in the list IntervalType


getDuration

public java.util.List<DurationType> getDuration()
Gets the value of the duration 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 duration property.

For example, to add a new item, do as follows:

    getDuration().add(newItem);
 

Objects of the following type(s) are allowed in the list DurationType


getDoseRestriction

public java.util.List<Direction.DoseRestriction> getDoseRestriction()
Gets the value of the doseRestriction 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 doseRestriction property.

For example, to add a new item, do as follows:

    getDoseRestriction().add(newItem);
 

Objects of the following type(s) are allowed in the list Direction.DoseRestriction


getIndication

public java.util.List<IndicationType> getIndication()
Gets the value of the indication 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 indication property.

For example, to add a new item, do as follows:

    getIndication().add(newItem);
 

Objects of the following type(s) are allowed in the list IndicationType


getStopIndicator

public CodedDescriptionType getStopIndicator()
Gets the value of the stopIndicator property.

Returns:
possible object is CodedDescriptionType

setStopIndicator

public void setStopIndicator(CodedDescriptionType value)
Sets the value of the stopIndicator property.

Parameters:
value - allowed object is CodedDescriptionType

getDirectionSequencePosition

public java.math.BigInteger getDirectionSequencePosition()
Gets the value of the directionSequencePosition property.

Returns:
possible object is BigInteger

setDirectionSequencePosition

public void setDirectionSequencePosition(java.math.BigInteger value)
Sets the value of the directionSequencePosition property.

Parameters:
value - allowed object is BigInteger

getMultipleDirectionModifier

public CodedDescriptionType getMultipleDirectionModifier()
Gets the value of the multipleDirectionModifier property.

Returns:
possible object is CodedDescriptionType

setMultipleDirectionModifier

public void setMultipleDirectionModifier(CodedDescriptionType value)
Sets the value of the multipleDirectionModifier property.

Parameters:
value - allowed object is CodedDescriptionType