Interface SchemaMeta


public interface SchemaMeta
This represents the schema data that is used for the component.
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Gets the namespace id.
    int
    This provides the publication Id.
    int
    This provides the schema Id.
    This provides the title of the schema.
  • Method Details

    • getSchemaId

      int getSchemaId()
      This provides the schema Id.
      Returns:
      The schemaId
    • getPublicationId

      int getPublicationId()
      This provides the publication Id.
      Returns:
      The publicationId
    • getNamespaceId

      int getNamespaceId()
      Gets the namespace id.
      Returns:
      namespace id.
    • getTitle

      String getTitle()
      This provides the title of the schema.
      Returns:
      The title of the schema