org.dawb.edna.mxv1
Class XSDataResultCharacterisation

java.lang.Object
  extended by org.dawb.edna.mxv1.XSData
      extended by org.dawb.edna.mxv1.XSDataResult
          extended by org.dawb.edna.mxv1.XSDataResultCharacterisation

public class XSDataResultCharacterisation
extends XSDataResult

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

XSDataResultCharacterisation

public XSDataResultCharacterisation()
Method Detail

getDataCollection

public XSDataCollection getDataCollection()
Gets the value of the dataCollection property.

Returns:
possible object is XSDataCollection

setDataCollection

public void setDataCollection(XSDataCollection value)
Sets the value of the dataCollection property.

Parameters:
value - allowed object is XSDataCollection

getImageQualityIndicators

public java.util.List<XSDataImageQualityIndicators> getImageQualityIndicators()
Gets the value of the imageQualityIndicators property.

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


getIntegrationResult

public XSDataIntegrationResult getIntegrationResult()
Gets the value of the integrationResult property.

Returns:
possible object is XSDataIntegrationResult

setIntegrationResult

public void setIntegrationResult(XSDataIntegrationResult value)
Sets the value of the integrationResult property.

Parameters:
value - allowed object is XSDataIntegrationResult

getStrategyResult

public XSDataResultStrategy getStrategyResult()
Gets the value of the strategyResult property.

Returns:
possible object is XSDataResultStrategy

setStrategyResult

public void setStrategyResult(XSDataResultStrategy value)
Sets the value of the strategyResult property.

Parameters:
value - allowed object is XSDataResultStrategy

getExecutiveSummary

public XSDataString getExecutiveSummary()
Gets the value of the executiveSummary property.

Returns:
possible object is XSDataString

setExecutiveSummary

public void setExecutiveSummary(XSDataString value)
Sets the value of the executiveSummary property.

Parameters:
value - allowed object is XSDataString

getShortSummary

public XSDataString getShortSummary()
Gets the value of the shortSummary property.

Returns:
possible object is XSDataString

setShortSummary

public void setShortSummary(XSDataString value)
Sets the value of the shortSummary property.

Parameters:
value - allowed object is XSDataString

getStatusMessage

public XSDataString getStatusMessage()
Gets the value of the statusMessage property.

Returns:
possible object is XSDataString

setStatusMessage

public void setStatusMessage(XSDataString value)
Sets the value of the statusMessage property.

Parameters:
value - allowed object is XSDataString

getIndexingResult

public XSDataIndexingResult getIndexingResult()
Gets the value of the indexingResult property.

Returns:
possible object is XSDataIndexingResult

setIndexingResult

public void setIndexingResult(XSDataIndexingResult value)
Sets the value of the indexingResult property.

Parameters:
value - allowed object is XSDataIndexingResult