VdexReload 1.1.3 API

uk.ac.reload.moonunit.schema
Class ReloadSchemaWildcard

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

public class ReloadSchemaWildcard
extends java.lang.Object

A node that represents a Wildcard in the Schema.


Field Summary
protected  org.exolab.castor.xml.schema.Wildcard _wildcard
          The wrapped Castor Wildcard that we will interrogate
 
Constructor Summary
ReloadSchemaWildcard(org.exolab.castor.xml.schema.Wildcard wildcard)
          Constructor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_wildcard

protected org.exolab.castor.xml.schema.Wildcard _wildcard
The wrapped Castor Wildcard that we will interrogate

Constructor Detail

ReloadSchemaWildcard

public ReloadSchemaWildcard(org.exolab.castor.xml.schema.Wildcard wildcard)
Constructor

Parameters:
wildcard - the XML schema Wildcard

VdexReload 1.1.3 API