Uses of Class
eu.europa.esig.dss.detailedreport.jaxb.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 XmlStatus
XmlConstraint. status
Methods in eu.europa.esig.dss.detailedreport.jaxb that return XmlStatus Modifier and Type Method Description static XmlStatus
XmlStatus. fromValue(String v)
XmlStatus
XmlConstraint. getStatus()
Gets the value of the status property.static XmlStatus
XmlStatus. 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 void
XmlConstraint. setStatus(XmlStatus value)
Sets the value of the status property.