kristal.client
Class PrimarySectionType

java.lang.Object
  extended bykristal.client.PrimarySectionType

public class PrimarySectionType
extends java.lang.Object

This Class describes a Primary Section Structure of KRISTAL.

See Also:
SectionType, BasicSectionType, UnionSectionType, VirtualSectionType

Field Summary
 java.lang.String primary_section_name
           
 
Constructor Summary
PrimarySectionType()
          Constructs a new PrimarySectionType object.
 
Method Summary
 java.lang.String getPrimarySectionName()
          Returns the primary section name in this object.
 void setPrimarySectionName(java.lang.String primary_section_name)
          Sets the primary 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

primary_section_name

public java.lang.String primary_section_name
Constructor Detail

PrimarySectionType

public PrimarySectionType()
Constructs a new PrimarySectionType object.

Method Detail

toString

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


setPrimarySectionName

public void setPrimarySectionName(java.lang.String primary_section_name)
Sets the primary section name of this object.

Parameters:
primary_section_name - the primary section name

getPrimarySectionName

public java.lang.String getPrimarySectionName()
Returns the primary section name in this object.

Returns:
the primary section name