|
||||||||||
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.XSDataIndexingResult
public class XSDataIndexingResult
Java class for XSDataIndexingResult complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="XSDataIndexingResult"> <complexContent> <extension base="{http://www.edna-site.org}XSDataResult"> <sequence> <element name="image" type="{http://www.edna-site.org}XSDataImage" maxOccurs="unbounded"/> <element name="indexingLogFile" type="{http://www.edna-site.org}XSDataFile" minOccurs="0"/> <element name="predictionResult" type="{http://www.edna-site.org}XSDataGeneratePredictionResult" minOccurs="0"/> <element name="solution" type="{http://www.edna-site.org}XSDataIndexingSolution" maxOccurs="unbounded" minOccurs="0"/> <element name="selectedSolution" type="{http://www.edna-site.org}XSDataIndexingSolutionSelected" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Constructor Summary | |
---|---|
XSDataIndexingResult()
|
Method Summary | |
---|---|
java.util.List<XSDataImage> |
getImage()
Gets the value of the image property. |
XSDataFile |
getIndexingLogFile()
Gets the value of the indexingLogFile property. |
XSDataGeneratePredictionResult |
getPredictionResult()
Gets the value of the predictionResult property. |
XSDataIndexingSolutionSelected |
getSelectedSolution()
Gets the value of the selectedSolution property. |
java.util.List<XSDataIndexingSolution> |
getSolution()
Gets the value of the solution property. |
void |
setIndexingLogFile(XSDataFile value)
Sets the value of the indexingLogFile property. |
void |
setPredictionResult(XSDataGeneratePredictionResult value)
Sets the value of the predictionResult property. |
void |
setSelectedSolution(XSDataIndexingSolutionSelected value)
Sets the value of the selectedSolution property. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public XSDataIndexingResult()
Method Detail |
---|
public java.util.List<XSDataImage> getImage()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the image property.
For example, to add a new item, do as follows:
getImage().add(newItem);
Objects of the following type(s) are allowed in the list
XSDataImage
public XSDataFile getIndexingLogFile()
XSDataFile
public void setIndexingLogFile(XSDataFile value)
value
- allowed object is
XSDataFile
public XSDataGeneratePredictionResult getPredictionResult()
XSDataGeneratePredictionResult
public void setPredictionResult(XSDataGeneratePredictionResult value)
value
- allowed object is
XSDataGeneratePredictionResult
public java.util.List<XSDataIndexingSolution> getSolution()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the solution property.
For example, to add a new item, do as follows:
getSolution().add(newItem);
Objects of the following type(s) are allowed in the list
XSDataIndexingSolution
public XSDataIndexingSolutionSelected getSelectedSolution()
XSDataIndexingSolutionSelected
public void setSelectedSolution(XSDataIndexingSolutionSelected value)
value
- allowed object is
XSDataIndexingSolutionSelected
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |