|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XmlSchemaGroupBase | |
org.apache.ws.commons.schema |
Uses of XmlSchemaGroupBase in org.apache.ws.commons.schema |
Subclasses of XmlSchemaGroupBase in org.apache.ws.commons.schema | |
class |
XmlSchemaAll
Permits the elements in the group to appear (or not appear) in any order in the containing element. |
class |
XmlSchemaChoice
Allows only one of its children to appear in an instance. |
class |
XmlSchemaSequence
Requires the elements in the group to appear in the specified sequence within the containing element. |
Methods in org.apache.ws.commons.schema that return XmlSchemaGroupBase | |
XmlSchemaGroupBase |
XmlSchemaGroupRef.getParticle()
|
XmlSchemaGroupBase |
XmlSchemaGroup.getParticle()
|
Methods in org.apache.ws.commons.schema with parameters of type XmlSchemaGroupBase | |
void |
XmlSchemaGroup.setParticle(XmlSchemaGroupBase particle)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |