org.gusdb.wdk.model.jspwrap
Class XmlRecordBean

java.lang.Object
  extended by org.gusdb.wdk.model.jspwrap.XmlRecordBean

public class XmlRecordBean
extends java.lang.Object


Constructor Summary
XmlRecordBean(org.gusdb.wdk.model.xml.XmlRecordInstance record)
           
 
Method Summary
 XmlAttributeValueBean[] getAttributes()
           
 XmlAttributeValueBean[] getNonSummaryAttributes()
           
 XmlRecordClassBean getRecordClass()
           
 XmlAttributeValueBean[] getSummaryAttributes()
           
 XmlTableValueBean[] getTables()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XmlRecordBean

public XmlRecordBean(org.gusdb.wdk.model.xml.XmlRecordInstance record)
Method Detail

getAttributes

public XmlAttributeValueBean[] getAttributes()

getNonSummaryAttributes

public XmlAttributeValueBean[] getNonSummaryAttributes()

getRecordClass

public XmlRecordClassBean getRecordClass()

getSummaryAttributes

public XmlAttributeValueBean[] getSummaryAttributes()

getTables

public XmlTableValueBean[] getTables()