Class 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 Detail

      • countryCode

        protected String countryCode
    • Constructor Detail

      • XmlTLAnalysis

        public XmlTLAnalysis()
    • Method Detail

      • getCountryCode

        public String getCountryCode()
        Gets the value of the countryCode property.
        Returns:
        possible object is String
      • setCountryCode

        public void setCountryCode​(String value)
        Sets the value of the countryCode property.
        Parameters:
        value - allowed object is String