kristal.client
Class ParameterType

java.lang.Object
  extended bykristal.client.ParameterType

public class ParameterType
extends java.lang.Object

This Class describes a Parameter Structure of KRISTAL.

See Also:
SchemaInfoType, DocumentType, SectionType

Field Summary
 java.lang.String attribute_name
           
 int counter
           
 java.lang.String db_description
           
 java.lang.String db_name
           
 java.lang.String delimiter
           
 int direction
           
 java.util.Vector displays
           
 boolean distinct
           
 java.util.Vector document_groups
           
 java.util.Vector documents
           
 java.lang.String element_name
           
 int errcode
           
 java.lang.String errmsg
           
 int estimated_total_df
           
 java.lang.String extended_query
           
 boolean flag
           
 java.util.Vector group_counts
           
 java.util.Vector groupby_section_namelist
           
 IntegrateRetrieveType integrate
           
 java.util.Vector join_condition_list
           
 java.util.Vector knowledge_documents
           
 int maxDF
           
 int method
           
 int minDF
           
 java.util.Vector nodes
           
 boolean order
           
 java.util.Vector orderby_section_namelist
           
 java.util.Vector ordering_typelist
           
 XMLNodeType pivot_node
           
 java.lang.String primary_key
           
 java.lang.String query
           
 int query_type
           
 int remove_chars_word
           
 java.lang.String result_table_name
           
 java.util.Vector return_values
           
 java.lang.String schema_text
           
 java.util.Vector schemas
           
 java.util.Vector section_namelist
           
 java.util.Vector section_namelist2
           
 java.util.Vector section_namelist3
           
 java.util.Vector sections
           
 java.util.Vector selection_list
           
 java.util.Vector sequence_groups
           
 int sequence_type
           
 int server_type
           
 java.lang.String server_version
           
 long service_time
           
 int set_id
           
 java.util.Vector set_id_lists
           
 float similarity_value
           
 int sorting_key_type
           
 int space_operator
           
 int start_position
           
 java.util.Vector stopwords
           
 java.lang.String system_section_name
           
 java.util.Vector table_namelist
           
 java.lang.String target_section
           
 int term_expansion
           
 java.util.Vector terms
           
 java.util.Vector thesaurus_levels
           
 int top_document_no
           
 int total_df
           
 java.lang.String userarea_text
           
 
Constructor Summary
ParameterType()
          Constructs a new ParameterType object.
 
Method Summary
 void clear()
           
 int getCounter()
          Returns the counter in this object.
 int getDirection()
          Returns the direction in this object.
 java.util.Vector getDocuments()
          Returns the documents in this object.
 int getErrorCode()
          Returns the error code in this object.
 java.lang.String getErrorMessage()
          Returns the error message in this object.
 java.lang.String getExtendedQuery()
          Returns the extended query in this object.
 int getMethod()
          Returns the method in this object.
 boolean getOrder()
          Returns the order in this object.
 java.lang.String getPrimaryKey()
          Returns the primary key in this object.
 java.lang.String getQuery()
          Returns the query in this object.
 java.util.Vector getSchemas()
          Returns the schemas in this object.
 java.util.Vector getSectionNamelist()
          Returns the section namelist in this object.
 java.util.Vector getSections()
          Returns the sections in this object.
 int getSetId()
          Returns the set id in this object.
 float getSimilarityValue()
          Returns the similarity value in this object.
 int getSortingKeyType()
          Returns the sorting key type in this object.
 int getSpaceOperator()
          Returns the space operator in this object.
 int getStartPosition()
          Returns the start position in this object.
 java.util.Vector getStopwords()
          Returns the stopwords in this object.
 java.util.Vector getTableNamelist()
          Returns the table namelist in this object.
 java.util.Vector getTerms()
          Returns the terms in this object.
 int getTotalDf()
          Returns the total df in this object.
 void setCounter(int counter)
          Sets the counter of this object.
 void setDirection(int direction)
          Sets the direction of this object.
 void setDocuments(java.util.Vector documents)
          Sets the documents of this object.
 void setErrorCode(int errcode)
          Sets the error code of this object.
 void setErrorMessage(java.lang.String errmsg)
          Sets the error message of this object.
 void setExtendedQuery(java.lang.String extended_query)
          Sets the extended query of this object.
 void setMethod(int method)
          Sets the method of this object.
 void setOrder(boolean order)
          Sets the order of this object.
 void setPrimaryKey(java.lang.String primary_key)
          Sets the primary key of this object.
 void setQuery(java.lang.String query)
          Sets the query of this object.
 void setSchemas(java.util.Vector schemas)
          Sets the schemas of this object.
 void setSectionNamelist(java.util.Vector section_namelist)
          Sets the section namelist of this object.
 void setSections(java.util.Vector sections)
          Sets the sections of this object.
 void setSetId(int set_id)
          Sets the set id of this object.
 void setSimilarityValue(float similarity_value)
          Sets the similarity value of this object.
 void setSortingKeyType(int sorting_key_type)
          Sets the sorting key type of this object.
 void setSpaceOperator(int space_operator)
          Sets the space operator of this object.
 void setStartPosition(int start_position)
          Sets the start position of this object.
 void setStopwords(java.util.Vector stopwords)
          Sets the stopwords of this object.
 void setTableNamelist(java.util.Vector table_namelist)
          Sets the table namelist of this object.
 void setTerms(java.util.Vector terms)
          Sets the terms of this object.
 void setTotalDf(int total_df)
          Sets the total df of this object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

schemas

public java.util.Vector schemas

documents

public java.util.Vector documents

sections

public java.util.Vector sections

section_namelist

public java.util.Vector section_namelist

nodes

public java.util.Vector nodes

knowledge_documents

public java.util.Vector knowledge_documents

displays

public java.util.Vector displays

start_position

public int start_position

counter

public int counter

direction

public int direction

primary_key

public java.lang.String primary_key

order

public boolean order

sorting_key_type

public int sorting_key_type

flag

public boolean flag

pivot_node

public XMLNodeType pivot_node

minDF

public int minDF

maxDF

public int maxDF

delimiter

public java.lang.String delimiter

target_section

public java.lang.String target_section

schema_text

public java.lang.String schema_text

userarea_text

public java.lang.String userarea_text

top_document_no

public int top_document_no

table_namelist

public java.util.Vector table_namelist

space_operator

public int space_operator

query

public java.lang.String query

term_expansion

public int term_expansion

thesaurus_levels

public java.util.Vector thesaurus_levels

remove_chars_word

public int remove_chars_word

extended_query

public java.lang.String extended_query

stopwords

public java.util.Vector stopwords

terms

public java.util.Vector terms

estimated_total_df

public int estimated_total_df

integrate

public IntegrateRetrieveType integrate

set_id

public int set_id

total_df

public int total_df

document_groups

public java.util.Vector document_groups

return_values

public java.util.Vector return_values

method

public int method

similarity_value

public float similarity_value

service_time

public long service_time

server_type

public int server_type

server_version

public java.lang.String server_version

db_description

public java.lang.String db_description

db_name

public java.lang.String db_name

element_name

public java.lang.String element_name

attribute_name

public java.lang.String attribute_name

system_section_name

public java.lang.String system_section_name

errcode

public int errcode

errmsg

public java.lang.String errmsg

group_counts

public java.util.Vector group_counts

set_id_lists

public java.util.Vector set_id_lists

selection_list

public java.util.Vector selection_list

join_condition_list

public java.util.Vector join_condition_list

section_namelist2

public java.util.Vector section_namelist2

section_namelist3

public java.util.Vector section_namelist3

groupby_section_namelist

public java.util.Vector groupby_section_namelist

orderby_section_namelist

public java.util.Vector orderby_section_namelist

ordering_typelist

public java.util.Vector ordering_typelist

distinct

public boolean distinct

query_type

public int query_type

result_table_name

public java.lang.String result_table_name

sequence_type

public int sequence_type

sequence_groups

public java.util.Vector sequence_groups
Constructor Detail

ParameterType

public ParameterType()
Constructs a new ParameterType object.

Method Detail

clear

public void clear()

setSchemas

public void setSchemas(java.util.Vector schemas)
Sets the schemas of this object.

Parameters:
schemas - the schemas

setDocuments

public void setDocuments(java.util.Vector documents)
Sets the documents of this object.

Parameters:
documents - the documents

setSections

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

Parameters:
sections - the sections

setSectionNamelist

public void setSectionNamelist(java.util.Vector section_namelist)
Sets the section namelist of this object.

Parameters:
section_namelist - the section namelist

setStartPosition

public void setStartPosition(int start_position)
Sets the start position of this object.

Parameters:
start_position - the start position

setCounter

public void setCounter(int counter)
Sets the counter of this object.

Parameters:
counter - the counter

setDirection

public void setDirection(int direction)
Sets the direction of this object.

Parameters:
direction - the direction

setPrimaryKey

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

Parameters:
primary_key - the primary key

setOrder

public void setOrder(boolean order)
Sets the order of this object.

Parameters:
order - the order

setSortingKeyType

public void setSortingKeyType(int sorting_key_type)
Sets the sorting key type of this object.

Parameters:
sorting_key_type - the sorting key type

setTableNamelist

public void setTableNamelist(java.util.Vector table_namelist)
Sets the table namelist of this object.

Parameters:
table_namelist - the table namelist

setSpaceOperator

public void setSpaceOperator(int space_operator)
Sets the space operator of this object.

Parameters:
space_operator - the space operator

setQuery

public void setQuery(java.lang.String query)
Sets the query of this object.

Parameters:
query - the query

setExtendedQuery

public void setExtendedQuery(java.lang.String extended_query)
Sets the extended query of this object.

Parameters:
extended_query - the extended query

setStopwords

public void setStopwords(java.util.Vector stopwords)
Sets the stopwords of this object.

Parameters:
stopwords - the stopwords

setTerms

public void setTerms(java.util.Vector terms)
Sets the terms of this object.

Parameters:
terms - the terms

setSetId

public void setSetId(int set_id)
Sets the set id of this object.

Parameters:
set_id - the set id

setTotalDf

public void setTotalDf(int total_df)
Sets the total df of this object.

Parameters:
total_df - the total df

setMethod

public void setMethod(int method)
Sets the method of this object.

Parameters:
method - the method

setSimilarityValue

public void setSimilarityValue(float similarity_value)
Sets the similarity value of this object.

Parameters:
similarity_value - the similarity value

setErrorCode

public void setErrorCode(int errcode)
Sets the error code of this object.

Parameters:
errcode - the error code

setErrorMessage

public void setErrorMessage(java.lang.String errmsg)
Sets the error message of this object.

Parameters:
errmsg - the error message

getSchemas

public java.util.Vector getSchemas()
Returns the schemas in this object.

Returns:
the schemas value

getDocuments

public java.util.Vector getDocuments()
Returns the documents in this object.

Returns:
the documents

getSections

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

Returns:
the sections value

getSectionNamelist

public java.util.Vector getSectionNamelist()
Returns the section namelist in this object.

Returns:
the section namelist

getStartPosition

public int getStartPosition()
Returns the start position in this object.

Returns:
the start position

getCounter

public int getCounter()
Returns the counter in this object.

Returns:
the counter

getDirection

public int getDirection()
Returns the direction in this object.

Returns:
the direction

getPrimaryKey

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

Returns:
the primary key

getOrder

public boolean getOrder()
Returns the order in this object.

Returns:
the order

getSortingKeyType

public int getSortingKeyType()
Returns the sorting key type in this object.

Returns:
the sorting key type

getTableNamelist

public java.util.Vector getTableNamelist()
Returns the table namelist in this object.

Returns:
the table namelist

getSpaceOperator

public int getSpaceOperator()
Returns the space operator in this object.

Returns:
the space operator

getQuery

public java.lang.String getQuery()
Returns the query in this object.

Returns:
the query value

getExtendedQuery

public java.lang.String getExtendedQuery()
Returns the extended query in this object.

Returns:
the extended query

getStopwords

public java.util.Vector getStopwords()
Returns the stopwords in this object.

Returns:
the stopwords

getTerms

public java.util.Vector getTerms()
Returns the terms in this object.

Returns:
the terms

getSetId

public int getSetId()
Returns the set id in this object.

Returns:
the set id

getTotalDf

public int getTotalDf()
Returns the total df in this object.

Returns:
the total df value

getMethod

public int getMethod()
Returns the method in this object.

Returns:
the method

getSimilarityValue

public float getSimilarityValue()
Returns the similarity value in this object.

Returns:
the similarity_value

getErrorCode

public int getErrorCode()
Returns the error code in this object.

Returns:
the error code

getErrorMessage

public java.lang.String getErrorMessage()
Returns the error message in this object.

Returns:
the error message