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 TypeMethodDescriptionFeatureMapgetAny()Returns the value of the 'Any' attribute list.FeatureMapReturns the value of the 'Any Attribute' attribute list.FeatureMapgetGroup()Returns the value of the 'Group' attribute list.FeatureMapgetMixed()Returns the value of the 'Mixed' attribute list.Returns the value of the 'Source' attribute.voidSets 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, eUnsetMethods 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:
-