Class XmlTLAnalysis
- java.lang.Object
-
- eu.europa.esig.dss.detailedreport.jaxb.XmlConstraintsConclusion
-
- eu.europa.esig.dss.detailedreport.jaxb.XmlTLAnalysis
-
- All Implemented Interfaces:
Serializable
public class XmlTLAnalysis extends XmlConstraintsConclusion implements Serializable
Java class for TLAnalysis complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TLAnalysis"> <complexContent> <extension base="{http://dss.esig.europa.eu/validation/detailed-report}ConstraintsConclusion"> <attribute name="CountryCode" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> </extension> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected StringcountryCode-
Fields inherited from class eu.europa.esig.dss.detailedreport.jaxb.XmlConstraintsConclusion
conclusion, constraint, title
-
-
Constructor Summary
Constructors Constructor Description XmlTLAnalysis()
-
Method Summary
Modifier and Type Method Description StringgetCountryCode()Gets the value of the countryCode property.voidsetCountryCode(String value)Sets the value of the countryCode property.-
Methods inherited from class eu.europa.esig.dss.detailedreport.jaxb.XmlConstraintsConclusion
getConclusion, getConstraint, getTitle, setConclusion, setTitle
-
-
-
-
Field Detail
-
countryCode
protected String countryCode
-
-