org.wso2.carbon.governance.api.schema.dataobjects
Interface Schema

All Superinterfaces:
GovernanceArtifact
All Known Implementing Classes:
SchemaImpl

public interface Schema
extends GovernanceArtifact


Method Summary
 org.apache.axiom.om.OMElement getSchemaElement()
          Method to obtain the schema element of this schema artifact.
 void setSchemaElement(org.apache.axiom.om.OMElement schemaElement)
          Method to set the schema element of this schema artifact.
 
Methods inherited from interface org.wso2.carbon.governance.api.common.dataobjects.GovernanceArtifact
addAttribute, attachLifecycle, getAttribute, getAttributeKeys, getAttributes, getDependencies, getDependents, getId, getLifecycleName, getLifecycleState, getPath, getQName, removeAttribute, setAttribute, setAttributes, setId
 

Method Detail

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.


Copyright © 2012 WSO2 Inc. All Rights Reserved.