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:
SchemaPackage.getAppinfoType()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FeatureMap
getAny()
Returns the value of the 'Any' attribute list.FeatureMap
getAnyAttribute()
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.String
getSource()
Returns the value of the 'Source' attribute.void
setSource(String value)
Sets the value of the 'Source
' attribute.
-
-
-
Method Detail
-
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:
SchemaPackage.getAppinfoType_Mixed()
-
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:
SchemaPackage.getAppinfoType_Group()
-
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:
SchemaPackage.getAppinfoType_Any()
-
getSource
String getSource()
Returns the value of the 'Source' attribute.- Returns:
- the value of the 'Source' attribute.
- See Also:
setSource(String)
,SchemaPackage.getAppinfoType_Source()
-
setSource
void setSource(String value)
Sets the value of the 'Source
' attribute.- Parameters:
value
- the new value of the 'Source' attribute.- See Also:
getSource()
-
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:
SchemaPackage.getAppinfoType_AnyAttribute()
-
-