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

Class XsTTopLevelElementImpl

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

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, validate

Constructor Details

XsTTopLevelElementImpl

protected XsTTopLevelElementImpl(XsObject pParent)

Method Details

isGlobal

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