Java Globus API: Class GosDescriptiveElement

org.globus.gos
Class GosDescriptiveElement

java.lang.Object
  |
  +--org.globus.gos.GosDocumentElement
        |
        +--org.globus.gos.GosDescriptiveElement
Direct Known Subclasses:
GosDatatype, GosObjectclass, GosObjectclassAttribute

public abstract class GosDescriptiveElement
extends GosDocumentElement


Constructor Summary
GosDescriptiveElement()
           
GosDescriptiveElement(java.lang.String name)
           
 
Method Summary
 java.lang.String getDescription()
           
 void setDescription(java.lang.String description)
           
 
Methods inherited from class org.globus.gos.GosDocumentElement
getName, setName, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GosDescriptiveElement

public GosDescriptiveElement()

GosDescriptiveElement

public GosDescriptiveElement(java.lang.String name)
Method Detail

setDescription

public void setDescription(java.lang.String description)

getDescription

public java.lang.String getDescription()