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

Class XsTGroupRefImpl

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

XsTGroupRefImpl(XsObject pParent)

Method Summary

void
validate()

Methods inherited from class org.apache.ws.jaxme.xs.xml.impl.XsTRealGroupImpl

createAll, createAny, createChoice, createElement, createGroup, createSequence, validate

Methods inherited from class org.apache.ws.jaxme.xs.xml.impl.XsTGroupImpl

createAll, createAny, createChoice, createElement, createGroup, createSequence, 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, validate

Constructor Details

XsTGroupRefImpl

protected XsTGroupRefImpl(XsObject pParent)

Method Details

validate

public void validate()
Specified by:
validate in interface XsObject
validate in interface XsAGDefRef
validate in interface XsAGOccurs
Overrides:
validate in interface XsTRealGroupImpl