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

Packages that use XSDataStructure
org.dawb.edna.mxv1   
 

Uses of XSDataStructure in org.dawb.edna.mxv1
 

Methods in org.dawb.edna.mxv1 that return XSDataStructure
 XSDataStructure ObjectFactory.createXSDataStructure()
          Create an instance of XSDataStructure
 XSDataStructure XSDataChemicalCompositionMM.getStructure()
          Gets the value of the structure property.
 

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

Methods in org.dawb.edna.mxv1 with parameters of type XSDataStructure
 javax.xml.bind.JAXBElement<XSDataStructure> ObjectFactory.createXSDataStructure(XSDataStructure value)
          Create an instance of JAXBElement<XSDataStructure>}
 void XSDataChemicalCompositionMM.setStructure(XSDataStructure value)
          Sets the value of the structure property.