kristal.client
Class VirtualSectionType

java.lang.Object
  extended bykristal.client.VirtualSectionType

public class VirtualSectionType
extends java.lang.Object

This Class describes a Virtual Section Structure of KRISTAL.

See Also:
SectionType, PrimarySectionType, BasicSectionType, UnionSectionType

Field Summary
 java.lang.String alias
           
 boolean bigram
           
 boolean hanja
           
 java.lang.String index_type
           
 java.util.Vector original_section_namelist
           
 boolean stemming
           
 boolean stopword
           
 java.lang.String virtual_section_name
           
 
Constructor Summary
VirtualSectionType()
          Constructs a new VirtualSectionType object.
 
Method Summary
 java.lang.String getAlias()
          Returns the alias in this object.
 boolean getHanja()
          Returns the hanja in this object.
 java.lang.String getIndexType()
          Returns the index type in this object.
 java.lang.String getOriginalSectionName()
          Returns the original section name in this object.
 java.util.Vector getOriginalSectionNamelist()
          Returns the original section namelist in this object.
 boolean getStemming()
          Returns the stemming in this object.
 boolean getStopword()
          Returns the stopword in this object.
 java.lang.String getVirtualSectionName()
          Returns the virtual section name in this object.
 void setAlias(java.lang.String alias)
          Sets the alias of this object.
 void setHanja(boolean hanja)
          Sets the hanja of this object.
 void setIndexType(java.lang.String index_type)
          Sets the index type of this object.
 void setOriginalSectionNamelist(java.util.Vector original_section_namelist)
          Sets the original_section_namelist of this object.
 void setStemming(boolean stemming)
          Sets the stemming of this object.
 void setStopword(boolean stopword)
          Sets the stopword of this object.
 void setVirtualSectionName(java.lang.String virtual_section_name)
          Sets the virtual section name 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

virtual_section_name

public java.lang.String virtual_section_name

alias

public java.lang.String alias

original_section_namelist

public java.util.Vector original_section_namelist

index_type

public java.lang.String index_type

stemming

public boolean stemming

hanja

public boolean hanja

stopword

public boolean stopword

bigram

public boolean bigram
Constructor Detail

VirtualSectionType

public VirtualSectionType()
Constructs a new VirtualSectionType object.

Method Detail

toString

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


setVirtualSectionName

public void setVirtualSectionName(java.lang.String virtual_section_name)
Sets the virtual section name of this object.

Parameters:
virtual_section_name - the virtual section name

setAlias

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

Parameters:
alias - the alias

setOriginalSectionNamelist

public void setOriginalSectionNamelist(java.util.Vector original_section_namelist)
Sets the original_section_namelist of this object.

Parameters:
original_section_namelist - the original section namelist

setIndexType

public void setIndexType(java.lang.String index_type)
Sets the index type of this object.

Parameters:
index_type - the index type

setStemming

public void setStemming(boolean stemming)
Sets the stemming of this object.

Parameters:
stemming - the stemming

setHanja

public void setHanja(boolean hanja)
Sets the hanja of this object.

Parameters:
hanja - the hanja

setStopword

public void setStopword(boolean stopword)
Sets the stopword of this object.

Parameters:
stopword - the stopword

getVirtualSectionName

public java.lang.String getVirtualSectionName()
Returns the virtual section name in this object.

Returns:
the virtual section name

getAlias

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

Returns:
the alias

getOriginalSectionNamelist

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

Returns:
the original section namelist

getOriginalSectionName

public java.lang.String getOriginalSectionName()
Returns the original section name in this object.

Returns:
the original section name

getIndexType

public java.lang.String getIndexType()
Returns the index type in this object.

Returns:
the index type

getStemming

public boolean getStemming()
Returns the stemming in this object.

Returns:
the stemming

getHanja

public boolean getHanja()
Returns the hanja in this object.

Returns:
the hanja

getStopword

public boolean getStopword()
Returns the stopword in this object.

Returns:
the stopword