org.apache.ws.jaxme.xs.xml.impl
Class XsESimpleContentImpl
java.lang.Object
   org.apache.ws.jaxme.xs.xml.impl.XsObjectImpl
org.apache.ws.jaxme.xs.xml.impl.XsObjectImpl
       org.apache.ws.jaxme.xs.xml.impl.XsTOpenAttrsImpl
org.apache.ws.jaxme.xs.xml.impl.XsTOpenAttrsImpl
           org.apache.ws.jaxme.xs.xml.impl.XsTAnnotatedImpl
org.apache.ws.jaxme.xs.xml.impl.XsTAnnotatedImpl
               org.apache.ws.jaxme.xs.xml.impl.XsESimpleContentImpl
org.apache.ws.jaxme.xs.xml.impl.XsESimpleContentImpl
- All Implemented Interfaces: 
- XsESimpleContent, XsObject, XsTAnnotated, XsTOpenAttrs
- public class XsESimpleContentImpl- extends XsTAnnotatedImpl- implements XsESimpleContent
Implementation of xs:simpleContent,
 as specified by the following:
 
  <xs:element name="simpleContent" id="simpleContent">
    <xs:annotation>
      <xs:documentation source="http://www.w3.org/TR/xmlschema-1/#element-simpleContent"/>
    </xs:annotation>
    <xs:complexType>
      <xs:complexContent>
        <xs:extension base="xs:annotated">
          <xs:choice>
            <xs:element name="restriction" type="xs:simpleRestrictionType"/>
            <xs:element name="extension" type="xs:simpleExtensionType"/>
          </xs:choice>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
  </xs:element>
 
- Author:
- Jochen Wiedmann
 
 
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
 
 
 
XsESimpleContentImpl
protected XsESimpleContentImpl(XsObject pParent)
createRestriction
public XsTSimpleRestrictionType createRestriction()
- 
- Specified by:
- createRestrictionin interface- XsESimpleContent
 
- 
 
getRestriction
public XsTSimpleRestrictionType getRestriction()
- 
- Specified by:
- getRestrictionin interface- XsESimpleContent
 
- 
 
createExtension
public XsTSimpleExtensionType createExtension()
- 
- Specified by:
- createExtensionin interface- XsESimpleContent
 
- 
 
getExtension
public XsTSimpleExtensionType getExtension()
- 
- Specified by:
- getExtensionin interface- XsESimpleContent
 
- 
 
validate
public void validate()
- Description copied from interface: XsObject
- Validates the internal state of the type, attribute, element,
 or whatever object.
 
- 
- Specified by:
- validatein interface- XsObject
- Overrides:
- validatein class- XsObjectImpl
 
-