org.apache.ws.jaxme.xs.xml.impl
Class XsEComplexContentImpl
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.XsEComplexContentImpl
org.apache.ws.jaxme.xs.xml.impl.XsEComplexContentImpl
- All Implemented Interfaces: 
- XsEComplexContent, XsObject, XsTAnnotated, XsTOpenAttrs
- public class XsEComplexContentImpl- extends XsTAnnotatedImpl- implements XsEComplexContent
Implementation of the element xs:complexContent,
 as specified by:
 
  <xs:element name="complexContent" id="complexContent">
    <xs:annotation>
      <xs:documentation
          source="http://www.w3.org/TR/xmlschema-1/#element-complexContent"/>
    </xs:annotation>
    <xs:complexType>
      <xs:complexContent>
        <xs:extension base="xs:annotated">
          <xs:choice>
            <xs:element name="restriction" type="xs:complexRestrictionType"/>
            <xs:element name="extension" type="xs:extensionType"/>
          </xs:choice>
          <xs:attribute name="mixed" type="xs:boolean">
            <xs:annotation>
              <xs:documentation>
                Overrides any setting on complexType parent.
              </xs:documentation>
            </xs:annotation>
          </xs:attribute>
        </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 | 
 
 
 
 
XsEComplexContentImpl
protected XsEComplexContentImpl(XsObject pParent)
createRestriction
public XsTComplexRestrictionType createRestriction()
- 
- Specified by:
- createRestrictionin interface- XsEComplexContent
 
- 
 
getRestriction
public XsTComplexRestrictionType getRestriction()
- 
- Specified by:
- getRestrictionin interface- XsEComplexContent
 
- 
 
createExtension
public XsTExtensionType createExtension()
- 
- Specified by:
- createExtensionin interface- XsEComplexContent
 
- 
 
getExtension
public XsTExtensionType getExtension()
- 
- Specified by:
- getExtensionin interface- XsEComplexContent
 
- 
 
setMixed
public void setMixed(boolean pMixed)
- 
- Specified by:
- setMixedin interface- XsEComplexContent
 
- 
 
isMixed
public java.lang.Boolean isMixed()
- 
- Specified by:
- isMixedin interface- XsEComplexContent
 
-