org.dawb.edna.mxv1
Class XSDataResultInducedRadiationProcess

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

public class XSDataResultInducedRadiationProcess
extends XSDataResult

Java class for XSDataResultInducedRadiationProcess complex type.

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

 <complexType name="XSDataResultInducedRadiationProcess">
   <complexContent>
     <extension base="{http://www.edna-site.org}XSDataResult">
       <sequence>
         <element name="bFactor" type="{http://www.edna-site.org}XSDataDouble"/>
         <element name="crystal" type="{http://www.edna-site.org}XSDataCrystal"/>
         <element name="scale" type="{http://www.edna-site.org}XSDataDouble"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Constructor Summary
XSDataResultInducedRadiationProcess()
           
 
Method Summary
 XSDataDouble getBFactor()
          Gets the value of the bFactor property.
 XSDataCrystal getCrystal()
          Gets the value of the crystal property.
 XSDataDouble getScale()
          Gets the value of the scale property.
 void setBFactor(XSDataDouble value)
          Sets the value of the bFactor property.
 void setCrystal(XSDataCrystal value)
          Sets the value of the crystal property.
 void setScale(XSDataDouble value)
          Sets the value of the scale property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XSDataResultInducedRadiationProcess

public XSDataResultInducedRadiationProcess()
Method Detail

getBFactor

public XSDataDouble getBFactor()
Gets the value of the bFactor property.

Returns:
possible object is XSDataDouble

setBFactor

public void setBFactor(XSDataDouble value)
Sets the value of the bFactor property.

Parameters:
value - allowed object is XSDataDouble

getCrystal

public XSDataCrystal getCrystal()
Gets the value of the crystal property.

Returns:
possible object is XSDataCrystal

setCrystal

public void setCrystal(XSDataCrystal value)
Sets the value of the crystal property.

Parameters:
value - allowed object is XSDataCrystal

getScale

public XSDataDouble getScale()
Gets the value of the scale property.

Returns:
possible object is XSDataDouble

setScale

public void setScale(XSDataDouble value)
Sets the value of the scale property.

Parameters:
value - allowed object is XSDataDouble