project35.mda.config
Class ComponentSchemaConfiguration

java.lang.Object
  extended by project35.mda.config.ComponentSchemaConfiguration

public class ComponentSchemaConfiguration
extends java.lang.Object


Copyright (c) 2008 Kevin Garwood for Project35. This code is licensed under the Academic Free License version 3.0. For more information on the terms and conditions, please see the file "LICENSE" that is included in this distribution.

Version:
1.0
Author:
Kevin Garwood (kgarwood@users.sourceforge.net)

Constructor Summary
ComponentSchemaConfiguration()
           
 
Method Summary
 java.lang.String getDescription()
          Get the value of description.
 java.lang.String getName()
          Get the value of name.
 java.lang.String getTopLevelElement()
          Get the value of topLevelElement.
 void setDescription(java.lang.String description)
          Set the value of description.
 void setName(java.lang.String name)
          Set the value of name.
 void setTopLevelElement(java.lang.String topLevelElement)
          Set the value of topLevelElement.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ComponentSchemaConfiguration

public ComponentSchemaConfiguration()
Method Detail

getName

public java.lang.String getName()
Get the value of name.

Returns:
value of name.

getDescription

public java.lang.String getDescription()
Get the value of description.

Returns:
value of description.

getTopLevelElement

public java.lang.String getTopLevelElement()
Get the value of topLevelElement.

Returns:
value of topLevelElement.

setName

public void setName(java.lang.String name)
Set the value of name.

Parameters:
name - Value to assign to name.

setDescription

public void setDescription(java.lang.String description)
Set the value of description.

Parameters:
description - Value to assign to description.

setTopLevelElement

public void setTopLevelElement(java.lang.String topLevelElement)
Set the value of topLevelElement.

Parameters:
topLevelElement - Value to assign to topLevelElement.