com.ibm.websphere.wim.model

Interface ModelSchemaType

    • Method Summary

      Methods 
      Modifier and Type Method and Description
      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.
      • 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: