Apigen

edu.uci.isr.apigen
Class XsdRestriction

java.lang.Object
  extended byedu.uci.isr.apigen.XsdRestriction

public class XsdRestriction
extends Object


Field Summary
protected  Element elt
           
 
Constructor Summary
XsdRestriction(Element elt)
           
 
Method Summary
 String getBase()
           
 Collection getEnumerationValues()
           
 String getFixed()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

elt

protected Element elt
Constructor Detail

XsdRestriction

public XsdRestriction(Element elt)
Method Detail

getBase

public String getBase()

getEnumerationValues

public Collection getEnumerationValues()

getFixed

public String getFixed()

Apigen