org.apache.ws.commons.schema
Class XmlSchemaSequence

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.XmlSchemaParticle
              extended by org.apache.ws.commons.schema.XmlSchemaGroupParticle
                  extended by org.apache.ws.commons.schema.XmlSchemaSequence
All Implemented Interfaces:
XmlSchemaObjectBase, XmlSchemaChoiceMember, XmlSchemaSequenceMember

public class XmlSchemaSequence
extends XmlSchemaGroupParticle
implements XmlSchemaChoiceMember, XmlSchemaSequenceMember

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. (element|group|choice|sequence|any)


Field Summary
 
Fields inherited from class org.apache.ws.commons.schema.XmlSchemaParticle
DEFAULT_MAX_OCCURS, DEFAULT_MIN_OCCURS
 
Constructor Summary
XmlSchemaSequence()
          Creates new XmlSchemaSequence
 
Method Summary
 List<XmlSchemaSequenceMember> getItems()
          The elements contained within the compositor.
 
Methods inherited from class org.apache.ws.commons.schema.XmlSchemaParticle
getMaxOccurs, getMinOccurs, setMaxOccurs, setMinOccurs
 
Methods inherited from class org.apache.ws.commons.schema.XmlSchemaAnnotated
getAnnotation, getId, getUnhandledAttributes, setAnnotation, setId, setUnhandledAttributes, toString
 
Methods inherited from class org.apache.ws.commons.schema.XmlSchemaObject
addMetaInfo, equals, getLineNumber, getLinePosition, getMetaInfoMap, getSourceURI, hashCode, setLineNumber, setLinePosition, setMetaInfoMap, setSourceURI
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

XmlSchemaSequence

public XmlSchemaSequence()
Creates new XmlSchemaSequence

Method Detail

getItems

public List<XmlSchemaSequenceMember> getItems()
The elements contained within the compositor. Collection of XmlSchemaElement, XmlSchemaGroupRef, XmlSchemaChoice, XmlSchemaSequence, or XmlSchemaAny.



Copyright © 2004-2015 The Apache Software Foundation. All Rights Reserved.