Uses of Class
org.dawb.edna.thumbnail.XSDataString

Packages that use XSDataString
org.dawb.edna.thumbnail   
 

Uses of XSDataString in org.dawb.edna.thumbnail
 

Subclasses of XSDataString in org.dawb.edna.thumbnail
 class XSDataDate
          Java class for XSDataDate complex type.
 

Methods in org.dawb.edna.thumbnail that return XSDataString
 XSDataString ObjectFactory.createXSDataString()
          Create an instance of XSDataString
 XSDataString XSDataArray.getCoding()
          Gets the value of the coding property.
 XSDataString XSDataSysteminfo.getCompiler()
          Gets the value of the compiler property.
 XSDataString XSDataImage.getDate()
          Gets the value of the date property.
 XSDataString XSDataMessage.getDebuginfo()
          Gets the value of the debuginfo property.
 XSDataString XSDataStatus.getExecutiveSummary()
          Gets the value of the executiveSummary property.
 XSDataString XSDataSysteminfo.getHostIP()
          Gets the value of the hostIP property.
 XSDataString XSDataSysteminfo.getHostName()
          Gets the value of the hostName property.
 XSDataString XSDataKeyValuePair.getKey()
          Gets the value of the key property.
 XSDataString XSDataMessage.getLevel()
          Gets the value of the level property.
 XSDataString XSDataArray.getMd5Sum()
          Gets the value of the md5Sum property.
 XSDataString XSDataSysteminfo.getOperatingSystem()
          Gets the value of the operatingSystem property.
 XSDataString XSDataSysteminfo.getOperatingSystemType()
          Gets the value of the operatingSystemType property.
 XSDataString XSDataFile.getPath()
          Gets the value of the path property.
 XSDataString XSDataExecutionInfo.getPluginName()
          Gets the value of the pluginName property.
 XSDataString XSDataMessage.getText()
          Gets the value of the text property.
 XSDataString XSDataInputExecThumbnail.getThumbFormat()
          Gets the value of the thumbFormat property.
 XSDataString XSDataResultExecThumbnail.getThumbnailType()
          Gets the value of the thumbnailType property.
 XSDataString XSDataMessage.getType()
          Gets the value of the type property.
 XSDataString XSDataDisplacement.getUnit()
          Gets the value of the unit property.
 XSDataString XSDataDoubleWithUnit.getUnit()
          Gets the value of the unit property.
 XSDataString XSDataSysteminfo.getUserName()
          Gets the value of the userName property.
 XSDataString XSDataKeyValuePair.getValue()
          Gets the value of the value property.
 XSDataString XSDataSysteminfo.getVirtualMachine()
          Gets the value of the virtualMachine property.
 

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

Methods in org.dawb.edna.thumbnail with parameters of type XSDataString
 javax.xml.bind.JAXBElement<XSDataString> ObjectFactory.createXSDataString(XSDataString value)
          Create an instance of JAXBElement<XSDataString>}
 void XSDataArray.setCoding(XSDataString value)
          Sets the value of the coding property.
 void XSDataSysteminfo.setCompiler(XSDataString value)
          Sets the value of the compiler property.
 void XSDataImage.setDate(XSDataString value)
          Sets the value of the date property.
 void XSDataMessage.setDebuginfo(XSDataString value)
          Sets the value of the debuginfo property.
 void XSDataStatus.setExecutiveSummary(XSDataString value)
          Sets the value of the executiveSummary property.
 void XSDataSysteminfo.setHostIP(XSDataString value)
          Sets the value of the hostIP property.
 void XSDataSysteminfo.setHostName(XSDataString value)
          Sets the value of the hostName property.
 void XSDataKeyValuePair.setKey(XSDataString value)
          Sets the value of the key property.
 void XSDataMessage.setLevel(XSDataString value)
          Sets the value of the level property.
 void XSDataArray.setMd5Sum(XSDataString value)
          Sets the value of the md5Sum property.
 void XSDataSysteminfo.setOperatingSystem(XSDataString value)
          Sets the value of the operatingSystem property.
 void XSDataSysteminfo.setOperatingSystemType(XSDataString value)
          Sets the value of the operatingSystemType property.
 void XSDataFile.setPath(XSDataString value)
          Sets the value of the path property.
 void XSDataExecutionInfo.setPluginName(XSDataString value)
          Sets the value of the pluginName property.
 void XSDataMessage.setText(XSDataString value)
          Sets the value of the text property.
 void XSDataInputExecThumbnail.setThumbFormat(XSDataString value)
          Sets the value of the thumbFormat property.
 void XSDataResultExecThumbnail.setThumbnailType(XSDataString value)
          Sets the value of the thumbnailType property.
 void XSDataMessage.setType(XSDataString value)
          Sets the value of the type property.
 void XSDataDisplacement.setUnit(XSDataString value)
          Sets the value of the unit property.
 void XSDataDoubleWithUnit.setUnit(XSDataString value)
          Sets the value of the unit property.
 void XSDataSysteminfo.setUserName(XSDataString value)
          Sets the value of the userName property.
 void XSDataKeyValuePair.setValue(XSDataString value)
          Sets the value of the value property.
 void XSDataSysteminfo.setVirtualMachine(XSDataString value)
          Sets the value of the virtualMachine property.