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

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.XsTGroupImpl
                  extended by org.apache.ws.jaxme.xs.xml.impl.XsTRealGroupImpl
                      extended by org.apache.ws.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 the internal state of the type, attribute, element, or whatever object.
 
Methods inherited from class org.apache.ws.jaxme.xs.xml.impl.XsTRealGroupImpl
createAll, createAny, createChoice, createElement, createGroup, createSequence
 
Methods inherited from class org.apache.ws.jaxme.xs.xml.impl.XsTGroupImpl
getMaxOccurs, getMinOccurs, getName, getParticles, getRef, setMaxOccurs, setMinOccurs, setName, setRef, setRef
 
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.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
 
Methods inherited from interface org.apache.ws.jaxme.xs.xml.XsAGDefRef
getName, getRef, setName, setRef
 
Methods inherited from interface org.apache.ws.jaxme.xs.xml.XsAGOccurs
getMaxOccurs, getMinOccurs, setMaxOccurs, setMinOccurs
 
Methods inherited from interface org.apache.ws.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: XsObject
Validates the internal state of the type, attribute, element, or whatever object.

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