com.sun.msv.grammar.xmlschema
Class KeyRefConstraint

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

public class KeyRefConstraint
extends IdentityConstraint

keyref constraint.

Author:
Kohsuke KAWAGUCHI
See Also:
Serialized Form

Field Summary
 KeyConstraint key
          corresponding key constraint.
 
Fields inherited from class com.sun.msv.grammar.xmlschema.IdentityConstraint
fields, localName, namespaceURI, selectors
 
Constructor Summary
KeyRefConstraint(String namespaceURI, String localName, XPath[] selector, Field[] fields)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

key

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

Constructor Detail

KeyRefConstraint

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


MSV