ca.uhn.hl7v3.sourcegen
Class ComponentDefinition

java.lang.Object
  extended by ca.uhn.hl7v3.sourcegen.ComponentDefinition

Deprecated.

public class ComponentDefinition
extends Object

Contains information about a RIM data type component, for the purpose of generating source code for a RIM data type.

Author:
Bryan Tripp

Constructor Summary
ComponentDefinition()
          Deprecated. Creates a new instance of ComponentDefinition
 
Method Summary
 String getDataType()
          Deprecated.  
 String getDescription()
          Deprecated.  
 String getName()
          Deprecated.  
 void setDataType(String dataType)
          Deprecated.  
 void setDescription(String description)
          Deprecated.  
 void setName(String name)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ComponentDefinition

public ComponentDefinition()
Deprecated. 
Creates a new instance of ComponentDefinition

Method Detail

setName

public void setName(String name)
Deprecated. 

getName

public String getName()
Deprecated. 

setDataType

public void setDataType(String dataType)
Deprecated. 

getDataType

public String getDataType()
Deprecated. 

setDescription

public void setDescription(String description)
Deprecated. 

getDescription

public String getDescription()
Deprecated. 


Copyright © 2001-2012 University Health Network. All Rights Reserved.