Interface Schema


public interface Schema
Container for a Schema.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the Schema as a String.
    int
    Returns the namespace id of the schema.
    int
    Returns the publication id of the schema.
    int
    Returns the item id of the schema.
  • Method Details

    • getContent

      String getContent()
      Returns the Schema as a String.
      Returns:
      the Schema as a String
    • getSchemaId

      int getSchemaId()
      Returns the item id of the schema.
      Returns:
      the item id of the schema
    • getPublicationId

      int getPublicationId()
      Returns the publication id of the schema.
      Returns:
      the publication id of the schema
    • getNamespaceId

      int getNamespaceId()
      Returns the namespace id of the schema.
      Returns:
      namespace id