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

Packages that use XSDataAtomicComposition
org.dawb.edna.mxv1   
 

Uses of XSDataAtomicComposition in org.dawb.edna.mxv1
 

Methods in org.dawb.edna.mxv1 that return XSDataAtomicComposition
 XSDataAtomicComposition ObjectFactory.createXSDataAtomicComposition()
          Create an instance of XSDataAtomicComposition
 XSDataAtomicComposition XSDataSolvent.getAtoms()
          Gets the value of the atoms property.
 XSDataAtomicComposition XSDataChain.getHeavyAtoms()
          Gets the value of the heavyAtoms property.
 XSDataAtomicComposition XSDataLigand.getHeavyAtoms()
          Gets the value of the heavyAtoms property.
 

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

Methods in org.dawb.edna.mxv1 with parameters of type XSDataAtomicComposition
 javax.xml.bind.JAXBElement<XSDataAtomicComposition> ObjectFactory.createXSDataAtomicComposition(XSDataAtomicComposition value)
          Create an instance of JAXBElement<XSDataAtomicComposition>}
 void XSDataSolvent.setAtoms(XSDataAtomicComposition value)
          Sets the value of the atoms property.
 void XSDataChain.setHeavyAtoms(XSDataAtomicComposition value)
          Sets the value of the heavyAtoms property.
 void XSDataLigand.setHeavyAtoms(XSDataAtomicComposition value)
          Sets the value of the heavyAtoms property.