|
||||||||||
| 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.XSDataCharacterisation
public class XSDataCharacterisation
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 |
|---|
public XSDataCharacterisation()
| Method Detail |
|---|
public XSDataCollection getDataCollection()
XSDataCollectionpublic void setDataCollection(XSDataCollection value)
value - allowed object is
XSDataCollectionpublic XSDataIndexingResult getIndexingResult()
XSDataIndexingResultpublic void setIndexingResult(XSDataIndexingResult value)
value - allowed object is
XSDataIndexingResultpublic XSDataIntegrationResult getIntegrationResult()
XSDataIntegrationResultpublic void setIntegrationResult(XSDataIntegrationResult value)
value - allowed object is
XSDataIntegrationResultpublic XSDataStrategyResult getStrategyResult()
XSDataStrategyResultpublic void setStrategyResult(XSDataStrategyResult value)
value - allowed object is
XSDataStrategyResult
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||