Class XmlConnectionInfo

java.lang.Object
eu.europa.esig.dss.diagnostic.jaxb.XmlConnectionInfo
All Implemented Interfaces:
Serializable

public class XmlConnectionInfo extends Object implements Serializable

Java class for ConnectionInfo complex type.

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

<complexType name="ConnectionInfo">
  <complexContent>
    <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
      <sequence>
        <element name="TLSCertificate" minOccurs="0">
          <complexType>
            <complexContent>
              <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                <attribute name="Certificate" use="required" type="{http://www.w3.org/2001/XMLSchema}IDREF" />
              </restriction>
            </complexContent>
          </complexType>
        </element>
        <element name="TLSCertificateBindingUrl" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
        <element name="TLSCertificateBindingSignature" minOccurs="0">
          <complexType>
            <complexContent>
              <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                <attribute name="Signature" use="required" type="{http://www.w3.org/2001/XMLSchema}IDREF" />
              </restriction>
            </complexContent>
          </complexType>
        </element>
      </sequence>
      <attribute name="url" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
    </restriction>
  </complexContent>
</complexType>
See Also:
  • Field Details

  • Constructor Details

    • XmlConnectionInfo

      public XmlConnectionInfo()
  • Method Details

    • getTLSCertificate

      public XmlTLSCertificate getTLSCertificate()
      Gets the value of the tlsCertificate property.
      Returns:
      possible object is XmlTLSCertificate
    • setTLSCertificate

      public void setTLSCertificate(XmlTLSCertificate value)
      Sets the value of the tlsCertificate property.
      Parameters:
      value - allowed object is XmlTLSCertificate
    • getTLSCertificateBindingUrl

      public String getTLSCertificateBindingUrl()
      Gets the value of the tlsCertificateBindingUrl property.
      Returns:
      possible object is String
    • setTLSCertificateBindingUrl

      public void setTLSCertificateBindingUrl(String value)
      Sets the value of the tlsCertificateBindingUrl property.
      Parameters:
      value - allowed object is String
    • getTLSCertificateBindingSignature

      public XmlTLSCertificateBindingSignature getTLSCertificateBindingSignature()
      Gets the value of the tlsCertificateBindingSignature property.
      Returns:
      possible object is XmlTLSCertificateBindingSignature
    • setTLSCertificateBindingSignature

      public void setTLSCertificateBindingSignature(XmlTLSCertificateBindingSignature value)
      Sets the value of the tlsCertificateBindingSignature property.
      Parameters:
      value - allowed object is XmlTLSCertificateBindingSignature
    • 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