|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface represents the Identity-constraint Definition schema component. The interface may be updated or replaced.
Field Summary | |
static short |
IC_KEY
|
static short |
IC_KEYREF
|
static short |
IC_UNIQUE
|
Method Summary | |
XSObjectList |
getAnnotations()
A set of [annotations]. |
short |
getCategory()
[identity-constraint category]: one of key, keyref or unique. |
StringList |
getFieldStrs()
[fields]: a non-empty list of restricted XPath ([XPath]) expressions. |
XSIDCDefinition |
getRefKey()
[referenced key]: required if [identity-constraint category] is keyref, forbidden otherwise. |
java.lang.String |
getSelectorStr()
[selector]: a restricted expression. |
Methods inherited from interface org.apache.xerces.impl.xs.psvi.XSObject |
getName, getNamespace, getNamespaceItem, getType |
Field Detail |
public static final short IC_KEY
public static final short IC_KEYREF
public static final short IC_UNIQUE
Method Detail |
public short getCategory()
public java.lang.String getSelectorStr()
public StringList getFieldStrs()
public XSIDCDefinition getRefKey()
public XSObjectList getAnnotations()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |