Apigen

edu.uci.isr.apigen
Class XsdElement

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

public class XsdElement
extends Object


Field Summary
protected  Element elt
           
 
Constructor Summary
XsdElement(Element elt)
           
 
Method Summary
 XsdType getAnonymousType()
           
 String getFixed()
           
 int getMaxOccurs()
           
 int getMinOccurs()
           
 String getName()
           
 String getType()
           
 
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

XsdElement

public XsdElement(Element elt)
Method Detail

getName

public String getName()

getType

public String getType()

getAnonymousType

public XsdType getAnonymousType()

getMinOccurs

public int getMinOccurs()

getMaxOccurs

public int getMaxOccurs()

getFixed

public String getFixed()

Apigen