Uses of Class
org.exolab.castor.xml.schema.ModelGroup
Packages that use ModelGroup
-
Uses of ModelGroup in org.exolab.castor.xml.schema
Methods in org.exolab.castor.xml.schema that return ModelGroupModifier and TypeMethodDescriptionRedefineSchema.getModelGroup
(String name) Returns the Model Group of the given name that is contained in this RedefineSchema.Schema.getModelGroup
(String name) Returns the ModeGroup of associated with the given nameModelGroup.getReference()
Returns the reference if anyMethods in org.exolab.castor.xml.schema that return types with arguments of type ModelGroupModifier and TypeMethodDescriptionRedefineSchema.enumerateGroups()
Enumerates the group names.Schema.getModelGroups()
Returns an Enumeration of all top-level ModelGroup declarationsMethods in org.exolab.castor.xml.schema with parameters of type ModelGroupModifier and TypeMethodDescriptionvoid
ComplexType.addGroup
(ModelGroup group) Adds the given ModelGroup Definition to thisContentModelGroup
.void
ContentModelGroup.addGroup
(ModelGroup group) Adds the givenModelGroup
definition to thisContentModelGroup
.void
Group.addGroup
(ModelGroup group) Adds the givenModelGroup
definition to thisContentModelGroup
.void
RedefineSchema.addGroup
(ModelGroup group) Adds a group name in the list of redefined groups.void
ModelGroup.addModelGroup
(ModelGroup modelGroup) Adds the given ModelGroup to this ModelGroupvoid
Schema.addModelGroup
(ModelGroup group) Adds the given Group declaration to this Schema definitionboolean
ComplexType.removeGroup
(ModelGroup group) Removes the given ModelGroup Definition from this ContentModelGroup.boolean
ContentModelGroup.removeGroup
(ModelGroup group) Removes the givenModelGroup
definition from thisContentModelGroup
.boolean
Group.removeGroup
(ModelGroup group) Removes the givenModelGroup
definition from thisContentModelGroup
.boolean
RedefineSchema.removeGroup
(ModelGroup group) Removes the given ModelGroup from the redefine structure.boolean
Schema.removeGroup
(ModelGroup group) Removes the given top level ModelGroup definition from this Schema -
Uses of ModelGroup in org.exolab.castor.xml.schema.reader
Methods in org.exolab.castor.xml.schema.reader that return ModelGroupModifier and TypeMethodDescriptionModelGroupUnmarshaller.getGroup()
Returns the Group that was unmarshalled by this Unmarshaller.