Uses of Interface
org.w3._2001.schema.Keybase
-
Packages that use Keybase Package Description org.w3._2001.schema org.w3._2001.schema.impl org.w3._2001.schema.util -
-
Uses of Keybase in org.w3._2001.schema
Subinterfaces of Keybase in org.w3._2001.schema Modifier and Type Interface Description interfaceKeyrefTypeA representation of the model object 'Keyref Type'.Methods in org.w3._2001.schema that return Keybase Modifier and Type Method Description KeybaseSchemaFactory. createKeybase()Returns a new object of class 'Keybase'.KeybaseDocumentRoot. getKey()Returns the value of the 'Key' containment reference.KeybaseDocumentRoot. getUnique()Returns the value of the 'Unique' containment reference.Methods in org.w3._2001.schema that return types with arguments of type Keybase Modifier and Type Method Description EList<Keybase>Element. getKey()Returns the value of the 'Key' containment reference list.EList<Keybase>Element. getUnique()Returns the value of the 'Unique' containment reference list.Methods in org.w3._2001.schema with parameters of type Keybase Modifier and Type Method Description voidDocumentRoot. setKey(Keybase value)Sets the value of the 'Key' containment reference.voidDocumentRoot. setUnique(Keybase value)Sets the value of the 'Unique' containment reference. -
Uses of Keybase in org.w3._2001.schema.impl
Classes in org.w3._2001.schema.impl that implement Keybase Modifier and Type Class Description classKeybaseImplAn implementation of the model object 'Keybase'.classKeyrefTypeImplAn implementation of the model object 'Keyref Type'.Methods in org.w3._2001.schema.impl that return Keybase Modifier and Type Method Description KeybaseSchemaFactoryImpl. createKeybase()KeybaseDocumentRootImpl. getKey()KeybaseDocumentRootImpl. getUnique()Methods in org.w3._2001.schema.impl that return types with arguments of type Keybase Modifier and Type Method Description EList<Keybase>ElementImpl. getKey()EList<Keybase>ElementImpl. getUnique()Methods in org.w3._2001.schema.impl with parameters of type Keybase Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetKey(Keybase newKey, NotificationChain msgs)NotificationChainDocumentRootImpl. basicSetUnique(Keybase newUnique, NotificationChain msgs)voidDocumentRootImpl. setKey(Keybase newKey)voidDocumentRootImpl. setUnique(Keybase newUnique) -
Uses of Keybase in org.w3._2001.schema.util
Methods in org.w3._2001.schema.util with parameters of type Keybase Modifier and Type Method Description TSchemaSwitch. caseKeybase(Keybase object)Returns the result of interpreting the object as an instance of 'Keybase'.booleanSchemaValidator. validateKeybase(Keybase keybase, DiagnosticChain diagnostics, Map<Object,Object> context)
-