Uses of Interface
org.w3._2001.schema.GroupRef
-
Packages that use GroupRef Package Description org.w3._2001.schema org.w3._2001.schema.impl org.w3._2001.schema.util -
-
Uses of GroupRef in org.w3._2001.schema
Methods in org.w3._2001.schema that return GroupRef Modifier and Type Method Description GroupRef
SchemaFactory. createGroupRef()
Returns a new object of class 'Group Ref'.GroupRef
ComplexType. getGroup()
Returns the value of the 'Group' containment reference.GroupRef
ExtensionType. getGroup()
Returns the value of the 'Group' containment reference.GroupRef
RestrictionType. getGroup()
Returns the value of the 'Group' containment reference.Methods in org.w3._2001.schema that return types with arguments of type GroupRef Modifier and Type Method Description EList<GroupRef>
Group. getGroup()
Returns the value of the 'Group' containment reference list.Methods in org.w3._2001.schema with parameters of type GroupRef Modifier and Type Method Description void
ComplexType. setGroup(GroupRef value)
Sets the value of the 'Group
' containment reference.void
ExtensionType. setGroup(GroupRef value)
Sets the value of the 'Group
' containment reference.void
RestrictionType. setGroup(GroupRef value)
Sets the value of the 'Group
' containment reference. -
Uses of GroupRef in org.w3._2001.schema.impl
Classes in org.w3._2001.schema.impl that implement GroupRef Modifier and Type Class Description class
GroupRefImpl
An implementation of the model object 'Group Ref'.Fields in org.w3._2001.schema.impl declared as GroupRef Modifier and Type Field Description protected 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 GroupRef Modifier and Type Method Description GroupRef
SchemaFactoryImpl. createGroupRef()
GroupRef
ComplexTypeImpl. getGroup()
GroupRef
ExtensionTypeImpl. getGroup()
GroupRef
RestrictionTypeImpl. getGroup()
Methods in org.w3._2001.schema.impl that return types with arguments of type GroupRef Modifier and Type Method Description EList<GroupRef>
GroupImpl. getGroup()
Methods in org.w3._2001.schema.impl with parameters of type GroupRef Modifier and Type Method Description NotificationChain
ComplexTypeImpl. basicSetGroup(GroupRef newGroup, NotificationChain msgs)
NotificationChain
ExtensionTypeImpl. basicSetGroup(GroupRef newGroup, NotificationChain msgs)
NotificationChain
RestrictionTypeImpl. basicSetGroup(GroupRef newGroup, NotificationChain msgs)
void
ComplexTypeImpl. setGroup(GroupRef newGroup)
void
ExtensionTypeImpl. setGroup(GroupRef newGroup)
void
RestrictionTypeImpl. setGroup(GroupRef newGroup)
-
Uses of GroupRef in org.w3._2001.schema.util
Methods in org.w3._2001.schema.util with parameters of type GroupRef Modifier and Type Method Description T
SchemaSwitch. 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)
-