kristal.client
Class UnionSectionType

java.lang.Object
  extended bykristal.client.UnionSectionType

public class UnionSectionType
extends java.lang.Object

This Class describes a Union Section Structure of KRISTAL.

See Also:
SectionType, PrimarySectionType, BasicSectionType, VirtualSectionType

Field Summary
 java.lang.String alias
           
 java.util.Vector section_namelist
           
 java.lang.String union_section_name
           
 
Constructor Summary
UnionSectionType()
          Constructs a new UnionSectionType object.
 
Method Summary
 java.lang.String getAlias()
          Returns the alias in this object.
 java.util.Vector getSectionNamelist()
          Returns the section namelist in this object.
 java.lang.String getUnionSectionName()
          Returns the union section name in this object.
 void setAlias(java.lang.String alias)
          Sets the alias of this object.
 void setSectionNamelist(java.util.Vector section_namelist)
          Sets the section namelist of this object.
 void setUnionSectionName(java.lang.String union_section_name)
          Sets the union 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

union_section_name

public java.lang.String union_section_name

alias

public java.lang.String alias

section_namelist

public java.util.Vector section_namelist
Constructor Detail

UnionSectionType

public UnionSectionType()
Constructs a new UnionSectionType object.

Method Detail

toString

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


setUnionSectionName

public void setUnionSectionName(java.lang.String union_section_name)
Sets the union section name of this object.

Parameters:
union_section_name - the union section name

setAlias

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

Parameters:
alias - the alias

setSectionNamelist

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

Parameters:
section_namelist - the section namelist

getUnionSectionName

public java.lang.String getUnionSectionName()
Returns the union section name in this object.

Returns:
the union section name

getAlias

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

Returns:
the alias

getSectionNamelist

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

Returns:
the section namelist