|
||||||||||
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()
XSDataCollection
public void setDataCollection(XSDataCollection value)
value
- allowed object is
XSDataCollection
public 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()
XSDataIntegrationResult
public void setIntegrationResult(XSDataIntegrationResult value)
value
- allowed object is
XSDataIntegrationResult
public XSDataResultStrategy getStrategyResult()
XSDataResultStrategy
public void setStrategyResult(XSDataResultStrategy value)
value
- allowed object is
XSDataResultStrategy
public XSDataString getExecutiveSummary()
XSDataString
public void setExecutiveSummary(XSDataString value)
value
- allowed object is
XSDataString
public XSDataString getShortSummary()
XSDataString
public void setShortSummary(XSDataString value)
value
- allowed object is
XSDataString
public XSDataString getStatusMessage()
XSDataString
public void setStatusMessage(XSDataString value)
value
- allowed object is
XSDataString
public XSDataIndexingResult getIndexingResult()
XSDataIndexingResult
public 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 |