Apigen

edu.uci.isr.apigen
Class XsdSimpleType

java.lang.Object
  extended byedu.uci.isr.apigen.XsdSimpleType
All Implemented Interfaces:
XsdType

public class XsdSimpleType
extends Object
implements XsdType


Field Summary
protected  Element elt
           
 
Constructor Summary
XsdSimpleType(Element elt)
           
 
Method Summary
 String getName()
           
 XsdRestriction getRestriction()
           
 
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

XsdSimpleType

public XsdSimpleType(Element elt)
Method Detail

getName

public String getName()

getRestriction

public XsdRestriction getRestriction()

Apigen