|
||||||||||
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.XSDataResult
org.dawb.edna.mxv1.XSDataResultInducedRadiationProcess
public class XSDataResultInducedRadiationProcess
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 |
---|
public XSDataResultInducedRadiationProcess()
Method Detail |
---|
public XSDataDouble getBFactor()
XSDataDouble
public void setBFactor(XSDataDouble value)
value
- allowed object is
XSDataDouble
public XSDataCrystal getCrystal()
XSDataCrystal
public void setCrystal(XSDataCrystal value)
value
- allowed object is
XSDataCrystal
public XSDataDouble getScale()
XSDataDouble
public void setScale(XSDataDouble value)
value
- allowed object is
XSDataDouble
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |