Package org.hl7.v3

Enum Class NonRigidContainerEntityType

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

public enum NonRigidContainerEntityType extends Enum<NonRigidContainerEntityType>

Java class for NonRigidContainerEntityType.

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

 <simpleType name="NonRigidContainerEntityType">
   <restriction base="{urn:hl7-org:v3}cs">
     <enumeration value="BAG"/>
     <enumeration value="PACKT"/>
     <enumeration value="PCH"/>
     <enumeration value="SACH"/>
   </restriction>
 </simpleType>