VdexReload 1.1.3 API

uk.ac.reload.moonunit.schema
Class ReloadSchemaGroup

java.lang.Object
  extended byuk.ac.reload.moonunit.schema.ReloadSchemaGroup

public class ReloadSchemaGroup
extends java.lang.Object

A node that represents a Group in the Schema.


Field Summary
protected  org.exolab.castor.xml.schema.Group _group
          The wrapped Castor Group that we will interrogate
 
Constructor Summary
ReloadSchemaGroup(org.exolab.castor.xml.schema.Group group)
          Constructor
 
Method Summary
 java.lang.String getName()
          Get the name of the Group
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_group

protected org.exolab.castor.xml.schema.Group _group
The wrapped Castor Group that we will interrogate

Constructor Detail

ReloadSchemaGroup

public ReloadSchemaGroup(org.exolab.castor.xml.schema.Group group)
Constructor

Parameters:
group - the XML schema group
Method Detail

getName

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

Returns:
the name of the group

VdexReload 1.1.3 API