Package net.opengis.cat.csw20
Interface SchemaComponentType
- 
- All Superinterfaces:
- EObject,- Notifier
 - All Known Implementing Classes:
- SchemaComponentTypeImpl
 
 public interface SchemaComponentType extends EObjectA 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 SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description FeatureMapgetAny()Returns the value of the 'Any' attribute list.FeatureMapgetMixed()Returns the value of the 'Mixed' attribute list.StringgetParentSchema()Returns the value of the 'Parent Schema' attribute.StringgetSchemaLanguage()Returns the value of the 'Schema Language' attribute.StringgetTargetNamespace()Returns the value of the 'Target Namespace' attribute.voidsetParentSchema(String value)Sets the value of the 'Parent Schema' attribute.voidsetSchemaLanguage(String value)Sets the value of the 'Schema Language' attribute.voidsetTargetNamespace(String value)Sets the value of the 'Target Namespace' attribute.
 
- 
- 
- 
Method Detail- 
getMixedFeatureMap 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()
 
 - 
getAnyFeatureMap 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()
 
 - 
getParentSchemaString 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()
 
 - 
setParentSchemavoid setParentSchema(String value) Sets the value of the 'Parent Schema' attribute.- Parameters:
- value- the new value of the 'Parent Schema' attribute.
- See Also:
- getParentSchema()
 
 - 
getSchemaLanguageString 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()
 
 - 
setSchemaLanguagevoid setSchemaLanguage(String value) Sets the value of the 'Schema Language' attribute.- Parameters:
- value- the new value of the 'Schema Language' attribute.
- See Also:
- getSchemaLanguage()
 
 - 
getTargetNamespaceString 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()
 
 - 
setTargetNamespacevoid setTargetNamespace(String value) Sets the value of the 'Target Namespace' attribute.- Parameters:
- value- the new value of the 'Target Namespace' attribute.
- See Also:
- getTargetNamespace()
 
 
- 
 
-