ca.macewan.ims.enterprise
Class TypeValue

java.lang.Object
  extended byca.macewan.ims.enterprise.TypeValue

public class TypeValue
extends Object

Represents a "type value" element.

Version:
0.1
Author:
Erwin Veugelers
See Also:
IMS Enterprise Specification

Constructor Summary
TypeValue()
           
TypeValue(String tval, String lvl)
           
 
Method Summary
 String getLevel()
           
 String getTypeValue()
           
 void setLevel(String lvl)
           
 void setTypeValue(String tval)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TypeValue

public TypeValue()

TypeValue

public TypeValue(String tval,
                 String lvl)
Method Detail

setTypeValue

public void setTypeValue(String tval)

getTypeValue

public String getTypeValue()

setLevel

public void setLevel(String lvl)

getLevel

public String getLevel()