Uses of Class
eu.europa.esig.dss.detailedreport.jaxb.XmlName
-
Uses of XmlName in eu.europa.esig.dss.detailedreport.jaxb
Fields in eu.europa.esig.dss.detailedreport.jaxb declared as XmlName Modifier and Type Field Description protected XmlName
XmlConstraint. error
protected XmlName
XmlConstraint. info
protected XmlName
XmlConstraint. name
protected XmlName
XmlConstraint. warning
Fields in eu.europa.esig.dss.detailedreport.jaxb with type parameters of type XmlName Modifier and Type Field Description protected List<XmlName>
XmlConclusion. errors
protected List<XmlName>
XmlConclusion. infos
protected List<XmlName>
XmlConclusion. warnings
Methods in eu.europa.esig.dss.detailedreport.jaxb that return XmlName Modifier and Type Method Description XmlName
ObjectFactory. createXmlName()
Create an instance ofXmlName
XmlName
XmlConstraint. getError()
Gets the value of the error property.XmlName
XmlConstraint. getInfo()
Gets the value of the info property.XmlName
XmlConstraint. getName()
Gets the value of the name property.XmlName
XmlConstraint. getWarning()
Gets the value of the warning property.Methods in eu.europa.esig.dss.detailedreport.jaxb that return types with arguments of type XmlName Modifier and Type Method Description List<XmlName>
XmlConclusion. getErrors()
Gets the value of the errors property.List<XmlName>
XmlConclusion. getInfos()
Gets the value of the infos property.List<XmlName>
XmlConclusion. getWarnings()
Gets the value of the warnings property.Methods in eu.europa.esig.dss.detailedreport.jaxb with parameters of type XmlName Modifier and Type Method Description void
XmlConstraint. setError(XmlName value)
Sets the value of the error property.void
XmlConstraint. setInfo(XmlName value)
Sets the value of the info property.void
XmlConstraint. setName(XmlName value)
Sets the value of the name property.void
XmlConstraint. setWarning(XmlName value)
Sets the value of the warning property. -
Uses of XmlName in eu.europa.esig.dss.validation.process
Methods in eu.europa.esig.dss.validation.process that return types with arguments of type XmlName Modifier and Type Method Description protected List<XmlName>
ChainItem. getPreviousErrors()
-
Uses of XmlName in eu.europa.esig.dss.validation.process.bbb
Methods in eu.europa.esig.dss.validation.process.bbb that return types with arguments of type XmlName Modifier and Type Method Description protected List<XmlName>
AbstractBasicBuildingBlocksCheck. getPreviousErrors()
-
Uses of XmlName in eu.europa.esig.dss.validation.process.bbb.sav.checks
Methods in eu.europa.esig.dss.validation.process.bbb.sav.checks that return types with arguments of type XmlName Modifier and Type Method Description protected List<XmlName>
SignatureAcceptanceValidationResultCheck. getPreviousErrors()
-
Uses of XmlName in eu.europa.esig.dss.validation.process.bbb.xcv.checks
Methods in eu.europa.esig.dss.validation.process.bbb.xcv.checks that return types with arguments of type XmlName Modifier and Type Method Description protected List<XmlName>
CheckSubXCVResult. getPreviousErrors()
-
Uses of XmlName in eu.europa.esig.dss.validation.process.bbb.xcv.sub.checks
Methods in eu.europa.esig.dss.validation.process.bbb.xcv.sub.checks that return types with arguments of type XmlName Modifier and Type Method Description protected List<XmlName>
RevocationFreshnessCheckerResultCheck. getPreviousErrors()
-
Uses of XmlName in eu.europa.esig.dss.validation.process.vpfltvd.checks
Methods in eu.europa.esig.dss.validation.process.vpfltvd.checks that return types with arguments of type XmlName Modifier and Type Method Description protected List<XmlName>
AcceptableBasicSignatureValidationCheck. getPreviousErrors()
-
Uses of XmlName in eu.europa.esig.dss.validation.process.vpfswatsp.checks
Methods in eu.europa.esig.dss.validation.process.vpfswatsp.checks that return types with arguments of type XmlName Modifier and Type Method Description protected List<XmlName>
LongTermValidationCheck. getPreviousErrors()
-
Uses of XmlName in eu.europa.esig.dss.validation.process.vpfswatsp.checks.psv.checks
Methods in eu.europa.esig.dss.validation.process.vpfswatsp.checks.psv.checks that return types with arguments of type XmlName Modifier and Type Method Description protected List<XmlName>
CurrentTimeIndicationCheck. getPreviousErrors()
Constructor parameters in eu.europa.esig.dss.validation.process.vpfswatsp.checks.psv.checks with type arguments of type XmlName Constructor Description CurrentTimeIndicationCheck(I18nProvider i18nProvider, XmlPSV result, Indication indication, SubIndication subIndication, List<XmlName> errors, LevelConstraint constraint)