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

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.XSGroupComplexTypeImpl
All Implemented Interfaces:
XSComplexType
Enclosing class:
XSTypeImpl

public class XSTypeImpl.XSGroupComplexTypeImpl
extends XSTypeImpl.XSBasicComplexTypeImpl


Field Summary
 
Fields inherited from class org.apache.ws.jaxme.xs.impl.XSTypeImpl.XSComplexTypeImpl
owner, restrictedType
 
Constructor Summary
XSTypeImpl.XSGroupComplexTypeImpl(XSType pOwner, XsTComplexType pType, XSGroup pGroup, XsTGroupRef pRef)
           
 
Method Summary
 boolean isAll()
           
 boolean isChoice()
           
 boolean isSequence()
           
 
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, isElementOnly, isEmpty, isExtension, isMixed, isRestriction, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XSTypeImpl.XSGroupComplexTypeImpl

public XSTypeImpl.XSGroupComplexTypeImpl(XSType pOwner,
                                         XsTComplexType pType,
                                         XSGroup pGroup,
                                         XsTGroupRef pRef)
                                  throws org.xml.sax.SAXException
Throws:
org.xml.sax.SAXException
Method Detail

isAll

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

isChoice

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

isSequence

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