Uses of Class
org.dawb.edna.mxv1.XSDataCell

Packages that use XSDataCell
org.dawb.edna.mxv1   
 

Uses of XSDataCell in org.dawb.edna.mxv1
 

Methods in org.dawb.edna.mxv1 that return XSDataCell
 XSDataCell ObjectFactory.createXSDataCell()
          Create an instance of XSDataCell
 XSDataCell XSDataCrystal.getCell()
          Gets the value of the cell property.
 

Methods in org.dawb.edna.mxv1 that return types with arguments of type XSDataCell
 javax.xml.bind.JAXBElement<XSDataCell> ObjectFactory.createXSDataCell(XSDataCell value)
          Create an instance of JAXBElement<XSDataCell>}
 

Methods in org.dawb.edna.mxv1 with parameters of type XSDataCell
 javax.xml.bind.JAXBElement<XSDataCell> ObjectFactory.createXSDataCell(XSDataCell value)
          Create an instance of JAXBElement<XSDataCell>}
 void XSDataCrystal.setCell(XSDataCell value)
          Sets the value of the cell property.