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

All Superinterfaces:
XsObject, XsTAnnotated, XsTIdentityConstraint, XsTKeybase, XsTOpenAttrs
All Known Implementing Classes:
XsEKeyImpl

public interface XsEKey
extends XsTKeybase, XsTIdentityConstraint

Interface of the xs:key element, specified as follows:

  <xs:element name="key" type="xs:keybase" id="key">
    <xs:annotation>
      <xs:documentation source="http://www.w3.org/TR/xmlschema-1/#element-key"/>
    </xs:annotation>
  </xs:element>
 

Author:
Jochen Wiedmann

Method Summary
 
Methods inherited from interface org.apache.ws.jaxme.xs.xml.XsTKeybase
createField, createSelector, getFields, getName, getSelector, setName
 
Methods inherited from interface org.apache.ws.jaxme.xs.xml.XsTAnnotated
createAnnotation, getAnnotation, getId, setId
 
Methods inherited from interface org.apache.ws.jaxme.xs.xml.XsTOpenAttrs
getOpenAttributes
 
Methods inherited from interface org.apache.ws.jaxme.xs.xml.XsObject
getLocator, getObjectFactory, getParentObject, getXsESchema, isTopLevelObject, validate