Uses of Class
eu.europa.esig.dss.detailedreport.jaxb.XmlStatus
-
Packages that use XmlStatus Package Description eu.europa.esig.dss.detailedreport.jaxb -
-
Uses of XmlStatus in eu.europa.esig.dss.detailedreport.jaxb
Fields in eu.europa.esig.dss.detailedreport.jaxb declared as XmlStatus Modifier and Type Field Description protected XmlStatusXmlConstraint. statusMethods in eu.europa.esig.dss.detailedreport.jaxb that return XmlStatus Modifier and Type Method Description static XmlStatusXmlStatus. fromValue(String v)XmlStatusXmlConstraint. getStatus()Gets the value of the status property.static XmlStatusXmlStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static XmlStatus[]XmlStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in eu.europa.esig.dss.detailedreport.jaxb with parameters of type XmlStatus Modifier and Type Method Description voidXmlConstraint. setStatus(XmlStatus value)Sets the value of the status property.
-