org.apache.ws.commons.schema
Class XmlSchemaSequence
java.lang.Object
org.apache.ws.commons.schema.XmlSchemaObject
org.apache.ws.commons.schema.XmlSchemaAnnotated
org.apache.ws.commons.schema.XmlSchemaParticle
org.apache.ws.commons.schema.XmlSchemaGroupBase
org.apache.ws.commons.schema.XmlSchemaSequence
public class XmlSchemaSequence
- extends XmlSchemaGroupBase
Requires the elements in the group to appear in the specified sequence
within the containing element. Represents the World Wide Web Consortium
(W3C) sequence (compositor) element.
XmlSchemaSequence
public XmlSchemaSequence()
- Creates new XmlSchemaSequence
getItems
public XmlSchemaObjectCollection getItems()
- The elements contained within the compositor.
Collection of XmlSchemaElement, XmlSchemaGroupRef,
XmlSchemaChoice, XmlSchemaSequence, or XmlSchemaAny.
- Specified by:
getItems
in class XmlSchemaGroupBase
toString
public String toString(String prefix,
int tab)
- Overrides:
toString
in class XmlSchemaObject
Copyright © 2004-2011 The Apache Software Foundation. All Rights Reserved.