Class XmlConnectionDetails
java.lang.Object
eu.europa.esig.dss.simplecertificatereport.jaxb.XmlConnectionDetails
- All Implemented Interfaces:
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the tlsCertificateBindingLink property.getUrl()Gets the value of the url property.voidSets the value of the tlsCertificateBindingLink property.voidSets the value of the url property.
-
Field Details
-
url
-
tlsCertificateBindingLink
-
-
Constructor Details
-
XmlConnectionDetails
public XmlConnectionDetails()
-
-
Method Details
-
getUrl
-
setUrl
-
getTLSCertificateBindingLink
-
setTLSCertificateBindingLink
-