Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.apache.ws.jaxme.xs.xml.impl
Class XsEComplexContentImpl  view XsEComplexContentImpl download XsEComplexContentImpl.java

java.lang.Object
  extended byorg.apache.ws.jaxme.xs.xml.impl.XsObjectImpl
      extended byorg.apache.ws.jaxme.xs.xml.impl.XsTOpenAttrsImpl
          extended byorg.apache.ws.jaxme.xs.xml.impl.XsTAnnotatedImpl
              extended byorg.apache.ws.jaxme.xs.xml.impl.XsEComplexContentImpl
All Implemented Interfaces:
org.apache.ws.jaxme.xs.xml.XsEComplexContent, org.apache.ws.jaxme.xs.xml.XsObject, org.apache.ws.jaxme.xs.xml.XsTAnnotated, org.apache.ws.jaxme.xs.xml.XsTOpenAttrs

public class XsEComplexContentImpl
extends XsTAnnotatedImpl
implements org.apache.ws.jaxme.xs.xml.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>
 


Field Summary
private  org.apache.ws.jaxme.xs.xml.XsTExtensionType extension
           
private  java.lang.Boolean isMixed
           
private  org.apache.ws.jaxme.xs.xml.XsTComplexRestrictionType restriction
           
 
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 XsEComplexContentImpl(org.apache.ws.jaxme.xs.xml.XsObject pParent)
           
 
Method Summary
 org.apache.ws.jaxme.xs.xml.XsTExtensionType createExtension()
           
 org.apache.ws.jaxme.xs.xml.XsTComplexRestrictionType createRestriction()
           
 org.apache.ws.jaxme.xs.xml.XsTExtensionType getExtension()
           
 org.apache.ws.jaxme.xs.xml.XsTComplexRestrictionType getRestriction()
           
 java.lang.Boolean isMixed()
           
 void setMixed(boolean pMixed)
           
 
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
 
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.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
 

Field Detail

restriction

private org.apache.ws.jaxme.xs.xml.XsTComplexRestrictionType restriction

extension

private org.apache.ws.jaxme.xs.xml.XsTExtensionType extension

isMixed

private java.lang.Boolean isMixed
Constructor Detail

XsEComplexContentImpl

protected XsEComplexContentImpl(org.apache.ws.jaxme.xs.xml.XsObject pParent)
Method Detail

createRestriction

public org.apache.ws.jaxme.xs.xml.XsTComplexRestrictionType createRestriction()
Specified by:
createRestriction in interface org.apache.ws.jaxme.xs.xml.XsEComplexContent

getRestriction

public org.apache.ws.jaxme.xs.xml.XsTComplexRestrictionType getRestriction()
Specified by:
getRestriction in interface org.apache.ws.jaxme.xs.xml.XsEComplexContent

createExtension

public org.apache.ws.jaxme.xs.xml.XsTExtensionType createExtension()
Specified by:
createExtension in interface org.apache.ws.jaxme.xs.xml.XsEComplexContent

getExtension

public org.apache.ws.jaxme.xs.xml.XsTExtensionType getExtension()
Specified by:
getExtension in interface org.apache.ws.jaxme.xs.xml.XsEComplexContent

setMixed

public void setMixed(boolean pMixed)
Specified by:
setMixed in interface org.apache.ws.jaxme.xs.xml.XsEComplexContent

isMixed

public java.lang.Boolean isMixed()
Specified by:
isMixed in interface org.apache.ws.jaxme.xs.xml.XsEComplexContent