org.unisens
Interface Context


public interface Context

The Context of a unisens dataset can contain additional information about the dataset. The information is stored in the context.xml file. The structure of the xml file is described with a XML schema.

Author:
Joerg Ottenbacher, Radi Nedkov, Malte Kirst

Method Summary
 java.lang.String getSchemaUrl()
          Gets the URL of the xml schema describung the structure of the context.xml file
 void setSchemaUrl(java.lang.String url)
          Sets the URL of the xml schema describung the structure of the context.xml file
 

Method Detail

getSchemaUrl

java.lang.String getSchemaUrl()
Gets the URL of the xml schema describung the structure of the context.xml file

Returns:
the URL of the xml schema

setSchemaUrl

void setSchemaUrl(java.lang.String url)
Sets the URL of the xml schema describung the structure of the context.xml file

Parameters:
url - the URL of the xml schema