Uses of Interface
org.w3._2001.schema.GroupRef
Packages that use GroupRef
-
Uses of GroupRef in org.w3._2001.schema
Methods in org.w3._2001.schema that return GroupRefModifier and TypeMethodDescriptionSchemaFactory.createGroupRef()
Returns a new object of class 'Group Ref'.ComplexType.getGroup()
Returns the value of the 'Group' containment reference.ExtensionType.getGroup()
Returns the value of the 'Group' containment reference.RestrictionType.getGroup()
Returns the value of the 'Group' containment reference.Methods in org.w3._2001.schema that return types with arguments of type GroupRefModifier and TypeMethodDescriptionEList<GroupRef>
Group.getGroup()
Returns the value of the 'Group' containment reference list.Methods in org.w3._2001.schema with parameters of type GroupRef -
Uses of GroupRef in org.w3._2001.schema.impl
Classes in org.w3._2001.schema.impl that implement GroupRefModifier and TypeClassDescriptionclass
An implementation of the model object 'Group Ref'.Fields in org.w3._2001.schema.impl declared as GroupRefModifier and TypeFieldDescriptionprotected GroupRef
ComplexTypeImpl.group
The cached value of the 'Group
' containment reference.protected GroupRef
ExtensionTypeImpl.group
The cached value of the 'Group
' containment reference.protected GroupRef
RestrictionTypeImpl.group
The cached value of the 'Group
' containment reference.Methods in org.w3._2001.schema.impl that return GroupRefModifier and TypeMethodDescriptionSchemaFactoryImpl.createGroupRef()
ComplexTypeImpl.getGroup()
ExtensionTypeImpl.getGroup()
RestrictionTypeImpl.getGroup()
Methods in org.w3._2001.schema.impl that return types with arguments of type GroupRefMethods in org.w3._2001.schema.impl with parameters of type GroupRefModifier and TypeMethodDescriptionNotificationChain
ComplexTypeImpl.basicSetGroup
(GroupRef newGroup, NotificationChain msgs) NotificationChain
ExtensionTypeImpl.basicSetGroup
(GroupRef newGroup, NotificationChain msgs) NotificationChain
RestrictionTypeImpl.basicSetGroup
(GroupRef newGroup, NotificationChain msgs) void
void
void
-
Uses of GroupRef in org.w3._2001.schema.util
Methods in org.w3._2001.schema.util with parameters of type GroupRefModifier and TypeMethodDescriptionSchemaSwitch.caseGroupRef
(GroupRef object) Returns the result of interpreting the object as an instance of 'Group Ref'.boolean
SchemaValidator.validateGroupRef
(GroupRef groupRef, DiagnosticChain diagnostics, Map<Object, Object> context)