kristal.client
Class XMLNodeType

java.lang.Object
  extended bykristal.client.XMLNodeType

public class XMLNodeType
extends java.lang.Object

This Class describes a XML Node Structure of KRISTAL.

See Also:
XMLSystemSectionType

Field Summary
 java.lang.String primary_key
           
 boolean search_flag
           
 java.util.Vector sections
           
 XMLSystemSectionType system_section
           
 int table_id
           
 
Constructor Summary
XMLNodeType()
          Constructs a new XMLNodeType object.
 
Method Summary
 java.lang.String getPrimaryKey()
          Returns the primary key in this object.
 boolean getSearchFlag()
          Returns the search flag in this object.
 java.util.Vector getSections()
          Returns the sections in this object.
 XMLSystemSectionType getSystemSection()
          Returns the system section in this object.
 int getTableId()
          Returns the table id in this object.
 void setPrimaryKey(java.lang.String primary_key)
          Sets the primary key of this object.
 void setSearchFlag(boolean search_flag)
          Sets the search flag of this object.
 void setSections(java.util.Vector sections)
          Sets the sections of this object.
 void setSystemSection(XMLSystemSectionType system_section)
          Sets the system section of this object.
 void setTableId(int table_id)
          Sets the table id of this object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

search_flag

public boolean search_flag

table_id

public int table_id

primary_key

public java.lang.String primary_key

sections

public java.util.Vector sections

system_section

public XMLSystemSectionType system_section
Constructor Detail

XMLNodeType

public XMLNodeType()
Constructs a new XMLNodeType object.

Method Detail

setSearchFlag

public void setSearchFlag(boolean search_flag)
Sets the search flag of this object.

Parameters:
search_flag - the search flag

setTableId

public void setTableId(int table_id)
Sets the table id of this object.

Parameters:
table_id - the table id

setPrimaryKey

public void setPrimaryKey(java.lang.String primary_key)
Sets the primary key of this object.

Parameters:
primary_key - the primary key

setSections

public void setSections(java.util.Vector sections)
Sets the sections of this object.

Parameters:
sections - the sections

setSystemSection

public void setSystemSection(XMLSystemSectionType system_section)
Sets the system section of this object.

Parameters:
system_section - the system section

getSearchFlag

public boolean getSearchFlag()
Returns the search flag in this object.

Returns:
the search flag

getTableId

public int getTableId()
Returns the table id in this object.

Returns:
the table id

getPrimaryKey

public java.lang.String getPrimaryKey()
Returns the primary key in this object.

Returns:
the primary key

getSections

public java.util.Vector getSections()
Returns the sections in this object.

Returns:
the sections

getSystemSection

public XMLSystemSectionType getSystemSection()
Returns the system section in this object.

Returns:
the system section