Class XmlConnectionDetails

java.lang.Object
eu.europa.esig.dss.simplecertificatereport.jaxb.XmlConnectionDetails
All Implemented Interfaces:
Serializable

public class XmlConnectionDetails extends Object implements Serializable

Java class for ConnectionDetails complex type.

The following schema fragment specifies the expected content contained within this class.

<complexType name="ConnectionDetails">
  <complexContent>
    <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
      <sequence>
        <element name="Url" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
        <element name="TLSCertificateBindingLink" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
      </sequence>
    </restriction>
  </complexContent>
</complexType>
See Also:
  • Field Details

    • url

      protected String url
  • Constructor Details

    • XmlConnectionDetails

      public XmlConnectionDetails()
  • Method Details

    • getUrl

      public String getUrl()
      Gets the value of the url property.
      Returns:
      possible object is String
    • setUrl

      public void setUrl(String value)
      Sets the value of the url property.
      Parameters:
      value - allowed object is String
    • getTLSCertificateBindingLink

      public String getTLSCertificateBindingLink()
      Gets the value of the tlsCertificateBindingLink property.
      Returns:
      possible object is String
    • setTLSCertificateBindingLink

      public void setTLSCertificateBindingLink(String value)
      Sets the value of the tlsCertificateBindingLink property.
      Parameters:
      value - allowed object is String