Uses of Interface
net.sf.jaxme.xs.xml.XsTIdentityConstraint

Packages that use XsTIdentityConstraint
net.sf.jaxme.xs.xml   
net.sf.jaxme.xs.xml.impl   
 

Uses of XsTIdentityConstraint in net.sf.jaxme.xs.xml
 

Subinterfaces of XsTIdentityConstraint in net.sf.jaxme.xs.xml
 interface XsEKey
          Interface of the xs:key element, specified as follows: <xs:element name="key" type="xs:keybase" id="key"> <xs:annotation> <xs:documentation source="http://www.w3.org/TR/xmlschema-1/#element-key"/> </xs:annotation> </xs:element>
 interface XsEKeyref
          Interface of the xs:keyref element, with the following specification:
 interface XsEUnique
          Interface of the xs:unique element, with the following specification: <xs:element name="unique" type="xs:keybase" id="unique"> <xs:annotation> <xs:documentation source="http://www.w3.org/TR/xmlschema-1/#element-unique"/> </xs:annotation> </xs:element>
 

Methods in net.sf.jaxme.xs.xml that return XsTIdentityConstraint
 XsTIdentityConstraint[] XsGIdentityConstraint.getIdentityConstraints()
           
 

Uses of XsTIdentityConstraint in net.sf.jaxme.xs.xml.impl
 

Classes in net.sf.jaxme.xs.xml.impl that implement XsTIdentityConstraint
 class XsEKeyImpl
          Implementation of the xs:key element, specified as follows: <xs:element name="key" type="xs:keybase" id="key"> <xs:annotation> <xs:documentation source="http://www.w3.org/TR/xmlschema-1/#element-key"/> </xs:annotation> </xs:element>
 class XsEKeyrefImpl
          Implementation of the xs:keyref element, with the following specification:
 class XsEUniqueImpl
          Implementation of the xs:unique element, with the following specification: <xs:element name="unique" type="xs:keybase" id="unique"> <xs:annotation> <xs:documentation source="http://www.w3.org/TR/xmlschema-1/#element-unique"/> </xs:annotation> </xs:element>
 

Methods in net.sf.jaxme.xs.xml.impl that return XsTIdentityConstraint
 XsTIdentityConstraint[] XsTElementImpl.getIdentityConstraints()
           
 XsTIdentityConstraint[] XsGIdentityConstraintImpl.getIdentityConstraints()
           
 

Methods in net.sf.jaxme.xs.xml.impl with parameters of type XsTIdentityConstraint
protected  void XsGIdentityConstraintImpl.addIdentityConstraint(XsTIdentityConstraint pConstraint)