|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.dawb.edna.mxv1.XSData
org.dawb.edna.mxv1.XSDataSubWedge
public class XSDataSubWedge
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 |
|---|
public XSDataSubWedge()
| Method Detail |
|---|
public XSDataString getAction()
XSDataStringpublic void setAction(XSDataString value)
value - allowed object is
XSDataStringpublic java.util.List<XSDataImage> getImage()
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
public XSDataInteger getSubWedgeNumber()
XSDataIntegerpublic void setSubWedgeNumber(XSDataInteger value)
value - allowed object is
XSDataIntegerpublic XSDataExperimentalCondition getExperimentalCondition()
XSDataExperimentalConditionpublic void setExperimentalCondition(XSDataExperimentalCondition value)
value - allowed object is
XSDataExperimentalCondition
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||