kristal.client
Class SchemaInfoType

java.lang.Object
  extended bykristal.client.SchemaInfoType

public class SchemaInfoType
extends java.lang.Object

This Class describes a Schema Structure of KRISTAL.

See Also:
TableInfoType, PrimarySectionType, BasicSectionType, UnionSectionType, VirtualSectionType

Field Summary
 java.lang.String alias
           
 boolean aux_flag
           
 java.util.Vector basic_sections
           
 java.util.Vector primary_sections
           
 java.lang.String schema_name
           
 boolean schema_type
           
 java.util.Vector tables
           
 long total_document_no
           
 java.util.Vector union_sections
           
 java.util.Vector virtual_sections
           
 java.lang.String volume_dir
           
 
Constructor Summary
SchemaInfoType()
          Constructs a new SchemaInfoType object.
 
Method Summary
 java.lang.String getAlias()
          Returns the alias in this object.
 java.util.Vector getBasicSections()
          Returns the basic sections in this object.
 java.util.Vector getPrimarySections()
          Returns the primary sections in this object.
 java.lang.String getSchemaName()
          Returns the schema name in this object.
 java.util.Vector getTables()
          Returns the tables in this object.
 long getTotalDocumentNo()
          Returns the total document number in this object.
 java.util.Vector getUnionSections()
          Returns the union sections in this object.
 java.util.Vector getVirtualSections()
          Returns the virtual sections in this object.
 void setAlias(java.lang.String alias)
          Sets the alias of this object.
 void setBasicSections(java.util.Vector basic_sections)
          Sets the basic sections of this object.
 void setPrimarySections(java.util.Vector primary_sections)
          Sets the primary sections of this object.
 void setSchemaName(java.lang.String schema_name)
          Sets the schema name of this object.
 void setTables(java.util.Vector tables)
          Sets the tables of this object.
 void setTotalDocumentNo(long total_document_no)
          Sets the total document number of this object.
 void setUnionSections(java.util.Vector union_sections)
          Sets the union sections of this object.
 void setVirtualSections(java.util.Vector virtual_sections)
          Sets the virtual sections of this object.
 java.lang.String toString()
          Overrides a parent's toString()
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

volume_dir

public java.lang.String volume_dir

schema_name

public java.lang.String schema_name

alias

public java.lang.String alias

schema_type

public boolean schema_type

aux_flag

public boolean aux_flag

total_document_no

public long total_document_no

tables

public java.util.Vector tables

basic_sections

public java.util.Vector basic_sections

virtual_sections

public java.util.Vector virtual_sections

union_sections

public java.util.Vector union_sections

primary_sections

public java.util.Vector primary_sections
Constructor Detail

SchemaInfoType

public SchemaInfoType()
Constructs a new SchemaInfoType object.

Method Detail

toString

public java.lang.String toString()
Overrides a parent's toString()


setSchemaName

public void setSchemaName(java.lang.String schema_name)
Sets the schema name of this object.

Parameters:
schema_name - the schema name

setAlias

public void setAlias(java.lang.String alias)
Sets the alias of this object.

Parameters:
alias - the alias

setTotalDocumentNo

public void setTotalDocumentNo(long total_document_no)
Sets the total document number of this object.

Parameters:
total_document_no - the total document number

setTables

public void setTables(java.util.Vector tables)
Sets the tables of this object.

Parameters:
tables - the tables

setBasicSections

public void setBasicSections(java.util.Vector basic_sections)
Sets the basic sections of this object.

Parameters:
basic_sections - the basic sections

setVirtualSections

public void setVirtualSections(java.util.Vector virtual_sections)
Sets the virtual sections of this object.

Parameters:
virtual_sections - the virtual sections

setUnionSections

public void setUnionSections(java.util.Vector union_sections)
Sets the union sections of this object.

Parameters:
union_sections - the union sections

setPrimarySections

public void setPrimarySections(java.util.Vector primary_sections)
Sets the primary sections of this object.

Parameters:
primary_sections - the primary sections

getSchemaName

public java.lang.String getSchemaName()
Returns the schema name in this object.

Returns:
the schema name

getAlias

public java.lang.String getAlias()
Returns the alias in this object.

Returns:
the alias

getTotalDocumentNo

public long getTotalDocumentNo()
Returns the total document number in this object.

Returns:
the total document number

getTables

public java.util.Vector getTables()
Returns the tables in this object.

Returns:
the tables

getBasicSections

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

Returns:
the basic sections

getVirtualSections

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

Returns:
the virtual sections

getUnionSections

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

Returns:
the union sections

getPrimarySections

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

Returns:
the primary sections