|
|||||||||
| Home >> All >> org >> apache >> ws >> jaxme >> xs >> xml >> [ impl overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.apache.ws.jaxme.xs.xml.impl
Class XsETopLevelSimpleTypeImpl

java.lang.Objectorg.apache.ws.jaxme.xs.xml.impl.XsObjectImpl
org.apache.ws.jaxme.xs.xml.impl.XsTOpenAttrsImpl
org.apache.ws.jaxme.xs.xml.impl.XsTAnnotatedImpl
org.apache.ws.jaxme.xs.xml.impl.XsTSimpleTypeImpl
org.apache.ws.jaxme.xs.xml.impl.XsETopLevelSimpleTypeImpl
- All Implemented Interfaces:
- org.apache.ws.jaxme.xs.xml.XsETopLevelSimpleType, org.apache.ws.jaxme.xs.xml.XsObject, org.apache.ws.jaxme.xs.xml.XsRedefinable, org.apache.ws.jaxme.xs.xml.XsTAnnotated, org.apache.ws.jaxme.xs.xml.XsTOpenAttrs, org.apache.ws.jaxme.xs.xml.XsTSimpleType
- public class XsETopLevelSimpleTypeImpl
- extends XsTSimpleTypeImpl
- implements org.apache.ws.jaxme.xs.xml.XsETopLevelSimpleType
- extends XsTSimpleTypeImpl
Implementation of xs:simpleType>, as specified by the following:
<xs:element name="simpleType" type="xs:topLevelSimpleType" id="simpleType">
<xs:annotation>
<xs:documentation
source="http://www.w3.org/TR/xmlschema-2/#element-simpleType"/>
</xs:annotation>
</xs:element>
<xs:complexType name="topLevelSimpleType">
<xs:complexContent>
<xs:restriction base="xs:simpleType">
<xs:sequence>
<xs:element ref="xs:annotation" minOccurs="0"/>
<xs:group ref="xs:simpleDerivation"/>
</xs:sequence>
<xs:attribute name="name" use="required" type="xs:NCName">
<xs:annotation>
<xs:documentation>
Required at the top level
</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:restriction>
</xs:complexContent>
</xs:complexType>
| Field Summary |
| Fields inherited from class org.apache.ws.jaxme.xs.xml.impl.XsTSimpleTypeImpl |
|
| Fields inherited from class org.apache.ws.jaxme.xs.xml.impl.XsTAnnotatedImpl |
|
| Fields inherited from class org.apache.ws.jaxme.xs.xml.impl.XsTOpenAttrsImpl |
|
| Fields inherited from class org.apache.ws.jaxme.xs.xml.impl.XsObjectImpl |
|
| Constructor Summary | |
protected |
XsETopLevelSimpleTypeImpl(org.apache.ws.jaxme.xs.xml.XsObject pParent)
|
| Method Summary | |
void |
validate()
Validates the internal state of the type, attribute, element, or whatever object. |
| Methods inherited from class org.apache.ws.jaxme.xs.xml.impl.XsTSimpleTypeImpl |
createList, createRestriction, createUnion, getFinal, getList, getName, getRestriction, getUnion, setFinal, setName |
| 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 |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.apache.ws.jaxme.xs.xml.XsTSimpleType |
createList, createRestriction, createUnion, getFinal, getList, getName, getRestriction, getUnion, setFinal, 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 |
| Constructor Detail |
XsETopLevelSimpleTypeImpl
protected XsETopLevelSimpleTypeImpl(org.apache.ws.jaxme.xs.xml.XsObject pParent)
| Method Detail |
validate
public void validate()
throws org.xml.sax.SAXException
- Description copied from interface:
org.apache.ws.jaxme.xs.xml.XsObject - Validates the internal state of the type, attribute, element,
or whatever object.
- Specified by:
validatein interfaceorg.apache.ws.jaxme.xs.xml.XsObject- Overrides:
validatein classXsTSimpleTypeImpl
|
|||||||||
| Home >> All >> org >> apache >> ws >> jaxme >> xs >> xml >> [ impl overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC