001    package ca.uhn.hl7v2.conf.spec.message;
002    
003    /**
004     *
005     * @author Bryan Tripp
006     */
007    public class Predicate {
008        
009        /** Creates a new instance of Predicate */
010        public Predicate() {
011        }
012        
013    }