All Superinterfaces:
GovernanceArtifact
All Known Implementing Classes:
SchemaImpl

public interface Schema extends GovernanceArtifact
  • Method Details

    • getSchemaElement

      org.apache.axiom.om.OMElement getSchemaElement()
      Method to obtain the schema element of this schema artifact.
      Returns:
      the schema element.
    • setSchemaElement

      void setSchemaElement(org.apache.axiom.om.OMElement schemaElement)
      Method to set the schema element of this schema artifact.
      Parameters:
      schemaElement - the schema element.