Uses of Class
eu.europa.esig.dss.detailedreport.jaxb.XmlMessage
Packages that use XmlMessage
-
Uses of XmlMessage in eu.europa.esig.dss.detailedreport.jaxb
Fields in eu.europa.esig.dss.detailedreport.jaxb declared as XmlMessageModifier and TypeFieldDescriptionprotected XmlMessageXmlConstraint.errorprotected XmlMessageXmlConstraint.infoprotected XmlMessageXmlConstraint.nameprotected XmlMessageXmlConstraint.warningFields in eu.europa.esig.dss.detailedreport.jaxb with type parameters of type XmlMessageModifier and TypeFieldDescriptionprotected List<XmlMessage>XmlConclusion.errorsprotected List<XmlMessage>XmlConclusion.infosprotected List<XmlMessage>XmlConclusion.warningsMethods in eu.europa.esig.dss.detailedreport.jaxb that return XmlMessageModifier and TypeMethodDescriptionObjectFactory.createXmlMessage()Create an instance ofXmlMessageXmlConstraint.getError()Gets the value of the error property.XmlConstraint.getInfo()Gets the value of the info property.XmlConstraint.getName()Gets the value of the name property.XmlConstraint.getWarning()Gets the value of the warning property.Methods in eu.europa.esig.dss.detailedreport.jaxb that return types with arguments of type XmlMessageModifier and TypeMethodDescriptionXmlConclusion.getErrors()Gets the value of the errors property.XmlConclusion.getInfos()Gets the value of the infos property.XmlConclusion.getWarnings()Gets the value of the warnings property.Methods in eu.europa.esig.dss.detailedreport.jaxb with parameters of type XmlMessageModifier and TypeMethodDescriptionvoidXmlConstraint.setError(XmlMessage value) Sets the value of the error property.voidXmlConstraint.setInfo(XmlMessage value) Sets the value of the info property.voidXmlConstraint.setName(XmlMessage value) Sets the value of the name property.voidXmlConstraint.setWarning(XmlMessage value) Sets the value of the warning property.