|
||||||||||
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()
XSDataCollection
public void setDataCollection(XSDataCollection value)
value
- allowed object is
XSDataCollection
public XSDataIndexingResult getIndexingResult()
XSDataIndexingResult
public void setIndexingResult(XSDataIndexingResult value)
value
- allowed object is
XSDataIndexingResult
public XSDataIntegrationResult getIntegrationResult()
XSDataIntegrationResult
public void setIntegrationResult(XSDataIntegrationResult value)
value
- allowed object is
XSDataIntegrationResult
public XSDataStrategyResult getStrategyResult()
XSDataStrategyResult
public 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 |