org.apache.ws.jaxme.xs.xml
Interface XsGIdentityConstraint

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

createUnique

XsEUnique createUnique()

createKey

XsEKey createKey()

createKeyref

XsEKeyref createKeyref()

getIdentityConstraints

XsTIdentityConstraint[] getIdentityConstraints()