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

Packages that use XSDataIntegrationResult
org.dawb.edna.mxv1   
 

Uses of XSDataIntegrationResult in org.dawb.edna.mxv1
 

Methods in org.dawb.edna.mxv1 that return XSDataIntegrationResult
 XSDataIntegrationResult ObjectFactory.createXSDataIntegrationResult()
          Create an instance of XSDataIntegrationResult
 XSDataIntegrationResult XSDataResultCharacterisation.getIntegrationResult()
          Gets the value of the integrationResult property.
 XSDataIntegrationResult XSDataCharacterisation.getIntegrationResult()
          Gets the value of the integrationResult property.
 

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

Methods in org.dawb.edna.mxv1 with parameters of type XSDataIntegrationResult
 javax.xml.bind.JAXBElement<XSDataIntegrationResult> ObjectFactory.createXSDataIntegrationResult(XSDataIntegrationResult value)
          Create an instance of JAXBElement<XSDataIntegrationResult>}
 void XSDataResultCharacterisation.setIntegrationResult(XSDataIntegrationResult value)
          Sets the value of the integrationResult property.
 void XSDataCharacterisation.setIntegrationResult(XSDataIntegrationResult value)
          Sets the value of the integrationResult property.