org.apache.ws.jaxme.xs.xml.impl

Class XsEKeyImpl

Implemented Interfaces:
XsEKey, XsObject, XsTAnnotated, XsTIdentityConstraint, XsTKeybase, XsTOpenAttrs

public class XsEKeyImpl
extends XsTKeybaseImpl
implements XsEKey

Implementation 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

Constructor Summary

XsEKeyImpl(XsObject pParent)

Method Summary

Methods inherited from class org.apache.ws.jaxme.xs.xml.impl.XsTKeybaseImpl

createField, createSelector, getFields, getName, getSelector, setName, validate

Methods inherited from class org.apache.ws.jaxme.xs.xml.impl.XsTAnnotatedImpl

createAnnotation, getAnnotation, getId, setId

Methods inherited from class org.apache.ws.jaxme.xs.xml.impl.XsTOpenAttrsImpl

getOpenAttributes, setAttribute

Methods inherited from class org.apache.ws.jaxme.xs.xml.impl.XsObjectImpl

asXsQName, asXsQName, getContext, getLocator, getNamespaceSupport, getObjectFactory, getParentObject, getXsESchema, isTopLevelObject, isValidated, validate

Constructor Details

XsEKeyImpl

protected XsEKeyImpl(XsObject pParent)