org.hl7.rim

Interface AttentionLine

public interface AttentionLine extends RimObject, InfrastructureRoot

Interface for RIM class AttentionLine.

This class allows parameters for a technology specific transport to be represented in the V3 message outer wrapper.

Method Summary
SCgetKeyWordText()
Gets attribute keyWordText of type SC and cardinality 0..1.
TransmissiongetTransmission()
Gets association 'transmission' to RIM class Transmission with cardinality (1..1).
STgetValue()
Gets attribute value of type ST and cardinality 0..1.
voidsetKeyWordText(SC value)
Sets attribute keyWordText of type SC and cardinality 0..1.
voidsetTransmission(Transmission value)
Sets association 'transmission' to RIM class Transmission with cardinality (1..1).
voidsetValue(ST value)
Sets attribute value of type ST and cardinality 0..1.

Method Detail

getKeyWordText

public SC getKeyWordText()
Gets attribute keyWordText of type SC and cardinality 0..1.

A parameter defining word.

Returns: the attribute value

getTransmission

public Transmission getTransmission()
Gets association 'transmission' to RIM class Transmission with cardinality (1..1).

This relationship allows parameters for a technology-specific transport to be represented in the V3 transmission outer wrapper.

Returns: the reference to the linked class

getValue

public ST getValue()
Gets attribute value of type ST and cardinality 0..1.

A parameter value.

Returns: the attribute value

setKeyWordText

public void setKeyWordText(SC value)
Sets attribute keyWordText of type SC and cardinality 0..1.

A parameter defining word.

Parameters: value the new attribute value

setTransmission

public void setTransmission(Transmission value)
Sets association 'transmission' to RIM class Transmission with cardinality (1..1).

This relationship allows parameters for a technology-specific transport to be represented in the V3 transmission outer wrapper.

Parameters: value the new association value

setValue

public void setValue(ST value)
Sets attribute value of type ST and cardinality 0..1.

A parameter value.

Parameters: value the new attribute value