Interface HasSchemaNameProperty


  • public interface HasSchemaNameProperty
    Common interface for beans that have a schema name property
    • Method Detail

      • getSchemaName

        java.lang.String getSchemaName()
        Gets the name of schema to use for validation
        Returns:
        the schema name
      • setSchemaName

        void setSchemaName​(java.lang.String schemaName)
        Sets the name of schema to use for validation
        Parameters:
        schemaName - the schema name