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

Packages that use XSDataDate
org.dawb.edna.mxv1   
 

Uses of XSDataDate in org.dawb.edna.mxv1
 

Methods in org.dawb.edna.mxv1 that return XSDataDate
 XSDataDate ObjectFactory.createXSDataDate()
          Create an instance of XSDataDate
 XSDataDate XSDataExecutionInfo.getStartOfExecution()
          Gets the value of the startOfExecution property.
 

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

Methods in org.dawb.edna.mxv1 with parameters of type XSDataDate
 javax.xml.bind.JAXBElement<XSDataDate> ObjectFactory.createXSDataDate(XSDataDate value)
          Create an instance of JAXBElement<XSDataDate>}
 void XSDataExecutionInfo.setStartOfExecution(XSDataDate value)
          Sets the value of the startOfExecution property.