Uses of Interface
org.w3._2001.schema.AppinfoType
-
Packages that use AppinfoType Package Description org.w3._2001.schema org.w3._2001.schema.impl org.w3._2001.schema.util -
-
Uses of AppinfoType in org.w3._2001.schema
Methods in org.w3._2001.schema that return AppinfoType Modifier and Type Method Description AppinfoType
SchemaFactory. createAppinfoType()
Returns a new object of class 'Appinfo Type'.AppinfoType
DocumentRoot. getAppinfo()
Returns the value of the 'Appinfo' containment reference.Methods in org.w3._2001.schema that return types with arguments of type AppinfoType Modifier and Type Method Description EList<AppinfoType>
AnnotationType. getAppinfo()
Returns the value of the 'Appinfo' containment reference list.Methods in org.w3._2001.schema with parameters of type AppinfoType Modifier and Type Method Description void
DocumentRoot. setAppinfo(AppinfoType value)
Sets the value of the 'Appinfo
' containment reference. -
Uses of AppinfoType in org.w3._2001.schema.impl
Classes in org.w3._2001.schema.impl that implement AppinfoType Modifier and Type Class Description class
AppinfoTypeImpl
An implementation of the model object 'Appinfo Type'.Methods in org.w3._2001.schema.impl that return AppinfoType Modifier and Type Method Description AppinfoType
SchemaFactoryImpl. createAppinfoType()
AppinfoType
DocumentRootImpl. getAppinfo()
Methods in org.w3._2001.schema.impl that return types with arguments of type AppinfoType Modifier and Type Method Description EList<AppinfoType>
AnnotationTypeImpl. getAppinfo()
Methods in org.w3._2001.schema.impl with parameters of type AppinfoType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetAppinfo(AppinfoType newAppinfo, NotificationChain msgs)
void
DocumentRootImpl. setAppinfo(AppinfoType newAppinfo)
-
Uses of AppinfoType in org.w3._2001.schema.util
Methods in org.w3._2001.schema.util with parameters of type AppinfoType Modifier and Type Method Description T
SchemaSwitch. caseAppinfoType(AppinfoType object)
Returns the result of interpreting the object as an instance of 'Appinfo Type'.boolean
SchemaValidator. validateAppinfoType(AppinfoType appinfoType, DiagnosticChain diagnostics, Map<Object,Object> context)
-