Apigen

edu.uci.isr.apigen
Class XsdSimpleContent

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

public class XsdSimpleContent
extends Object
implements XsdType


Field Summary
protected  Element elt
           
 
Constructor Summary
XsdSimpleContent(Element elt)
           
 
Method Summary
 XsdExtension getExtension()
           
 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

XsdSimpleContent

public XsdSimpleContent(Element elt)
Method Detail

getName

public String getName()

getRestriction

public XsdRestriction getRestriction()

getExtension

public XsdExtension getExtension()

Apigen