org.dawb.edna.mxv1
Class XSDataInputInducedRadiationProcess
java.lang.Object
org.dawb.edna.mxv1.XSData
org.dawb.edna.mxv1.XSDataInput
org.dawb.edna.mxv1.XSDataInputInducedRadiationProcess
public class XSDataInputInducedRadiationProcess
- extends XSDataInput
Java class for XSDataInputInducedRadiationProcess complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="XSDataInputInducedRadiationProcess">
<complexContent>
<extension base="{http://www.edna-site.org}XSDataInput">
<sequence>
<element name="characterisationResult" type="{http://www.edna-site.org}XSDataResultCharacterisation"/>
</sequence>
</extension>
</complexContent>
</complexType>
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XSDataInputInducedRadiationProcess
public XSDataInputInducedRadiationProcess()
getCharacterisationResult
public XSDataResultCharacterisation getCharacterisationResult()
- Gets the value of the characterisationResult property.
- Returns:
- possible object is
XSDataResultCharacterisation
setCharacterisationResult
public void setCharacterisationResult(XSDataResultCharacterisation value)
- Sets the value of the characterisationResult property.
- Parameters:
value
- allowed object is
XSDataResultCharacterisation