Package net.opengis.cat.csw20
Interface SchemaComponentType
-
- All Superinterfaces:
EObject
,Notifier
- All Known Implementing Classes:
SchemaComponentTypeImpl
public interface SchemaComponentType extends EObject
A representation of the model object 'Schema Component Type'. A schema component includes a schema fragment (type definition) or an entire schema from some target namespace; the schema language is identified by URI. If the component is a schema fragment its parent MUST be referenced (parentSchema).The following features are supported:
- See Also:
Csw20Package.getSchemaComponentType()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FeatureMap
getAny()
Returns the value of the 'Any' attribute list.FeatureMap
getMixed()
Returns the value of the 'Mixed' attribute list.String
getParentSchema()
Returns the value of the 'Parent Schema' attribute.String
getSchemaLanguage()
Returns the value of the 'Schema Language' attribute.String
getTargetNamespace()
Returns the value of the 'Target Namespace' attribute.void
setParentSchema(String value)
Sets the value of the 'Parent Schema
' attribute.void
setSchemaLanguage(String value)
Sets the value of the 'Schema Language
' attribute.void
setTargetNamespace(String value)
Sets the value of the 'Target Namespace
' attribute.
-
-
-
Method Detail
-
getMixed
FeatureMap getMixed()
Returns the value of the 'Mixed' attribute list. The list contents are of typeFeatureMap.Entry
.If the meaning of the 'Mixed' attribute list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Mixed' attribute list.
- See Also:
Csw20Package.getSchemaComponentType_Mixed()
-
getAny
FeatureMap getAny()
Returns the value of the 'Any' attribute list. The list contents are of typeFeatureMap.Entry
.If the meaning of the 'Any' attribute list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Any' attribute list.
- See Also:
Csw20Package.getSchemaComponentType_Any()
-
getParentSchema
String getParentSchema()
Returns the value of the 'Parent Schema' attribute.If the meaning of the 'Parent Schema' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Parent Schema' attribute.
- See Also:
setParentSchema(String)
,Csw20Package.getSchemaComponentType_ParentSchema()
-
setParentSchema
void setParentSchema(String value)
Sets the value of the 'Parent Schema
' attribute.- Parameters:
value
- the new value of the 'Parent Schema' attribute.- See Also:
getParentSchema()
-
getSchemaLanguage
String getSchemaLanguage()
Returns the value of the 'Schema Language' attribute.If the meaning of the 'Schema Language' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Schema Language' attribute.
- See Also:
setSchemaLanguage(String)
,Csw20Package.getSchemaComponentType_SchemaLanguage()
-
setSchemaLanguage
void setSchemaLanguage(String value)
Sets the value of the 'Schema Language
' attribute.- Parameters:
value
- the new value of the 'Schema Language' attribute.- See Also:
getSchemaLanguage()
-
getTargetNamespace
String getTargetNamespace()
Returns the value of the 'Target Namespace' attribute.If the meaning of the 'Target Namespace' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Target Namespace' attribute.
- See Also:
setTargetNamespace(String)
,Csw20Package.getSchemaComponentType_TargetNamespace()
-
setTargetNamespace
void setTargetNamespace(String value)
Sets the value of the 'Target Namespace
' attribute.- Parameters:
value
- the new value of the 'Target Namespace' attribute.- See Also:
getTargetNamespace()
-
-