|
||||||||||
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.XSDataIndexingSolution
public class XSDataIndexingSolution
Java class for XSDataIndexingSolution complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="XSDataIndexingSolution"> <complexContent> <extension base="{http://www.edna-site.org}XSData"> <sequence> <element name="crystal" type="{http://www.edna-site.org}XSDataCrystal"/> <element name="number" type="{http://www.edna-site.org}XSDataInteger"/> <element name="penalty" type="{http://www.edna-site.org}XSDataFloat"/> </sequence> </extension> </complexContent> </complexType>
Constructor Summary | |
---|---|
XSDataIndexingSolution()
|
Method Summary | |
---|---|
XSDataCrystal |
getCrystal()
Gets the value of the crystal property. |
XSDataInteger |
getNumber()
Gets the value of the number property. |
XSDataFloat |
getPenalty()
Gets the value of the penalty property. |
void |
setCrystal(XSDataCrystal value)
Sets the value of the crystal property. |
void |
setNumber(XSDataInteger value)
Sets the value of the number property. |
void |
setPenalty(XSDataFloat value)
Sets the value of the penalty property. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public XSDataIndexingSolution()
Method Detail |
---|
public XSDataCrystal getCrystal()
XSDataCrystal
public void setCrystal(XSDataCrystal value)
value
- allowed object is
XSDataCrystal
public XSDataInteger getNumber()
XSDataInteger
public void setNumber(XSDataInteger value)
value
- allowed object is
XSDataInteger
public XSDataFloat getPenalty()
XSDataFloat
public void setPenalty(XSDataFloat value)
value
- allowed object is
XSDataFloat
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |