|
Oracle® Application Server XML Java API Reference 10g Release 2 (10.1.2) Part no. B12024-03 September 2004 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--oracle.xml.parser.schema.XSDNode | +--oracle.xml.parser.schema.XSDIdentity
Represents XMLSchema identity constraint: unique, key and keyref
Field Summary |
Method Summary | |
java.lang.String[] |
getFields() Get the fields |
int |
getNodeType() Get the node Type |
java.lang.String |
getRefer() Get the referenced key |
java.lang.String |
getSelector() Get the selector |
Methods inherited from class oracle.xml.parser.schema.XSDNode |
getAnnotation, getName, getRefLocalname, getTargetNS, isNodeType |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public int getNodeType()
getNodeType
in class XSDNode
public java.lang.String getRefer()
public java.lang.String getSelector()
public java.lang.String[] getFields()
|
Oracle® Application Server XML Java API Reference 10g Release 2 (10.1.2) Part no. B12024-03 September 2004 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |