org.apache.ws.commons.schema
Class XmlSchemaChoice
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.XmlSchemaChoice
public class XmlSchemaChoice
- extends XmlSchemaGroupBase
Allows only one of its children to appear in an instance. Represents
the World Wide Web Consortium (W3C) choice (compositor) element.
Methods inherited from class org.apache.ws.commons.schema.XmlSchemaObject |
addMetaInfo, equals, getLineNumber, getLinePosition, getMetaInfoMap, getSourceURI, setLineNumber, setLinePosition, setMetaInfoMap, setSourceURI, toString |
XmlSchemaChoice
public XmlSchemaChoice()
- Creates new XmlSchemaChoice
getItems
public XmlSchemaObjectCollection getItems()
- Specified by:
getItems
in class XmlSchemaGroupBase
Copyright © 2004-2011 The Apache Software Foundation. All Rights Reserved.