org.dawb.edna.mxv1
Class XSDataIndexingSolution

java.lang.Object
  extended by org.dawb.edna.mxv1.XSData
      extended by org.dawb.edna.mxv1.XSDataIndexingSolution
Direct Known Subclasses:
XSDataIndexingSolutionSelected

public class XSDataIndexingSolution
extends XSData

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

XSDataIndexingSolution

public XSDataIndexingSolution()
Method Detail

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

getNumber

public XSDataInteger getNumber()
Gets the value of the number property.

Returns:
possible object is XSDataInteger

setNumber

public void setNumber(XSDataInteger value)
Sets the value of the number property.

Parameters:
value - allowed object is XSDataInteger

getPenalty

public XSDataFloat getPenalty()
Gets the value of the penalty property.

Returns:
possible object is XSDataFloat

setPenalty

public void setPenalty(XSDataFloat value)
Sets the value of the penalty property.

Parameters:
value - allowed object is XSDataFloat