com.ibm.websphere.wim.model
Interface ModelSchemaType

All Known Subinterfaces:
EntitySchemaType, PropertySchemaType

public interface ModelSchemaType

A representation of the model object 'Schema Type'.

The following features are supported:

See Also:
ModelPackage.getModelSchemaType()
Model:
Generated:

Method Summary
 java.lang.String getNsPrefix()
          Returns the value of the 'Ns Prefix' attribute.
 java.lang.String getNsURI()
          Returns the value of the 'Ns URI' attribute.
 java.util.List getRepositoryIds()
          Returns the value of the 'Repository Ids' attribute list.
 void setNsPrefix(java.lang.String value)
          Sets the value of the 'Ns Prefix' attribute.
 void setNsURI(java.lang.String value)
          Sets the value of the 'Ns URI' attribute.
 

Method Detail

getRepositoryIds

java.util.List getRepositoryIds()
Returns the value of the 'Repository Ids' attribute list. The list contents are of type String.

See Also:
ModelPackage.getModelSchemaType_RepositoryIds()
Model:
type="java.lang.String" unique="false" dataType="org.eclipse.emf.ecore.xml.type.Token"
Generated:
Return:
the value of the 'Repository Ids' attribute list.

getNsPrefix

java.lang.String getNsPrefix()
Returns the value of the 'Ns Prefix' attribute.

See Also:
setNsPrefix(String), ModelPackage.getModelSchemaType_NsPrefix()
Model:
unique="false" dataType="org.eclipse.emf.ecore.xml.type.Token"
Generated:
Return:
the value of the 'Ns Prefix' attribute.

setNsPrefix

void setNsPrefix(java.lang.String value)
Sets the value of the 'Ns Prefix' attribute.

Parameters:
value - the new value of the 'Ns Prefix' attribute.
See Also:
getNsPrefix()
Generated:

getNsURI

java.lang.String getNsURI()
Returns the value of the 'Ns URI' attribute.

See Also:
setNsURI(String), ModelPackage.getModelSchemaType_NsURI()
Model:
unique="false" dataType="org.eclipse.emf.ecore.xml.type.AnyURI" required="true"
Generated:
Return:
the value of the 'Ns URI' attribute.

setNsURI

void setNsURI(java.lang.String value)
Sets the value of the 'Ns URI' attribute.

Parameters:
value - the new value of the 'Ns URI' attribute.
See Also:
getNsURI()
Generated: