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 XmlSchema.getIncludes()
           
 XmlSchemaObjectCollection XmlSchema.getItems()
           
 XmlSchemaObjectCollection XmlSchemaComplexType.getAttributes()
           
 XmlSchemaObjectCollection XmlSchemaElement.getConstraints()
          Returns a collection of constraints on the element.
 XmlSchemaObjectCollection XmlSchemaSimpleTypeRestriction.getFacets()
           
 XmlSchemaObjectCollection XmlSchemaSimpleContentExtension.getAttributes()
           
 XmlSchemaObjectCollection XmlSchemaSimpleTypeUnion.getBaseTypes()
           
 XmlSchemaObjectCollection XmlSchemaIdentityConstraint.getFields()
           
 XmlSchemaObjectCollection XmlSchemaChoice.getItems()
           
abstract  XmlSchemaObjectCollection XmlSchemaGroupBase.getItems()
           
 XmlSchemaObjectCollection XmlSchemaAttributeGroup.getAttributes()
           
 XmlSchemaObjectCollection XmlSchemaComplexContentExtension.getAttributes()
           
 XmlSchemaObjectCollection XmlSchemaAll.getItems()
           
 XmlSchemaObjectCollection XmlSchemaAnnotation.getItems()
           
 XmlSchemaObjectCollection XmlSchemaRedefine.getItems()
           
 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)