Uses of Class
org.exolab.castor.xml.schema.IdentityConstraint
Packages that use IdentityConstraint
-
Uses of IdentityConstraint in org.exolab.castor.xml.schema
Subclasses of IdentityConstraint in org.exolab.castor.xml.schemaModifier and TypeClassDescriptionclass
A class that represents the XML Schema Identity Constraint: Key.class
A class that represents the XML Schema Identity Constraint: KeyRef.class
A class that represents the XML Schema Identity Constraint: Unique.Methods in org.exolab.castor.xml.schema with parameters of type IdentityConstraintModifier and TypeMethodDescriptionvoid
ElementDecl.addIdentityConstraint
(IdentityConstraint constraint) Adds the given IdentityConstraint to this element definition.boolean
ElementDecl.removeIdentityConstraint
(IdentityConstraint constraint) Removes the given IdentityConstraint from this element definition. -
Uses of IdentityConstraint in org.exolab.castor.xml.schema.reader
Methods in org.exolab.castor.xml.schema.reader that return IdentityConstraintModifier and TypeMethodDescriptionIdentityConstraintUnmarshaller.getIdentityConstraint()
Returns the IdentityConstraint created.