org.tolven.ccr
Class IndicationType

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

public class IndicationType
extends java.lang.Object

Java class for IndicationType complex type.


Nested Class Summary
static class IndicationType.PhysiologicalParameter
          Java class for anonymous complex type.
 
Constructor Summary
IndicationType()
           
 
Method Summary
 java.util.List<java.lang.String> getCommentID()
          Gets the value of the commentID property.
 java.util.List<CodedDescriptionType> getDescription()
          Gets the value of the description property.
 java.math.BigInteger getIndicationSequencePosition()
          Gets the value of the indicationSequencePosition property.
 java.util.List<InternalCCRLink> getInternalCCRLink()
          Gets the value of the internalCCRLink property.
 CodedDescriptionType getMultipleIndicationModifier()
          Gets the value of the multipleIndicationModifier property.
 java.util.List<IndicationType.PhysiologicalParameter> getPhysiologicalParameter()
          Gets the value of the physiologicalParameter property.
 CodedDescriptionType getPRNFlag()
          Gets the value of the prnFlag property.
 java.util.List<ProblemType> getProblem()
          Gets the value of the problem property.
 java.util.List<java.lang.String> getReferenceID()
          Gets the value of the referenceID property.
 java.util.List<CCRCodedDataObjectType.Signature> getSignature()
          Gets the value of the signature property.
 java.util.List<SourceType> getSource()
          Gets the value of the source property.
 void setIndicationSequencePosition(java.math.BigInteger value)
          Sets the value of the indicationSequencePosition property.
 void setMultipleIndicationModifier(CodedDescriptionType value)
          Sets the value of the multipleIndicationModifier property.
 void setPRNFlag(CodedDescriptionType value)
          Sets the value of the prnFlag property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IndicationType

public IndicationType()
Method Detail

getPRNFlag

public CodedDescriptionType getPRNFlag()
Gets the value of the prnFlag property.

Returns:
possible object is CodedDescriptionType

setPRNFlag

public void setPRNFlag(CodedDescriptionType value)
Sets the value of the prnFlag property.

Parameters:
value - allowed object is CodedDescriptionType

getDescription

public java.util.List<CodedDescriptionType> getDescription()
Gets the value of the description 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 description property.

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

    getDescription().add(newItem);
 

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


getProblem

public java.util.List<ProblemType> getProblem()
Gets the value of the problem 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 problem property.

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

    getProblem().add(newItem);
 

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


getPhysiologicalParameter

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

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

    getPhysiologicalParameter().add(newItem);
 

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


getSource

public java.util.List<SourceType> getSource()
Gets the value of the source 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 source property.

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

    getSource().add(newItem);
 

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


getInternalCCRLink

public java.util.List<InternalCCRLink> getInternalCCRLink()
Gets the value of the internalCCRLink 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 internalCCRLink property.

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

    getInternalCCRLink().add(newItem);
 

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


getReferenceID

public java.util.List<java.lang.String> getReferenceID()
Gets the value of the referenceID 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 referenceID property.

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

    getReferenceID().add(newItem);
 

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


getCommentID

public java.util.List<java.lang.String> getCommentID()
Gets the value of the commentID 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 commentID property.

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

    getCommentID().add(newItem);
 

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


getSignature

public java.util.List<CCRCodedDataObjectType.Signature> getSignature()
Gets the value of the signature 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 signature property.

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

    getSignature().add(newItem);
 

Objects of the following type(s) are allowed in the list CCRCodedDataObjectType.Signature


getIndicationSequencePosition

public java.math.BigInteger getIndicationSequencePosition()
Gets the value of the indicationSequencePosition property.

Returns:
possible object is BigInteger

setIndicationSequencePosition

public void setIndicationSequencePosition(java.math.BigInteger value)
Sets the value of the indicationSequencePosition property.

Parameters:
value - allowed object is BigInteger

getMultipleIndicationModifier

public CodedDescriptionType getMultipleIndicationModifier()
Gets the value of the multipleIndicationModifier property.

Returns:
possible object is CodedDescriptionType

setMultipleIndicationModifier

public void setMultipleIndicationModifier(CodedDescriptionType value)
Sets the value of the multipleIndicationModifier property.

Parameters:
value - allowed object is CodedDescriptionType