org.apache.ws.jaxme.xs.xml.impl
Class XsTTopLevelElementImpl

java.lang.Object
  extended by org.apache.ws.jaxme.xs.xml.impl.XsObjectImpl
      extended by org.apache.ws.jaxme.xs.xml.impl.XsTOpenAttrsImpl
          extended by org.apache.ws.jaxme.xs.xml.impl.XsTAnnotatedImpl
              extended by org.apache.ws.jaxme.xs.xml.impl.XsTElementImpl
                  extended by org.apache.ws.jaxme.xs.xml.impl.XsTTopLevelElementImpl
All Implemented Interfaces:
XsAGDefRef, XsAGOccurs, XsGIdentityConstraint, XsObject, XsTAnnotated, XsTElement, XsTOpenAttrs, XsTTopLevelElement

public class XsTTopLevelElementImpl
extends XsTElementImpl
implements XsTTopLevelElement

Interface of the xs:topLevelElement type, with the following specification:

  
    
      
        
          
          
            
            
          
          
        
        
        
        
        
        
      
    
 

Author:
Jochen Wiedmann

Constructor Summary
protected XsTTopLevelElementImpl(XsObject pParent)
           
 
Method Summary
 boolean isGlobal()
           
 
Methods inherited from class org.apache.ws.jaxme.xs.xml.impl.XsTElementImpl
createComplexType, createKey, createKeyref, createSimpleType, createUnique, getAbstract, getBlock, getComplexType, getDefault, getFinal, getFixed, getForm, getIdentityConstraints, getMaxOccurs, getMinOccurs, getName, getNillable, getRef, getSimpleType, getSubstitutionGroup, getType, setAbstract, setBlock, setDefault, setFinal, setFixed, setForm, setMaxOccurs, setMinOccurs, setName, setNillable, setRef, setRef, setSubstitutionGroup, setSubstitutionGroup, setType, setType, validate
 
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
 
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.XsTElement
createComplexType, createSimpleType, getAbstract, getBlock, getComplexType, getDefault, getFinal, getFixed, getForm, getNillable, getSimpleType, getSubstitutionGroup, getType, setAbstract, setBlock, setDefault, setFinal, setFixed, setForm, setNillable, setSubstitutionGroup, setType
 
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
 
Methods inherited from interface org.apache.ws.jaxme.xs.xml.XsAGDefRef
getName, getRef, setName, setRef, validate
 
Methods inherited from interface org.apache.ws.jaxme.xs.xml.XsAGOccurs
getMaxOccurs, getMinOccurs, setMaxOccurs, setMinOccurs, validate
 
Methods inherited from interface org.apache.ws.jaxme.xs.xml.XsGIdentityConstraint
createKey, createKeyref, createUnique, getIdentityConstraints
 

Constructor Detail

XsTTopLevelElementImpl

protected XsTTopLevelElementImpl(XsObject pParent)
Method Detail

isGlobal

public boolean isGlobal()
Specified by:
isGlobal in interface XsTElement