ca.uhn.hl7v3.sourcegen
Class AttributeDefinition

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

Deprecated.

public class AttributeDefinition
extends Object

Contains information about a RIM attribute, for the purpose of generating source code for a RIM class.

Author:
Bryan Tripp

Constructor Summary
AttributeDefinition()
          Deprecated. Creates a new instance of AttributeDefinition
 
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

AttributeDefinition

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

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.