Uses of Class
org.apache.ws.commons.schema.XmlSchemaObjectCollection

Packages that use XmlSchemaObjectCollection
org.apache.ws.commons.schema   
 

Uses of XmlSchemaObjectCollection in org.apache.ws.commons.schema
 

Methods in org.apache.ws.commons.schema that return XmlSchemaObjectCollection
 XmlSchemaObjectCollection XmlSchemaComplexContentRestriction.getAttributes()
           
 XmlSchemaObjectCollection XmlSchemaComplexType.getAttributes()
           
 XmlSchemaObjectCollection XmlSchemaElement.getConstraints()
          Returns a collection of constraints on the element.
 XmlSchemaObjectCollection XmlSchemaSimpleContentExtension.getAttributes()
           
 XmlSchemaObjectCollection XmlSchemaSimpleTypeRestriction.getFacets()
           
 XmlSchemaObjectCollection XmlSchemaSimpleTypeUnion.getBaseTypes()
           
 XmlSchemaObjectCollection XmlSchemaComplexContentExtension.getAttributes()
           
 XmlSchemaObjectCollection XmlSchemaIdentityConstraint.getFields()
           
 XmlSchemaObjectCollection XmlSchemaChoice.getItems()
           
abstract  XmlSchemaObjectCollection XmlSchemaGroupBase.getItems()
           
 XmlSchemaObjectCollection XmlSchemaAnnotation.getItems()
           
 XmlSchemaObjectCollection XmlSchemaAll.getItems()
           
 XmlSchemaObjectCollection XmlSchema.getIncludes()
           
 XmlSchemaObjectCollection XmlSchema.getItems()
           
 XmlSchemaObjectCollection XmlSchemaRedefine.getItems()
           
 XmlSchemaObjectCollection XmlSchemaAttributeGroup.getAttributes()
           
 XmlSchemaObjectCollection XmlSchemaSimpleContentRestriction.getAttributes()
           
 XmlSchemaObjectCollection XmlSchemaSimpleContentRestriction.getFacets()
           
 XmlSchemaObjectCollection XmlSchemaSequence.getItems()
          The elements contained within the compositor.
 

Methods in org.apache.ws.commons.schema with parameters of type XmlSchemaObjectCollection
 void XmlSchemaAttributeGroup.setAttributes(XmlSchemaObjectCollection attributes)