|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.tolven.ccr.Direction
public class Direction
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 |
|---|
public Direction()
| Method Detail |
|---|
public CodedDescriptionType getDescription()
CodedDescriptionTypepublic void setDescription(CodedDescriptionType value)
value - allowed object is
CodedDescriptionTypepublic CodedDescriptionType getDoseIndicator()
CodedDescriptionTypepublic void setDoseIndicator(CodedDescriptionType value)
value - allowed object is
CodedDescriptionTypepublic CodedDescriptionType getDeliveryMethod()
CodedDescriptionTypepublic void setDeliveryMethod(CodedDescriptionType value)
value - allowed object is
CodedDescriptionTypepublic java.util.List<Direction.Dose> getDose()
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
public java.util.List<Direction.DoseCalculation> getDoseCalculation()
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
public java.util.List<VehicleType> getVehicle()
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
public java.util.List<Direction.Route> getRoute()
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
public java.util.List<SiteType> getSite()
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
public java.util.List<Direction.AdministrationTiming> getAdministrationTiming()
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
public java.util.List<FrequencyType> getFrequency()
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
public java.util.List<IntervalType> getInterval()
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
public java.util.List<DurationType> getDuration()
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
public java.util.List<Direction.DoseRestriction> getDoseRestriction()
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
public java.util.List<IndicationType> getIndication()
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
public CodedDescriptionType getStopIndicator()
CodedDescriptionTypepublic void setStopIndicator(CodedDescriptionType value)
value - allowed object is
CodedDescriptionTypepublic java.math.BigInteger getDirectionSequencePosition()
BigIntegerpublic void setDirectionSequencePosition(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic CodedDescriptionType getMultipleDirectionModifier()
CodedDescriptionTypepublic void setMultipleDirectionModifier(CodedDescriptionType value)
value - allowed object is
CodedDescriptionType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||