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 XmlNameXmlConstraint. errorprotected XmlNameXmlConstraint. infoprotected XmlNameXmlConstraint. nameprotected XmlNameXmlConstraint. warningFields in eu.europa.esig.dss.detailedreport.jaxb with type parameters of type XmlName Modifier and Type Field Description protected List<XmlName>XmlConclusion. errorsprotected List<XmlName>XmlConclusion. infosprotected List<XmlName>XmlConclusion. warningsMethods in eu.europa.esig.dss.detailedreport.jaxb that return XmlName Modifier and Type Method Description XmlNameObjectFactory. createXmlName()Create an instance ofXmlNameXmlNameXmlConstraint. getError()Gets the value of the error property.XmlNameXmlConstraint. getInfo()Gets the value of the info property.XmlNameXmlConstraint. getName()Gets the value of the name property.XmlNameXmlConstraint. 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 voidXmlConstraint. setError(XmlName value)Sets the value of the error property.voidXmlConstraint. setInfo(XmlName value)Sets the value of the info property.voidXmlConstraint. setName(XmlName value)Sets the value of the name property.voidXmlConstraint. 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.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.vpfbs.checks
Methods in eu.europa.esig.dss.validation.process.vpfbs.checks that return types with arguments of type XmlName Modifier and Type Method Description protected List<XmlName>SignatureBasicBuildingBlocksCheck. 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()protected List<XmlName>RevocationBasicBuildingBlocksCheck. 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(XmlPSV result, Indication indication, SubIndication subIndication, List<XmlName> errors, LevelConstraint constraint)
-