|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectkristal.client.XMLNodeType
This Class describes a XML Node Structure of KRISTAL.
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 |
public boolean search_flag
public int table_id
public java.lang.String primary_key
public java.util.Vector sections
public XMLSystemSectionType system_section
| Constructor Detail |
public XMLNodeType()
| Method Detail |
public void setSearchFlag(boolean search_flag)
search_flag - the search flagpublic void setTableId(int table_id)
table_id - the table idpublic void setPrimaryKey(java.lang.String primary_key)
primary_key - the primary keypublic void setSections(java.util.Vector sections)
sections - the sectionspublic void setSystemSection(XMLSystemSectionType system_section)
system_section - the system sectionpublic boolean getSearchFlag()
public int getTableId()
public java.lang.String getPrimaryKey()
public java.util.Vector getSections()
public XMLSystemSectionType getSystemSection()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||