csm23
Class XML_Object

java.lang.Object
  |
  +--csm23.XML_Object

public class XML_Object
extends java.lang.Object

Title: Associates each category number with its explanations Copyright: Copyright (c) 2002 Company:


Field Summary
 java.lang.String code
           
 java.lang.String name
           
 
Constructor Summary
XML_Object(java.lang.String code, java.lang.String name)
          Constructor
 
Method Summary
 java.lang.String toString()
          Returns a string representation of the object
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

code

public java.lang.String code

name

public java.lang.String name
Constructor Detail

XML_Object

public XML_Object(java.lang.String code,
                  java.lang.String name)
Constructor

Parameters:
code - the code of the attribute
name - the name of the attribute
Method Detail

toString

public java.lang.String toString()
Returns a string representation of the object

Overrides:
toString in class java.lang.Object
Returns:
name of the code