org.apache.ws.commons.schema
Class XmlSchemaGroup

java.lang.Object
  extended by org.apache.ws.commons.schema.XmlSchemaObject
      extended by org.apache.ws.commons.schema.XmlSchemaAnnotated
          extended by org.apache.ws.commons.schema.XmlSchemaGroup

public class XmlSchemaGroup
extends XmlSchemaAnnotated

Class that defines groups at the schema level that are referenced from the complex types. Groups a set of element declarations so that they can be incorporated as a group into complex type definitions. Represents the World Wide Web Consortium (W3C) group element.


Field Summary
(package private)  java.lang.String name
           
(package private)  XmlSchemaGroupBase particle
           
 
Fields inherited from class org.apache.ws.commons.schema.XmlSchemaAnnotated
annotation, id, unhandledAttributes
 
Fields inherited from class org.apache.ws.commons.schema.XmlSchemaObject
lineNumber, linePosition, sourceURI
 
Constructor Summary
XmlSchemaGroup()
          Creates new XmlSchemaGroup
 
Method Summary
 java.lang.String getName()
           
 XmlSchemaGroupBase getParticle()
           
 void setName(java.lang.String name)
           
 void setParticle(XmlSchemaGroupBase particle)
           
 
Methods inherited from class org.apache.ws.commons.schema.XmlSchemaAnnotated
getAnnotation, getId, getUnhandledAttributes, setAnnotation, setId, setUnhandledAttributes
 
Methods inherited from class org.apache.ws.commons.schema.XmlSchemaObject
equals, getLineNumber, getLinePosition, getSourceURI, setLineNumber, setLinePosition, setSourceURI, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

java.lang.String name

particle

XmlSchemaGroupBase particle
Constructor Detail

XmlSchemaGroup

public XmlSchemaGroup()
Creates new XmlSchemaGroup

Method Detail

getName

public java.lang.String getName()

setName

public void setName(java.lang.String name)

getParticle

public XmlSchemaGroupBase getParticle()

setParticle

public void setParticle(XmlSchemaGroupBase particle)


Copyright 2004-2004-2006 Apache Software Foundation. All Rights Reserved.