Class XmlTLAnalysis
java.lang.Object
eu.europa.esig.dss.detailedreport.jaxb.XmlConstraintsConclusion
eu.europa.esig.dss.detailedreport.jaxb.XmlTLAnalysis
- All Implemented Interfaces:
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" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="URL" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="Id" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> </extension> </complexContent> </complexType>
- See Also:
-
Field Summary
Fields inherited from class eu.europa.esig.dss.detailedreport.jaxb.XmlConstraintsConclusion
conclusion, constraint, title
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the countryCode property.getId()
Gets the value of the id property.getURL()
Gets the value of the url property.void
setCountryCode
(String value) Sets the value of the countryCode property.void
Sets the value of the id property.void
Sets the value of the url property.Methods inherited from class eu.europa.esig.dss.detailedreport.jaxb.XmlConstraintsConclusion
getConclusion, getConstraint, getTitle, setConclusion, setTitle
-
Field Details
-
countryCode
-
url
-
id
-
-
Constructor Details
-
XmlTLAnalysis
public XmlTLAnalysis()
-
-
Method Details
-
getCountryCode
Gets the value of the countryCode property.- Returns:
- possible object is
String
-
setCountryCode
Sets the value of the countryCode property.- Parameters:
value
- allowed object isString
-
getURL
Gets the value of the url property.- Returns:
- possible object is
String
-
setURL
Sets the value of the url property.- Parameters:
value
- allowed object isString
-
getId
Gets the value of the id property.- Returns:
- possible object is
String
-
setId
Sets the value of the id property.- Parameters:
value
- allowed object isString
-