org.apache.ws.jaxme.xs.xml

Interface XsGIdentityConstraint

Known Subinterfaces:
XsTElement, XsTLocalElement, XsTTopLevelElement
Known Implementing Classes:
XsGIdentityConstraintImpl, XsTElementImpl, XsTLocalAllElementImpl, XsTLocalElementImpl, XsTTopLevelElementImpl

public interface XsGIdentityConstraint

Implementation of the group xs:identityConstraint, specified as follows:
  
    
      
        The three kinds of identity constraints, all with
        type of or derived from 'keybase'.
      
    
    
      
      
      
    
  
 
Author:
Jochen Wiedmann

Method Summary

XsEKey
createKey()
XsEKeyref
createKeyref()
XsEUnique
createUnique()
XsTIdentityConstraint[]
getIdentityConstraints()

Method Details

createKey

public XsEKey createKey()

createKeyref

public XsEKeyref createKeyref()

createUnique

public XsEUnique createUnique()

getIdentityConstraints

public XsTIdentityConstraint[] getIdentityConstraints()