org.idoox.wasp.config
Class ProcessingConfiguration.Schema

java.lang.Object
  extended byorg.idoox.wasp.config.ProcessingConfiguration.Schema
Enclosing class:
ProcessingConfiguration

public static class ProcessingConfiguration.Schema
extends java.lang.Object

Class represents XML schema location and it's namespace.


Constructor Summary
ProcessingConfiguration.Schema()
           
 
Method Summary
 java.lang.String getLocation()
          Retrive location of schema.
 java.lang.String getNamespace()
          Retrieves namespace of schema.
 void setLocation(java.lang.String location)
          Sets schema location.
 void setNamespace(java.lang.String namespace)
          Sets schema namespace.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProcessingConfiguration.Schema

public ProcessingConfiguration.Schema()
Method Detail

getLocation

public java.lang.String getLocation()
Retrive location of schema.

Returns:
schema location

setLocation

public void setLocation(java.lang.String location)
Sets schema location.

Parameters:
location - Location of schema.

getNamespace

public java.lang.String getNamespace()
Retrieves namespace of schema.

Returns:
schema nemaespace

setNamespace

public void setNamespace(java.lang.String namespace)
Sets schema namespace.

Parameters:
namespace - schema namespace