Package org.hl7.v3

Enum Class UnderwriterParticipationFunction

java.lang.Object
java.lang.Enum<UnderwriterParticipationFunction>
org.hl7.v3.UnderwriterParticipationFunction
All Implemented Interfaces:
Serializable, Comparable<UnderwriterParticipationFunction>, Constable

public enum UnderwriterParticipationFunction extends Enum<UnderwriterParticipationFunction>

Java class for UnderwriterParticipationFunction.

The following schema fragment specifies the expected content contained within this class.

 <simpleType name="UnderwriterParticipationFunction">
   <restriction base="{urn:hl7-org:v3}cs">
     <enumeration value="PAYORCNTR"/>
     <enumeration value="REINS"/>
     <enumeration value="RETROCES"/>
     <enumeration value="SUBCTRT"/>
     <enumeration value="UNDERWRTNG"/>
   </restriction>
 </simpleType>