Apigen

edu.uci.isr.apigen
Class XsdAttribute

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

public class XsdAttribute
extends Object


Field Summary
protected  Element elt
           
 
Constructor Summary
XsdAttribute(Element elt)
           
 
Method Summary
 String getFixed()
           
 String getName()
           
 String getRef()
           
 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

XsdAttribute

public XsdAttribute(Element elt)
Method Detail

getName

public String getName()

getType

public String getType()

getRef

public String getRef()

getFixed

public String getFixed()

Apigen