org.dawb.edna.mxv1
Class XSDataResultReadImageHeader

java.lang.Object
  extended by org.dawb.edna.mxv1.XSData
      extended by org.dawb.edna.mxv1.XSDataResult
          extended by org.dawb.edna.mxv1.XSDataResultReadImageHeader

public class XSDataResultReadImageHeader
extends XSDataResult

Java class for XSDataResultReadImageHeader complex type.

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

 <complexType name="XSDataResultReadImageHeader">
   <complexContent>
     <extension base="{http://www.edna-site.org}XSDataResult">
       <sequence>
         <element name="subWedge" type="{http://www.edna-site.org}XSDataSubWedge"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Constructor Summary
XSDataResultReadImageHeader()
           
 
Method Summary
 XSDataSubWedge getSubWedge()
          Gets the value of the subWedge property.
 void setSubWedge(XSDataSubWedge value)
          Sets the value of the subWedge property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XSDataResultReadImageHeader

public XSDataResultReadImageHeader()
Method Detail

getSubWedge

public XSDataSubWedge getSubWedge()
Gets the value of the subWedge property.

Returns:
possible object is XSDataSubWedge

setSubWedge

public void setSubWedge(XSDataSubWedge value)
Sets the value of the subWedge property.

Parameters:
value - allowed object is XSDataSubWedge