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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NodeProfileType
public NodeProfileType()
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