Class KeyRefConstraint

java.lang.Object
com.sun.msv.grammar.xmlschema.IdentityConstraint
com.sun.msv.grammar.xmlschema.KeyRefConstraint
All Implemented Interfaces:
Serializable

public class KeyRefConstraint extends IdentityConstraint
keyref constraint.
See Also:
  • Field Details

    • key

      public KeyConstraint key
      corresponding key constraint. this field is intentionally non-final.
    • serialVersionUID

      private static final long serialVersionUID
      See Also:
  • Constructor Details

    • KeyRefConstraint

      public KeyRefConstraint(String namespaceURI, String localName, XPath[] selector, Field[] fields)