net.sf.jaxme.xs.xml
Interface XsGIdentityConstraint

All Known Subinterfaces:
XsTElement, XsTLocalElement, XsTTopLevelElement
All Known Implementing Classes:
XsGIdentityConstraintImpl, XsTElementImpl, 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 Detail

createUnique

public XsEUnique createUnique()

createKey

public XsEKey createKey()

createKeyref

public XsEKeyref createKeyref()

getIdentityConstraints

public XsTIdentityConstraint[] getIdentityConstraints()