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

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

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

Subinterfaces of XsGIdentityConstraint in net.sf.jaxme.xs.xml
 interface XsTElement
          Implementation of the xs:element type, as specified by the following: The element element can be used either at the top level to define an element-type binding globally, or within a content model to either reference a globally-defined element or type or declare an element-type binding locally.
 interface XsTLocalElement
          Interface of the xs:localElement type, as specified by:
 interface XsTTopLevelElement
          Interface of the xs:topLevelElement type, with the following specification:
 

Methods in net.sf.jaxme.xs.xml that return XsGIdentityConstraint
 XsGIdentityConstraint XsObjectFactory.newXsGIdentityConstraint(XsObject pOwner)
           
 

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

Classes in net.sf.jaxme.xs.xml.impl that implement XsGIdentityConstraint
 class XsGIdentityConstraintImpl
          Implementation of the group xs:identityConstraint, specified as follows: The three kinds of identity constraints, all with type of or derived from 'keybase'.
 class XsTElementImpl
          Implementation of the xs:element type, as specified by the following: <xs:complexType name="element" abstract="true"> <xs:annotation> <xs:documentation> The element element can be used either at the top level to define an element-type binding globally, or within a content model to either reference a globally-defined element or type or declare an element-type binding locally.
 class XsTLocalAllElementImpl
           
 class XsTLocalElementImpl
          Implementation of the xs:localElement type, as specified by: <xs:complexType name="localElement"> <xs:complexContent> <xs:restriction base="xs:element"> <xs:sequence> <xs:element ref="xs:annotation" minOccurs="0"/> <xs:choice minOccurs="0"> <xs:element name="simpleType" type="xs:localSimpleType"/> <xs:element name="complexType" type="xs:localComplexType"/> </xs:choice> <xs:group ref="xs:identityConstraint" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> <xs:attribute name="substitutionGroup" use="prohibited"/> <xs:attribute name="final" use="prohibited"/> <xs:attribute name="abstract" use="prohibited"/> </xs:restriction> </xs:complexContent> </xs:complexType> Implementation note: This class doesn't specify any additional methods.
 class XsTTopLevelElementImpl
          Interface of the xs:topLevelElement type, with the following specification:
 

Methods in net.sf.jaxme.xs.xml.impl that return XsGIdentityConstraint
 XsGIdentityConstraint XsObjectFactoryImpl.newXsGIdentityConstraint(XsObject pOwner)