org.apache.ws.jaxme.xs.impl
Class XSTypeImpl.XSAllComplexTypeImpl

java.lang.Object
  extended by org.apache.ws.jaxme.xs.impl.XSTypeImpl.XSComplexTypeImpl
      extended by org.apache.ws.jaxme.xs.impl.XSTypeImpl.XSBasicComplexTypeImpl
          extended by org.apache.ws.jaxme.xs.impl.XSTypeImpl.XSAllComplexTypeImpl
All Implemented Interfaces:
XSComplexType
Enclosing class:
XSTypeImpl

public class XSTypeImpl.XSAllComplexTypeImpl
extends XSTypeImpl.XSBasicComplexTypeImpl


Field Summary
 
Fields inherited from class org.apache.ws.jaxme.xs.impl.XSTypeImpl.XSComplexTypeImpl
owner, restrictedType
 
Constructor Summary
XSTypeImpl.XSAllComplexTypeImpl(XSType pOwner, XsTComplexType pType, XsTAll pAll)
           
 
Method Summary
 boolean isAll()
           
 
Methods inherited from class org.apache.ws.jaxme.xs.impl.XSTypeImpl.XSBasicComplexTypeImpl
getAttributes, getComplexContentType, getParticle, setParticle
 
Methods inherited from class org.apache.ws.jaxme.xs.impl.XSTypeImpl.XSComplexTypeImpl
getExtendedType, getOwner, getRestrictedType, getSimpleContent, getXsTComplexType, hasComplexContent, hasSimpleContent, isChoice, isElementOnly, isEmpty, isExtension, isMixed, isRestriction, isSequence, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XSTypeImpl.XSAllComplexTypeImpl

public XSTypeImpl.XSAllComplexTypeImpl(XSType pOwner,
                                       XsTComplexType pType,
                                       XsTAll pAll)
                                throws org.xml.sax.SAXException
Throws:
org.xml.sax.SAXException
Method Detail

isAll

public boolean isAll()
Overrides:
isAll in class XSTypeImpl.XSComplexTypeImpl