Package org.w3._2001.schema
Interface AppinfoType
- All Superinterfaces:
EObject
,Notifier
- All Known Implementing Classes:
AppinfoTypeImpl
public interface AppinfoType
extends EObject
A representation of the model object 'Appinfo Type'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionFeatureMap
getAny()
Returns the value of the 'Any' attribute list.FeatureMap
Returns the value of the 'Any Attribute' attribute list.FeatureMap
getGroup()
Returns the value of the 'Group' attribute list.FeatureMap
getMixed()
Returns the value of the 'Mixed' attribute list.Returns the value of the 'Source' attribute.void
Sets the value of the 'Source
' attribute.Methods inherited from interface EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getMixed
FeatureMap getMixed()Returns the value of the 'Mixed' attribute list. The list contents are of typeFeatureMap.Entry
.- Returns:
- the value of the 'Mixed' attribute list.
- See Also:
-
getGroup
FeatureMap getGroup()Returns the value of the 'Group' attribute list. The list contents are of typeFeatureMap.Entry
.- Returns:
- the value of the 'Group' attribute list.
- See Also:
-
getAny
FeatureMap getAny()Returns the value of the 'Any' attribute list. The list contents are of typeFeatureMap.Entry
.- Returns:
- the value of the 'Any' attribute list.
- See Also:
-
getSource
String getSource()Returns the value of the 'Source' attribute.- Returns:
- the value of the 'Source' attribute.
- See Also:
-
setSource
Sets the value of the 'Source
' attribute.- Parameters:
value
- the new value of the 'Source' attribute.- See Also:
-
getAnyAttribute
FeatureMap getAnyAttribute()Returns the value of the 'Any Attribute' attribute list. The list contents are of typeFeatureMap.Entry
.- Returns:
- the value of the 'Any Attribute' attribute list.
- See Also:
-