org.apache.ws.jaxme.xs.xml

Interface XsGIdentityConstraint

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
XsEKeycreateKey()
XsEKeyrefcreateKeyref()
XsEUniquecreateUnique()
XsTIdentityConstraint[]getIdentityConstraints()

Method Detail

createKey

public XsEKey createKey()

createKeyref

public XsEKeyref createKeyref()

createUnique

public XsEUnique createUnique()

getIdentityConstraints

public XsTIdentityConstraint[] getIdentityConstraints()