|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.oasis.ebxml.registry.bindings.rim.RegistryObjectType
org.oasis.ebxml.registry.bindings.rim.RegistryEntryType
org.oasis.ebxml.registry.bindings.rim.ClassificationSchemeType
ClassificationScheme is the mapping of the same named interface in ebRIM. It extends RegistryEntry.
Constructor Summary | |
ClassificationSchemeType()
|
Method Summary | |
void |
addClassificationNode(ClassificationNode vClassificationNode)
|
void |
addClassificationNode(int index,
ClassificationNode vClassificationNode)
|
void |
clearClassificationNode()
|
java.util.Enumeration |
enumerateClassificationNode()
|
ClassificationNode[] |
getClassificationNode()
|
ClassificationNode |
getClassificationNode(int index)
|
int |
getClassificationNodeCount()
|
boolean |
getIsInternal()
Returns the value of field 'isInternal'. |
NodeTypeType |
getNodeType()
Returns the value of field 'nodeType'. |
boolean |
hasIsInternal()
|
boolean |
isValid()
|
abstract void |
marshal(org.xml.sax.DocumentHandler handler)
|
abstract void |
marshal(java.io.Writer out)
|
boolean |
removeClassificationNode(ClassificationNode vClassificationNode)
|
void |
setClassificationNode(ClassificationNode[] classificationNodeArray)
|
void |
setClassificationNode(int index,
ClassificationNode vClassificationNode)
|
void |
setIsInternal(boolean isInternal)
Sets the value of field 'isInternal'. |
void |
setNodeType(NodeTypeType nodeType)
Sets the value of field 'nodeType'. |
void |
validate()
|
Methods inherited from class org.oasis.ebxml.registry.bindings.rim.RegistryEntryType |
deleteMajorVersion, deleteMinorVersion, getExpiration, getMajorVersion, getMinorVersion, getStability, getStatus, getUserVersion, hasMajorVersion, hasMinorVersion, setExpiration, setMajorVersion, setMinorVersion, setStability, setStatus, setUserVersion |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ClassificationSchemeType()
Method Detail |
public void addClassificationNode(ClassificationNode vClassificationNode) throws java.lang.IndexOutOfBoundsException
vClassificationNode
-
java.lang.IndexOutOfBoundsException
public void addClassificationNode(int index, ClassificationNode vClassificationNode) throws java.lang.IndexOutOfBoundsException
index
- vClassificationNode
-
java.lang.IndexOutOfBoundsException
public void clearClassificationNode()
public java.util.Enumeration enumerateClassificationNode()
public ClassificationNode getClassificationNode(int index) throws java.lang.IndexOutOfBoundsException
index
-
java.lang.IndexOutOfBoundsException
public ClassificationNode[] getClassificationNode()
public int getClassificationNodeCount()
public boolean getIsInternal()
public NodeTypeType getNodeType()
public boolean hasIsInternal()
public boolean isValid()
isValid
in class RegistryEntryType
public abstract void marshal(java.io.Writer out) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
marshal
in class RegistryEntryType
out
-
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException
public abstract void marshal(org.xml.sax.DocumentHandler handler) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
marshal
in class RegistryEntryType
handler
-
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException
public boolean removeClassificationNode(ClassificationNode vClassificationNode)
vClassificationNode
- public void setClassificationNode(int index, ClassificationNode vClassificationNode) throws java.lang.IndexOutOfBoundsException
index
- vClassificationNode
-
java.lang.IndexOutOfBoundsException
public void setClassificationNode(ClassificationNode[] classificationNodeArray)
classificationNodeArray
- public void setIsInternal(boolean isInternal)
isInternal
- the value of field 'isInternal'.public void setNodeType(NodeTypeType nodeType)
nodeType
- the value of field 'nodeType'.public void validate() throws org.exolab.castor.xml.ValidationException
validate
in class RegistryEntryType
org.exolab.castor.xml.ValidationException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |