org.gxos.schema
Class AccessObject

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

public class AccessObject
extends InternalND
implements java.io.Serializable

The type of the Object element is the same as the InternalND so that we can have control over every object accessable through GXOS links.

See Also:
Serialized Form

Constructor Summary
AccessObject()
           
 
Method Summary
 AccessableType getAccessable()
           
 boolean isValid()
           
 void marshal(org.xml.sax.DocumentHandler handler)
           
 void marshal(java.io.Writer out)
           
 void setAccessable(AccessableType _accessable)
           
static AccessObject unmarshal(java.io.Reader reader)
           
 void validate()
           
 
Methods inherited from class org.gxos.schema.InternalND
addHelpDirectory, enumerateHelpDirectory, getHelpDirectory, getHelpDirectory, getHelpDirectoryCount, getInternalAddress, getInternalHandle, removeAllHelpDirectory, removeHelpDirectory, setHelpDirectory, setHelpDirectory, setInternalAddress, setInternalHandle
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AccessObject

public AccessObject()
Method Detail

getAccessable

public AccessableType getAccessable()

isValid

public boolean isValid()
Overrides:
isValid in class InternalND

marshal

public void marshal(java.io.Writer out)
             throws org.exolab.castor.xml.MarshalException,
                    org.exolab.castor.xml.ValidationException
Overrides:
marshal in class InternalND
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 InternalND
Parameters:
handler -  

setAccessable

public void setAccessable(AccessableType _accessable)
Parameters:
_accessable -  

unmarshal

public static AccessObject 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 InternalND