org.tolven.ccr
Class PositionType

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

public class PositionType
extends CodedDescriptionType

Java class for PositionType complex type.


Nested Class Summary
 
Nested classes/interfaces inherited from class org.tolven.ccr.CodedDescriptionType
CodedDescriptionType.ObjectAttribute
 
Constructor Summary
PositionType()
           
 
Method Summary
 CodedDescriptionType getMultiplePositionModifier()
          Gets the value of the multiplePositionModifier property.
 java.math.BigInteger getPositionSequencePosition()
          Gets the value of the positionSequencePosition property.
 void setMultiplePositionModifier(CodedDescriptionType value)
          Sets the value of the multiplePositionModifier property.
 void setPositionSequencePosition(java.math.BigInteger value)
          Sets the value of the positionSequencePosition 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

PositionType

public PositionType()
Method Detail

getPositionSequencePosition

public java.math.BigInteger getPositionSequencePosition()
Gets the value of the positionSequencePosition property.

Returns:
possible object is BigInteger

setPositionSequencePosition

public void setPositionSequencePosition(java.math.BigInteger value)
Sets the value of the positionSequencePosition property.

Parameters:
value - allowed object is BigInteger

getMultiplePositionModifier

public CodedDescriptionType getMultiplePositionModifier()
Gets the value of the multiplePositionModifier property.

Returns:
possible object is CodedDescriptionType

setMultiplePositionModifier

public void setMultiplePositionModifier(CodedDescriptionType value)
Sets the value of the multiplePositionModifier property.

Parameters:
value - allowed object is CodedDescriptionType