Uses of Interface
org.w3._2001.schema.LocalSimpleType
Packages that use LocalSimpleType
-
Uses of LocalSimpleType in org.w3._2001.schema
Methods in org.w3._2001.schema that return LocalSimpleTypeModifier and TypeMethodDescriptionSchemaFactory.createLocalSimpleType()Returns a new object of class 'Local Simple Type'.Attribute.getSimpleType()Returns the value of the 'Simple Type' containment reference.Element.getSimpleType()Returns the value of the 'Simple Type' containment reference.ListType.getSimpleType()Returns the value of the 'Simple Type' containment reference.RestrictionType.getSimpleType()Returns the value of the 'Simple Type' containment reference.RestrictionType1.getSimpleType()Returns the value of the 'Simple Type' containment reference.Methods in org.w3._2001.schema that return types with arguments of type LocalSimpleTypeModifier and TypeMethodDescriptionEList<LocalSimpleType>UnionType.getSimpleType()Returns the value of the 'Simple Type' containment reference list.Methods in org.w3._2001.schema with parameters of type LocalSimpleTypeModifier and TypeMethodDescriptionvoidAttribute.setSimpleType(LocalSimpleType value) Sets the value of the 'Simple Type' containment reference.voidElement.setSimpleType(LocalSimpleType value) Sets the value of the 'Simple Type' containment reference.voidListType.setSimpleType(LocalSimpleType value) Sets the value of the 'Simple Type' containment reference.voidRestrictionType.setSimpleType(LocalSimpleType value) Sets the value of the 'Simple Type' containment reference.voidRestrictionType1.setSimpleType(LocalSimpleType value) Sets the value of the 'Simple Type' containment reference. -
Uses of LocalSimpleType in org.w3._2001.schema.impl
Classes in org.w3._2001.schema.impl that implement LocalSimpleTypeModifier and TypeClassDescriptionclassAn implementation of the model object 'Local Simple Type'.Fields in org.w3._2001.schema.impl declared as LocalSimpleTypeModifier and TypeFieldDescriptionprotected LocalSimpleTypeAttributeImpl.simpleTypeThe cached value of the 'Simple Type' containment reference.protected LocalSimpleTypeElementImpl.simpleTypeThe cached value of the 'Simple Type' containment reference.protected LocalSimpleTypeListTypeImpl.simpleTypeThe cached value of the 'Simple Type' containment reference.protected LocalSimpleTypeRestrictionType1Impl.simpleTypeThe cached value of the 'Simple Type' containment reference.protected LocalSimpleTypeRestrictionTypeImpl.simpleTypeThe cached value of the 'Simple Type' containment reference.Fields in org.w3._2001.schema.impl with type parameters of type LocalSimpleTypeModifier and TypeFieldDescriptionprotected EList<LocalSimpleType>UnionTypeImpl.simpleTypeThe cached value of the 'Simple Type' containment reference list.Methods in org.w3._2001.schema.impl that return LocalSimpleTypeModifier and TypeMethodDescriptionSchemaFactoryImpl.createLocalSimpleType()AttributeImpl.getSimpleType()ElementImpl.getSimpleType()ListTypeImpl.getSimpleType()RestrictionType1Impl.getSimpleType()RestrictionTypeImpl.getSimpleType()Methods in org.w3._2001.schema.impl that return types with arguments of type LocalSimpleTypeMethods in org.w3._2001.schema.impl with parameters of type LocalSimpleTypeModifier and TypeMethodDescriptionNotificationChainAttributeImpl.basicSetSimpleType(LocalSimpleType newSimpleType, NotificationChain msgs) NotificationChainElementImpl.basicSetSimpleType(LocalSimpleType newSimpleType, NotificationChain msgs) NotificationChainListTypeImpl.basicSetSimpleType(LocalSimpleType newSimpleType, NotificationChain msgs) NotificationChainRestrictionType1Impl.basicSetSimpleType(LocalSimpleType newSimpleType, NotificationChain msgs) NotificationChainRestrictionTypeImpl.basicSetSimpleType(LocalSimpleType newSimpleType, NotificationChain msgs) voidAttributeImpl.setSimpleType(LocalSimpleType newSimpleType) voidElementImpl.setSimpleType(LocalSimpleType newSimpleType) voidListTypeImpl.setSimpleType(LocalSimpleType newSimpleType) voidRestrictionType1Impl.setSimpleType(LocalSimpleType newSimpleType) voidRestrictionTypeImpl.setSimpleType(LocalSimpleType newSimpleType) -
Uses of LocalSimpleType in org.w3._2001.schema.util
Methods in org.w3._2001.schema.util with parameters of type LocalSimpleTypeModifier and TypeMethodDescriptionSchemaSwitch.caseLocalSimpleType(LocalSimpleType object) Returns the result of interpreting the object as an instance of 'Local Simple Type'.booleanSchemaValidator.validateLocalSimpleType(LocalSimpleType localSimpleType, DiagnosticChain diagnostics, Map<Object, Object> context)