org.tolven.ccr
Class InstructionType

java.lang.Object
  extended by org.tolven.ccr.CodedDescriptionType
      extended by org.tolven.ccr.InstructionType

public class InstructionType
extends CodedDescriptionType

Java class for InstructionType complex type.


Nested Class Summary
 
Nested classes/interfaces inherited from class org.tolven.ccr.CodedDescriptionType
CodedDescriptionType.ObjectAttribute
 
Constructor Summary
InstructionType()
           
 
Method Summary
 java.math.BigInteger getInstructionSequencePosition()
          Gets the value of the instructionSequencePosition property.
 CodedDescriptionType getMultipleInstructionModifier()
          Gets the value of the multipleInstructionModifier property.
 void setInstructionSequencePosition(java.math.BigInteger value)
          Sets the value of the instructionSequencePosition property.
 void setMultipleInstructionModifier(CodedDescriptionType value)
          Sets the value of the multipleInstructionModifier property.
 
Methods inherited from class org.tolven.ccr.CodedDescriptionType
getCode, getObjectAttribute, getText, setText
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InstructionType

public InstructionType()
Method Detail

getInstructionSequencePosition

public java.math.BigInteger getInstructionSequencePosition()
Gets the value of the instructionSequencePosition property.

Returns:
possible object is BigInteger

setInstructionSequencePosition

public void setInstructionSequencePosition(java.math.BigInteger value)
Sets the value of the instructionSequencePosition property.

Parameters:
value - allowed object is BigInteger

getMultipleInstructionModifier

public CodedDescriptionType getMultipleInstructionModifier()
Gets the value of the multipleInstructionModifier property.

Returns:
possible object is CodedDescriptionType

setMultipleInstructionModifier

public void setMultipleInstructionModifier(CodedDescriptionType value)
Sets the value of the multipleInstructionModifier property.

Parameters:
value - allowed object is CodedDescriptionType