org.oasis.ebxml.registry.bindings.query
Class ClassificationNodeQueryType
java.lang.Object
org.oasis.ebxml.registry.bindings.query.RegistryObjectQueryType
org.oasis.ebxml.registry.bindings.query.ClassificationNodeQueryType
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- ClassificationNodeChildrenBranch, ClassificationNodeParentBranch, ClassificationNodeQuery
- public abstract class ClassificationNodeQueryType
- extends RegistryObjectQueryType
- implements java.io.Serializable
- See Also:
- Serialized Form
Methods inherited from class org.oasis.ebxml.registry.bindings.query.RegistryObjectQueryType |
addAuditableEventQuery, addAuditableEventQuery, addClassifiedByBranch, addClassifiedByBranch, addExternalIdentifierFilter, addExternalIdentifierFilter, addSlotBranch, addSlotBranch, addSourceAssociationBranch, addSourceAssociationBranch, addTargetAssociationBranch, addTargetAssociationBranch, clearAuditableEventQuery, clearClassifiedByBranch, clearExternalIdentifierFilter, clearSlotBranch, clearSourceAssociationBranch, clearTargetAssociationBranch, enumerateAuditableEventQuery, enumerateClassifiedByBranch, enumerateExternalIdentifierFilter, enumerateSlotBranch, enumerateSourceAssociationBranch, enumerateTargetAssociationBranch, getAuditableEventQuery, getAuditableEventQuery, getAuditableEventQueryCount, getClassifiedByBranch, getClassifiedByBranch, getClassifiedByBranchCount, getDescriptionBranch, getExternalIdentifierFilter, getExternalIdentifierFilter, getExternalIdentifierFilterCount, getNameBranch, getRegistryObjectFilter, getSlotBranch, getSlotBranch, getSlotBranchCount, getSourceAssociationBranch, getSourceAssociationBranch, getSourceAssociationBranchCount, getTargetAssociationBranch, getTargetAssociationBranch, getTargetAssociationBranchCount, removeAuditableEventQuery, removeClassifiedByBranch, removeExternalIdentifierFilter, removeSlotBranch, removeSourceAssociationBranch, removeTargetAssociationBranch, setAuditableEventQuery, setAuditableEventQuery, setClassifiedByBranch, setClassifiedByBranch, setDescriptionBranch, setExternalIdentifierFilter, setExternalIdentifierFilter, setNameBranch, setRegistryObjectFilter, setSlotBranch, setSlotBranch, setSourceAssociationBranch, setSourceAssociationBranch, setTargetAssociationBranch, setTargetAssociationBranch |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ClassificationNodeQueryType
public ClassificationNodeQueryType()
addClassificationNodeChildrenBranch
public void addClassificationNodeChildrenBranch(ClassificationNodeChildrenBranch vClassificationNodeChildrenBranch)
throws java.lang.IndexOutOfBoundsException
- Parameters:
vClassificationNodeChildrenBranch
-
- Throws:
java.lang.IndexOutOfBoundsException
addClassificationNodeChildrenBranch
public void addClassificationNodeChildrenBranch(int index,
ClassificationNodeChildrenBranch vClassificationNodeChildrenBranch)
throws java.lang.IndexOutOfBoundsException
- Parameters:
index
- vClassificationNodeChildrenBranch
-
- Throws:
java.lang.IndexOutOfBoundsException
clearClassificationNodeChildrenBranch
public void clearClassificationNodeChildrenBranch()
enumerateClassificationNodeChildrenBranch
public java.util.Enumeration enumerateClassificationNodeChildrenBranch()
getClassificationNodeChildrenBranch
public ClassificationNodeChildrenBranch getClassificationNodeChildrenBranch(int index)
throws java.lang.IndexOutOfBoundsException
- Parameters:
index
-
- Throws:
java.lang.IndexOutOfBoundsException
getClassificationNodeChildrenBranch
public ClassificationNodeChildrenBranch[] getClassificationNodeChildrenBranch()
getClassificationNodeChildrenBranchCount
public int getClassificationNodeChildrenBranchCount()
getClassificationNodeFilter
public ClassificationNodeFilter getClassificationNodeFilter()
- Returns the value of field 'classificationNodeFilter'.
- Returns:
- the value of field 'classificationNodeFilter'.
getClassificationNodeParentBranch
public ClassificationNodeParentBranch getClassificationNodeParentBranch()
- Returns the value of field 'classificationNodeParentBranch'.
- Returns:
- the value of field 'classificationNodeParentBranch'.
getClassificationSchemeQuery
public ClassificationSchemeQuery getClassificationSchemeQuery()
- Returns the value of field 'classificationSchemeQuery'.
- Returns:
- the value of field 'classificationSchemeQuery'.
isValid
public boolean isValid()
- Overrides:
isValid
in class RegistryObjectQueryType
marshal
public abstract void marshal(java.io.Writer out)
throws org.exolab.castor.xml.MarshalException,
org.exolab.castor.xml.ValidationException
- Specified by:
marshal
in class RegistryObjectQueryType
- Parameters:
out
-
- Throws:
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException
marshal
public abstract void marshal(org.xml.sax.DocumentHandler handler)
throws org.exolab.castor.xml.MarshalException,
org.exolab.castor.xml.ValidationException
- Specified by:
marshal
in class RegistryObjectQueryType
- Parameters:
handler
-
- Throws:
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException
removeClassificationNodeChildrenBranch
public boolean removeClassificationNodeChildrenBranch(ClassificationNodeChildrenBranch vClassificationNodeChildrenBranch)
- Parameters:
vClassificationNodeChildrenBranch
-
setClassificationNodeChildrenBranch
public void setClassificationNodeChildrenBranch(int index,
ClassificationNodeChildrenBranch vClassificationNodeChildrenBranch)
throws java.lang.IndexOutOfBoundsException
- Parameters:
index
- vClassificationNodeChildrenBranch
-
- Throws:
java.lang.IndexOutOfBoundsException
setClassificationNodeChildrenBranch
public void setClassificationNodeChildrenBranch(ClassificationNodeChildrenBranch[] classificationNodeChildrenBranchArray)
- Parameters:
classificationNodeChildrenBranchArray
-
setClassificationNodeFilter
public void setClassificationNodeFilter(ClassificationNodeFilter classificationNodeFilter)
- Sets the value of field 'classificationNodeFilter'.
- Parameters:
classificationNodeFilter
- the value of field
'classificationNodeFilter'.
setClassificationNodeParentBranch
public void setClassificationNodeParentBranch(ClassificationNodeParentBranch classificationNodeParentBranch)
- Sets the value of field 'classificationNodeParentBranch'.
- Parameters:
classificationNodeParentBranch
- the value of field
'classificationNodeParentBranch'.
setClassificationSchemeQuery
public void setClassificationSchemeQuery(ClassificationSchemeQuery classificationSchemeQuery)
- Sets the value of field 'classificationSchemeQuery'.
- Parameters:
classificationSchemeQuery
- the value of field
'classificationSchemeQuery'.
validate
public void validate()
throws org.exolab.castor.xml.ValidationException
- Overrides:
validate
in class RegistryObjectQueryType
- Throws:
org.exolab.castor.xml.ValidationException