org.apache.ws.commons.schema
Class XmlSchemaIdentityConstraint

java.lang.Object
  extended by org.apache.ws.commons.schema.XmlSchemaObject
      extended by org.apache.ws.commons.schema.XmlSchemaAnnotated
          extended by org.apache.ws.commons.schema.XmlSchemaIdentityConstraint
All Implemented Interfaces:
XmlSchemaObjectBase
Direct Known Subclasses:
XmlSchemaKey, XmlSchemaKeyref, XmlSchemaUnique

public class XmlSchemaIdentityConstraint
extends XmlSchemaAnnotated

Class for the identity constraints: key, keyref, and unique elements.


Constructor Summary
XmlSchemaIdentityConstraint()
          Creates new XmlSchemaIdentityConstraint
 
Method Summary
 List<XmlSchemaXPath> getFields()
           
 String getName()
           
 XmlSchemaXPath getSelector()
           
 void setName(String name)
           
 void setSelector(XmlSchemaXPath selector)
           
 
Methods inherited from class org.apache.ws.commons.schema.XmlSchemaAnnotated
getAnnotation, getId, getUnhandledAttributes, setAnnotation, setId, setUnhandledAttributes, toString
 
Methods inherited from class org.apache.ws.commons.schema.XmlSchemaObject
addMetaInfo, equals, getLineNumber, getLinePosition, getMetaInfoMap, getSourceURI, hashCode, setLineNumber, setLinePosition, setMetaInfoMap, setSourceURI
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

XmlSchemaIdentityConstraint

public XmlSchemaIdentityConstraint()
Creates new XmlSchemaIdentityConstraint

Method Detail

getFields

public List<XmlSchemaXPath> getFields()

getName

public String getName()

getSelector

public XmlSchemaXPath getSelector()

setName

public void setName(String name)

setSelector

public void setSelector(XmlSchemaXPath selector)


Copyright © 2004-2015 The Apache Software Foundation. All Rights Reserved.