org.apache.ws.commons.schema
Class XmlSchemaKeyref
java.lang.Object
org.apache.ws.commons.schema.XmlSchemaObject
org.apache.ws.commons.schema.XmlSchemaAnnotated
org.apache.ws.commons.schema.XmlSchemaIdentityConstraint
org.apache.ws.commons.schema.XmlSchemaKeyref
- All Implemented Interfaces:
- XmlSchemaObjectBase
public class XmlSchemaKeyref
- extends XmlSchemaIdentityConstraint
Identifies a keyref constraint. Represents the World Wide Web Consortium (W3C) keyref element.
Methods inherited from class org.apache.ws.commons.schema.XmlSchemaObject |
addMetaInfo, equals, getLineNumber, getLinePosition, getMetaInfoMap, getSourceURI, hashCode, setLineNumber, setLinePosition, setMetaInfoMap, setSourceURI |
XmlSchemaKeyref
public XmlSchemaKeyref()
- Creates new XmlSchemaKeyref
getRefer
public QName getRefer()
setRefer
public void setRefer(QName refer)
Copyright © 2004-2015 The Apache Software Foundation. All Rights Reserved.