org.gxos.schema
Class HelpDirectory

java.lang.Object
  |
  +--org.gxos.schema.ExternalND
        |
        +--org.gxos.schema.HelpDirectory
All Implemented Interfaces:
java.io.Serializable

public class HelpDirectory
extends ExternalND
implements java.io.Serializable

Optional Specification of one or more external locations where we might be able to find information to understand more about GXOS Specification of This TreeObject and its related quantities.

See Also:
Serialized Form

Constructor Summary
HelpDirectory()
           
 
Method Summary
 boolean isValid()
           
 void marshal(org.xml.sax.DocumentHandler handler)
           
 void marshal(java.io.Writer out)
           
static HelpDirectory unmarshal(java.io.Reader reader)
           
 void validate()
           
 
Methods inherited from class org.gxos.schema.ExternalND
addExternalFile, addExternalURL, enumerateExternalFile, enumerateExternalURL, getExternalComputer, getExternalFile, getExternalFile, getExternalFileCount, getExternalType, getExternalURL, getExternalURL, getExternalURLCount, removeAllExternalFile, removeAllExternalURL, removeExternalFile, removeExternalURL, setExternalComputer, setExternalFile, setExternalFile, setExternalType, setExternalURL, setExternalURL
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HelpDirectory

public HelpDirectory()
Method Detail

isValid

public boolean isValid()
Overrides:
isValid in class ExternalND

marshal

public void marshal(java.io.Writer out)
             throws org.exolab.castor.xml.MarshalException,
                    org.exolab.castor.xml.ValidationException
Overrides:
marshal in class ExternalND
Parameters:
out -  

marshal

public void marshal(org.xml.sax.DocumentHandler handler)
             throws org.exolab.castor.xml.MarshalException,
                    org.exolab.castor.xml.ValidationException
Overrides:
marshal in class ExternalND
Parameters:
handler -  

unmarshal

public static HelpDirectory unmarshal(java.io.Reader reader)
                               throws org.exolab.castor.xml.MarshalException,
                                      org.exolab.castor.xml.ValidationException
Parameters:
reader -  

validate

public void validate()
              throws org.exolab.castor.xml.ValidationException
Overrides:
validate in class ExternalND