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

Packages that use XSConfiguration
org.dawb.edna.mxv1   
 

Uses of XSConfiguration in org.dawb.edna.mxv1
 

Methods in org.dawb.edna.mxv1 that return XSConfiguration
 XSConfiguration ObjectFactory.createXSConfiguration()
          Create an instance of XSConfiguration
 XSConfiguration XSDataInput.getConfiguration()
          Gets the value of the configuration property.
 XSConfiguration XSDataExecutionInfo.getConfiguration()
          Gets the value of the configuration property.
 

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

Methods in org.dawb.edna.mxv1 with parameters of type XSConfiguration
 javax.xml.bind.JAXBElement<XSConfiguration> ObjectFactory.createXSConfiguration(XSConfiguration value)
          Create an instance of JAXBElement<XSConfiguration>}
 void XSDataInput.setConfiguration(XSConfiguration value)
          Sets the value of the configuration property.
 void XSDataExecutionInfo.setConfiguration(XSConfiguration value)
          Sets the value of the configuration property.