org.dawb.edna.mxv1
Class XSDataCharacterisation

java.lang.Object
  extended by org.dawb.edna.mxv1.XSData
      extended by org.dawb.edna.mxv1.XSDataCharacterisation

public class XSDataCharacterisation
extends XSData

Java class for XSDataCharacterisation complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="XSDataCharacterisation">
   <complexContent>
     <extension base="{http://www.edna-site.org}XSData">
       <sequence>
         <element name="dataCollection" type="{http://www.edna-site.org}XSDataCollection"/>
         <element name="indexingResult" type="{http://www.edna-site.org}XSDataIndexingResult" minOccurs="0"/>
         <element name="integrationResult" type="{http://www.edna-site.org}XSDataIntegrationResult" minOccurs="0"/>
         <element name="strategyResult" type="{http://www.edna-site.org}XSDataStrategyResult" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Constructor Summary
XSDataCharacterisation()
           
 
Method Summary
 XSDataCollection getDataCollection()
          Gets the value of the dataCollection property.
 XSDataIndexingResult getIndexingResult()
          Gets the value of the indexingResult property.
 XSDataIntegrationResult getIntegrationResult()
          Gets the value of the integrationResult property.
 XSDataStrategyResult getStrategyResult()
          Gets the value of the strategyResult property.
 void setDataCollection(XSDataCollection value)
          Sets the value of the dataCollection property.
 void setIndexingResult(XSDataIndexingResult value)
          Sets the value of the indexingResult property.
 void setIntegrationResult(XSDataIntegrationResult value)
          Sets the value of the integrationResult property.
 void setStrategyResult(XSDataStrategyResult 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

XSDataCharacterisation

public XSDataCharacterisation()
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

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

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 XSDataStrategyResult getStrategyResult()
Gets the value of the strategyResult property.

Returns:
possible object is XSDataStrategyResult

setStrategyResult

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

Parameters:
value - allowed object is XSDataStrategyResult