Package org.hl7.v3

Enum Class PersonNamePartAffixTypes

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

public enum PersonNamePartAffixTypes extends Enum<PersonNamePartAffixTypes>

Java class for PersonNamePartAffixTypes.

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

 <simpleType name="PersonNamePartAffixTypes">
   <restriction base="{urn:hl7-org:v3}cs">
     <enumeration value="AC"/>
     <enumeration value="NB"/>
     <enumeration value="PR"/>
     <enumeration value="VV"/>
   </restriction>
 </simpleType>