org.dawb.edna.mxv1
Class XSDataInputInducedRadiationProcess

java.lang.Object
  extended by org.dawb.edna.mxv1.XSData
      extended by org.dawb.edna.mxv1.XSDataInput
          extended by 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>
 


Constructor Summary
XSDataInputInducedRadiationProcess()
           
 
Method Summary
 XSDataResultCharacterisation getCharacterisationResult()
          Gets the value of the characterisationResult property.
 void setCharacterisationResult(XSDataResultCharacterisation value)
          Sets the value of the characterisationResult property.
 
Methods inherited from class org.dawb.edna.mxv1.XSDataInput
getConfiguration, setConfiguration
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XSDataInputInducedRadiationProcess

public XSDataInputInducedRadiationProcess()
Method Detail

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