org.gxos.schema
Class NodeProfileType

java.lang.Object
  |
  +--org.gxos.schema.NodeProfileType
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
NodeProfile

public abstract class NodeProfileType
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
NodeProfileType()
           
 
Method Summary
 CustomProfile getCustomProfile()
           
 TreeContext getTreeContext()
           
 boolean isValid()
           
abstract  void marshal(org.xml.sax.DocumentHandler handler)
           
abstract  void marshal(java.io.Writer out)
           
 void setCustomProfile(CustomProfile _customProfile)
           
 void setTreeContext(TreeContext _treeContext)
           
 void validate()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NodeProfileType

public NodeProfileType()
Method Detail

getCustomProfile

public CustomProfile getCustomProfile()

getTreeContext

public TreeContext getTreeContext()

isValid

public boolean isValid()

marshal

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

marshal

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

setCustomProfile

public void setCustomProfile(CustomProfile _customProfile)
Parameters:
_customProfile -  

setTreeContext

public void setTreeContext(TreeContext _treeContext)
Parameters:
_treeContext -  

validate

public void validate()
              throws org.exolab.castor.xml.ValidationException