org.apache.ws.commons.schema
Class XmlSchemaGroup
java.lang.Object
org.apache.ws.commons.schema.XmlSchemaObject
org.apache.ws.commons.schema.XmlSchemaAnnotated
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.
Methods inherited from class org.apache.ws.commons.schema.XmlSchemaObject |
addMetaInfo, equals, getLineNumber, getLinePosition, getMetaInfoMap, getSourceURI, setLineNumber, setLinePosition, setMetaInfoMap, setSourceURI, toString |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
XmlSchemaGroup
public XmlSchemaGroup()
- Creates new XmlSchemaGroup
getName
public javax.xml.namespace.QName getName()
setName
public void setName(javax.xml.namespace.QName name)
getParticle
public XmlSchemaGroupBase getParticle()
setParticle
public void setParticle(XmlSchemaGroupBase particle)
Copyright © 2004-2009 The Apache Software Foundation. All Rights Reserved.