- All Implemented Interfaces:
Serializable
Java class for Conclusion complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Conclusion">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Indication" type="{http://dss.esig.europa.eu/validation/detailed-report}Indication"/>
<element name="SubIndication" type="{http://dss.esig.europa.eu/validation/detailed-report}SubIndication" minOccurs="0"/>
<element name="Errors" type="{http://dss.esig.europa.eu/validation/detailed-report}Message" maxOccurs="unbounded" minOccurs="0"/>
<element name="Warnings" type="{http://dss.esig.europa.eu/validation/detailed-report}Message" maxOccurs="unbounded" minOccurs="0"/>
<element name="Infos" type="{http://dss.esig.europa.eu/validation/detailed-report}Message" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<XmlMessage>protected eu.europa.esig.dss.enumerations.Indicationprotected List<XmlMessage>protected eu.europa.esig.dss.enumerations.SubIndicationprotected List<XmlMessage> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the errors property.eu.europa.esig.dss.enumerations.IndicationGets the value of the indication property.getInfos()Gets the value of the infos property.eu.europa.esig.dss.enumerations.SubIndicationGets the value of the subIndication property.Gets the value of the warnings property.voidsetIndication(eu.europa.esig.dss.enumerations.Indication value) Sets the value of the indication property.voidsetSubIndication(eu.europa.esig.dss.enumerations.SubIndication value) Sets the value of the subIndication property.
-
Field Details
-
indication
protected eu.europa.esig.dss.enumerations.Indication indication -
subIndication
protected eu.europa.esig.dss.enumerations.SubIndication subIndication -
errors
-
warnings
-
infos
-
-
Constructor Details
-
XmlConclusion
public XmlConclusion()
-
-
Method Details
-
getIndication
public eu.europa.esig.dss.enumerations.Indication getIndication()Gets the value of the indication property.- Returns:
- possible object is
String
-
setIndication
public void setIndication(eu.europa.esig.dss.enumerations.Indication value) Sets the value of the indication property.- Parameters:
value- allowed object isString
-
getSubIndication
public eu.europa.esig.dss.enumerations.SubIndication getSubIndication()Gets the value of the subIndication property.- Returns:
- possible object is
String
-
setSubIndication
public void setSubIndication(eu.europa.esig.dss.enumerations.SubIndication value) Sets the value of the subIndication property.- Parameters:
value- allowed object isString
-
getErrors
Gets the value of the errors 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 Jakarta XML Binding object. This is why there is not a
setmethod for the errors property.For example, to add a new item, do as follows:
getErrors().add(newItem);Objects of the following type(s) are allowed in the list
XmlMessage -
getWarnings
Gets the value of the warnings 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 Jakarta XML Binding object. This is why there is not a
setmethod for the warnings property.For example, to add a new item, do as follows:
getWarnings().add(newItem);Objects of the following type(s) are allowed in the list
XmlMessage -
getInfos
Gets the value of the infos 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 Jakarta XML Binding object. This is why there is not a
setmethod for the infos property.For example, to add a new item, do as follows:
getInfos().add(newItem);Objects of the following type(s) are allowed in the list
XmlMessage
-