org.dawb.edna.mxv1
Class XSDataSubWedge

java.lang.Object
  extended by org.dawb.edna.mxv1.XSData
      extended by org.dawb.edna.mxv1.XSDataSubWedge

public class XSDataSubWedge
extends XSData

Java class for XSDataSubWedge complex type.

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

 <complexType name="XSDataSubWedge">
   <complexContent>
     <extension base="{http://www.edna-site.org}XSData">
       <sequence>
         <element name="action" type="{http://www.edna-site.org}XSDataString" minOccurs="0"/>
         <element name="image" type="{http://www.edna-site.org}XSDataImage" maxOccurs="unbounded" minOccurs="0"/>
         <element name="subWedgeNumber" type="{http://www.edna-site.org}XSDataInteger" minOccurs="0"/>
         <element name="experimentalCondition" type="{http://www.edna-site.org}XSDataExperimentalCondition"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Constructor Summary
XSDataSubWedge()
           
 
Method Summary
 XSDataString getAction()
          Gets the value of the action property.
 XSDataExperimentalCondition getExperimentalCondition()
          Gets the value of the experimentalCondition property.
 java.util.List<XSDataImage> getImage()
          Gets the value of the image property.
 XSDataInteger getSubWedgeNumber()
          Gets the value of the subWedgeNumber property.
 void setAction(XSDataString value)
          Sets the value of the action property.
 void setExperimentalCondition(XSDataExperimentalCondition value)
          Sets the value of the experimentalCondition property.
 void setSubWedgeNumber(XSDataInteger value)
          Sets the value of the subWedgeNumber property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XSDataSubWedge

public XSDataSubWedge()
Method Detail

getAction

public XSDataString getAction()
Gets the value of the action property.

Returns:
possible object is XSDataString

setAction

public void setAction(XSDataString value)
Sets the value of the action property.

Parameters:
value - allowed object is XSDataString

getImage

public java.util.List<XSDataImage> getImage()
Gets the value of the image property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the image property.

For example, to add a new item, do as follows:

    getImage().add(newItem);
 

Objects of the following type(s) are allowed in the list XSDataImage


getSubWedgeNumber

public XSDataInteger getSubWedgeNumber()
Gets the value of the subWedgeNumber property.

Returns:
possible object is XSDataInteger

setSubWedgeNumber

public void setSubWedgeNumber(XSDataInteger value)
Sets the value of the subWedgeNumber property.

Parameters:
value - allowed object is XSDataInteger

getExperimentalCondition

public XSDataExperimentalCondition getExperimentalCondition()
Gets the value of the experimentalCondition property.

Returns:
possible object is XSDataExperimentalCondition

setExperimentalCondition

public void setExperimentalCondition(XSDataExperimentalCondition value)
Sets the value of the experimentalCondition property.

Parameters:
value - allowed object is XSDataExperimentalCondition