ca.uhn.hl7v2.conf.classes.generator.builders
Class ConformanceComponentBuilder

java.lang.Object
  extended by ca.uhn.hl7v2.conf.classes.generator.builders.ConformanceComponentBuilder

public class ConformanceComponentBuilder
extends java.lang.Object

This class builds Conformance Component Classes

Author:
James AgnewPaul BrohmanMitch DelachevrotiereShawn DyckCory Metcalf

Constructor Summary
ConformanceComponentBuilder(java.lang.String packageName, DeploymentManager depManager, java.lang.String versionString)
          This constructor will create a new ConformanceComponentBuilder
 
Method Summary
 void buildClass(Component comp)
          This method builds a Conformance Component Class
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConformanceComponentBuilder

public ConformanceComponentBuilder(java.lang.String packageName,
                                   DeploymentManager depManager,
                                   java.lang.String versionString)
This constructor will create a new ConformanceComponentBuilder

Parameters:
packageName - the name of the package
versionString - the version of HL7 which these classes are conforming to
depManager - the instance of DeploymentManager
Method Detail

buildClass

public void buildClass(Component comp)
This method builds a Conformance Component Class

Parameters:
comp - the Component to build