net.sf.jaxme.xs.xml.impl
Class XsTGroupRefImpl

java.lang.Object
  extended bynet.sf.jaxme.xs.xml.impl.XsObjectImpl
      extended bynet.sf.jaxme.xs.xml.impl.XsTOpenAttrsImpl
          extended bynet.sf.jaxme.xs.xml.impl.XsTAnnotatedImpl
              extended bynet.sf.jaxme.xs.xml.impl.XsTGroupImpl
                  extended bynet.sf.jaxme.xs.xml.impl.XsTRealGroupImpl
                      extended bynet.sf.jaxme.xs.xml.impl.XsTGroupRefImpl
All Implemented Interfaces:
XsAGDefRef, XsAGOccurs, XsGParticle, XsObject, XsTAnnotated, XsTGroup, XsTGroupRef, XsTNestedParticle, XsTOpenAttrs, XsTParticle, XsTRealGroup, XsTTypeDefParticle

public class XsTGroupRefImpl
extends XsTRealGroupImpl
implements XsTGroupRef

Implementation of the xs:groupRef type, with the following specification:

  
    
      
        
          
        
        
        
      
   
 

Author:
Jochen Wiedmann

Constructor Summary
protected XsTGroupRefImpl(XsObject pParent)
           
 
Method Summary
 void validate()
          Validates whether the attribute groups constraints are met.
 
Methods inherited from class net.sf.jaxme.xs.xml.impl.XsTRealGroupImpl
createAll, createAny, createChoice, createElement, createGroup, createSequence
 
Methods inherited from class net.sf.jaxme.xs.xml.impl.XsTGroupImpl
getMaxOccurs, getMinOccurs, getName, getParticles, getRef, setMaxOccurs, setMinOccurs, setName, setRef, setRef
 
Methods inherited from class net.sf.jaxme.xs.xml.impl.XsTAnnotatedImpl
createAnnotation, getAnnotation, getId, setId
 
Methods inherited from class net.sf.jaxme.xs.xml.impl.XsTOpenAttrsImpl
getOpenAttributes, setAttribute
 
Methods inherited from class net.sf.jaxme.xs.xml.impl.XsObjectImpl
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 net.sf.jaxme.xs.xml.XsTAnnotated
createAnnotation, getAnnotation, getId, setId
 
Methods inherited from interface net.sf.jaxme.xs.xml.XsObject
getLocator, getObjectFactory, getParentObject, getXsESchema, isTopLevelObject
 
Methods inherited from interface net.sf.jaxme.xs.xml.XsAGDefRef
getName, getRef, setName, setRef
 
Methods inherited from interface net.sf.jaxme.xs.xml.XsAGOccurs
getMaxOccurs, getMinOccurs, setMaxOccurs, setMinOccurs
 
Methods inherited from interface net.sf.jaxme.xs.xml.XsGParticle
createAll, createAny, createChoice, createElement, createGroup, createSequence, getParticles
 

Constructor Detail

XsTGroupRefImpl

protected XsTGroupRefImpl(XsObject pParent)
Method Detail

validate

public void validate()
Description copied from interface: XsAGDefRef

Validates whether the attribute groups constraints are met.

Specified by:
validate in interface XsObject
Overrides:
validate in class XsTRealGroupImpl