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 GroupRefSchemaFactory. createGroupRef()Returns a new object of class 'Group Ref'.GroupRefComplexType. getGroup()Returns the value of the 'Group' containment reference.GroupRefExtensionType. getGroup()Returns the value of the 'Group' containment reference.GroupRefRestrictionType. 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 voidComplexType. setGroup(GroupRef value)Sets the value of the 'Group' containment reference.voidExtensionType. setGroup(GroupRef value)Sets the value of the 'Group' containment reference.voidRestrictionType. 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 classGroupRefImplAn implementation of the model object 'Group Ref'.Fields in org.w3._2001.schema.impl declared as GroupRef Modifier and Type Field Description protected GroupRefComplexTypeImpl. groupThe cached value of the 'Group' containment reference.protected GroupRefExtensionTypeImpl. groupThe cached value of the 'Group' containment reference.protected GroupRefRestrictionTypeImpl. groupThe cached value of the 'Group' containment reference.Methods in org.w3._2001.schema.impl that return GroupRef Modifier and Type Method Description GroupRefSchemaFactoryImpl. createGroupRef()GroupRefComplexTypeImpl. getGroup()GroupRefExtensionTypeImpl. getGroup()GroupRefRestrictionTypeImpl. 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 NotificationChainComplexTypeImpl. basicSetGroup(GroupRef newGroup, NotificationChain msgs)NotificationChainExtensionTypeImpl. basicSetGroup(GroupRef newGroup, NotificationChain msgs)NotificationChainRestrictionTypeImpl. basicSetGroup(GroupRef newGroup, NotificationChain msgs)voidComplexTypeImpl. setGroup(GroupRef newGroup)voidExtensionTypeImpl. setGroup(GroupRef newGroup)voidRestrictionTypeImpl. 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 TSchemaSwitch. caseGroupRef(GroupRef object)Returns the result of interpreting the object as an instance of 'Group Ref'.booleanSchemaValidator. validateGroupRef(GroupRef groupRef, DiagnosticChain diagnostics, Map<Object,Object> context)
-