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 interface
KeyrefType
A representation of the model object 'Keyref Type'.Methods in org.w3._2001.schema that return Keybase Modifier and Type Method Description Keybase
SchemaFactory. createKeybase()
Returns a new object of class 'Keybase'.Keybase
DocumentRoot. getKey()
Returns the value of the 'Key' containment reference.Keybase
DocumentRoot. 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 void
DocumentRoot. setKey(Keybase value)
Sets the value of the 'Key
' containment reference.void
DocumentRoot. 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 class
KeybaseImpl
An implementation of the model object 'Keybase'.class
KeyrefTypeImpl
An implementation of the model object 'Keyref Type'.Methods in org.w3._2001.schema.impl that return Keybase Modifier and Type Method Description Keybase
SchemaFactoryImpl. createKeybase()
Keybase
DocumentRootImpl. getKey()
Keybase
DocumentRootImpl. 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 NotificationChain
DocumentRootImpl. basicSetKey(Keybase newKey, NotificationChain msgs)
NotificationChain
DocumentRootImpl. basicSetUnique(Keybase newUnique, NotificationChain msgs)
void
DocumentRootImpl. setKey(Keybase newKey)
void
DocumentRootImpl. 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 T
SchemaSwitch. caseKeybase(Keybase object)
Returns the result of interpreting the object as an instance of 'Keybase'.boolean
SchemaValidator. validateKeybase(Keybase keybase, DiagnosticChain diagnostics, Map<Object,Object> context)
-