org.dawb.edna.thumbnail
Class XSDataResultExecThumbnail

java.lang.Object
  extended by org.dawb.edna.thumbnail.XSData
      extended by org.dawb.edna.thumbnail.XSDataResult
          extended by org.dawb.edna.thumbnail.XSDataResultExecThumbnail

public class XSDataResultExecThumbnail
extends XSDataResult

Java class for XSDataResultExecThumbnail complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="XSDataResultExecThumbnail">
   <complexContent>
     <extension base="{http://www.edna-site.org}XSDataResult">
       <sequence>
         <element name="thumbnailPath" type="{http://www.edna-site.org}XSDataFile"/>
         <element name="thumbnailType" type="{http://www.edna-site.org}XSDataString"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Constructor Summary
XSDataResultExecThumbnail()
           
 
Method Summary
 XSDataFile getThumbnailPath()
          Gets the value of the thumbnailPath property.
 XSDataString getThumbnailType()
          Gets the value of the thumbnailType property.
 void setThumbnailPath(XSDataFile value)
          Sets the value of the thumbnailPath property.
 void setThumbnailType(XSDataString value)
          Sets the value of the thumbnailType property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XSDataResultExecThumbnail

public XSDataResultExecThumbnail()
Method Detail

getThumbnailPath

public XSDataFile getThumbnailPath()
Gets the value of the thumbnailPath property.

Returns:
possible object is XSDataFile

setThumbnailPath

public void setThumbnailPath(XSDataFile value)
Sets the value of the thumbnailPath property.

Parameters:
value - allowed object is XSDataFile

getThumbnailType

public XSDataString getThumbnailType()
Gets the value of the thumbnailType property.

Returns:
possible object is XSDataString

setThumbnailType

public void setThumbnailType(XSDataString value)
Sets the value of the thumbnailType property.

Parameters:
value - allowed object is XSDataString