ca.uhn.hl7v3.sourcegen
Class ComponentDefinition
java.lang.Object
ca.uhn.hl7v3.sourcegen.ComponentDefinition
public class ComponentDefinition
- extends java.lang.Object
Contains information about a RIM data type component, for the purpose of generating source
code for a RIM data type.
- Author:
- Bryan Tripp
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ComponentDefinition
public ComponentDefinition()
- Creates a new instance of ComponentDefinition
setName
public void setName(java.lang.String name)
getName
public java.lang.String getName()
setDataType
public void setDataType(java.lang.String dataType)
getDataType
public java.lang.String getDataType()
setDescription
public void setDescription(java.lang.String description)
getDescription
public java.lang.String getDescription()
Copyright © 2001-2011 University Health Network. All Rights Reserved.