|
||||||||||
| 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.XSDataResultCharacterisation
public class XSDataResultCharacterisation
Java class for XSDataResultCharacterisation complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="XSDataResultCharacterisation">
<complexContent>
<extension base="{http://www.edna-site.org}XSDataResult">
<sequence>
<element name="dataCollection" type="{http://www.edna-site.org}XSDataCollection"/>
<element name="imageQualityIndicators" type="{http://www.edna-site.org}XSDataImageQualityIndicators" maxOccurs="unbounded" minOccurs="0"/>
<element name="integrationResult" type="{http://www.edna-site.org}XSDataIntegrationResult" minOccurs="0"/>
<element name="strategyResult" type="{http://www.edna-site.org}XSDataResultStrategy" minOccurs="0"/>
<element name="executiveSummary" type="{http://www.edna-site.org}XSDataString"/>
<element name="shortSummary" type="{http://www.edna-site.org}XSDataString"/>
<element name="statusMessage" type="{http://www.edna-site.org}XSDataString"/>
<element name="indexingResult" type="{http://www.edna-site.org}XSDataIndexingResult" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
XSDataResultCharacterisation()
|
|
| Method Summary | |
|---|---|
XSDataCollection |
getDataCollection()
Gets the value of the dataCollection property. |
XSDataString |
getExecutiveSummary()
Gets the value of the executiveSummary property. |
java.util.List<XSDataImageQualityIndicators> |
getImageQualityIndicators()
Gets the value of the imageQualityIndicators property. |
XSDataIndexingResult |
getIndexingResult()
Gets the value of the indexingResult property. |
XSDataIntegrationResult |
getIntegrationResult()
Gets the value of the integrationResult property. |
XSDataString |
getShortSummary()
Gets the value of the shortSummary property. |
XSDataString |
getStatusMessage()
Gets the value of the statusMessage property. |
XSDataResultStrategy |
getStrategyResult()
Gets the value of the strategyResult property. |
void |
setDataCollection(XSDataCollection value)
Sets the value of the dataCollection property. |
void |
setExecutiveSummary(XSDataString value)
Sets the value of the executiveSummary property. |
void |
setIndexingResult(XSDataIndexingResult value)
Sets the value of the indexingResult property. |
void |
setIntegrationResult(XSDataIntegrationResult value)
Sets the value of the integrationResult property. |
void |
setShortSummary(XSDataString value)
Sets the value of the shortSummary property. |
void |
setStatusMessage(XSDataString value)
Sets the value of the statusMessage property. |
void |
setStrategyResult(XSDataResultStrategy value)
Sets the value of the strategyResult property. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public XSDataResultCharacterisation()
| Method Detail |
|---|
public XSDataCollection getDataCollection()
XSDataCollectionpublic void setDataCollection(XSDataCollection value)
value - allowed object is
XSDataCollectionpublic java.util.List<XSDataImageQualityIndicators> getImageQualityIndicators()
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 imageQualityIndicators property.
For example, to add a new item, do as follows:
getImageQualityIndicators().add(newItem);
Objects of the following type(s) are allowed in the list
XSDataImageQualityIndicators
public XSDataIntegrationResult getIntegrationResult()
XSDataIntegrationResultpublic void setIntegrationResult(XSDataIntegrationResult value)
value - allowed object is
XSDataIntegrationResultpublic XSDataResultStrategy getStrategyResult()
XSDataResultStrategypublic void setStrategyResult(XSDataResultStrategy value)
value - allowed object is
XSDataResultStrategypublic XSDataString getExecutiveSummary()
XSDataStringpublic void setExecutiveSummary(XSDataString value)
value - allowed object is
XSDataStringpublic XSDataString getShortSummary()
XSDataStringpublic void setShortSummary(XSDataString value)
value - allowed object is
XSDataStringpublic XSDataString getStatusMessage()
XSDataStringpublic void setStatusMessage(XSDataString value)
value - allowed object is
XSDataStringpublic XSDataIndexingResult getIndexingResult()
XSDataIndexingResultpublic void setIndexingResult(XSDataIndexingResult value)
value - allowed object is
XSDataIndexingResult
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||