Class XmlConnectionInfo
java.lang.Object
eu.europa.esig.dss.diagnostic.jaxb.XmlConnectionInfo
- All Implemented Interfaces:
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 Summary
FieldsModifier and TypeFieldDescriptionprotected XmlTLSCertificateprotected XmlTLSCertificateBindingSignatureprotected Stringprotected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the tlsCertificate property.Gets the value of the tlsCertificateBindingSignature property.Gets the value of the tlsCertificateBindingUrl property.getUrl()Gets the value of the url property.voidSets the value of the tlsCertificate property.voidSets the value of the tlsCertificateBindingSignature property.voidSets the value of the tlsCertificateBindingUrl property.voidSets the value of the url property.
-
Field Details
-
tlsCertificate
-
tlsCertificateBindingUrl
-
tlsCertificateBindingSignature
-
url
-
-
Constructor Details
-
XmlConnectionInfo
public XmlConnectionInfo()
-
-
Method Details
-
getTLSCertificate
Gets the value of the tlsCertificate property.- Returns:
- possible object is
XmlTLSCertificate
-
setTLSCertificate
Sets the value of the tlsCertificate property.- Parameters:
value- allowed object isXmlTLSCertificate
-
getTLSCertificateBindingUrl
-
setTLSCertificateBindingUrl
-
getTLSCertificateBindingSignature
Gets the value of the tlsCertificateBindingSignature property.- Returns:
- possible object is
XmlTLSCertificateBindingSignature
-
setTLSCertificateBindingSignature
Sets the value of the tlsCertificateBindingSignature property.- Parameters:
value- allowed object isXmlTLSCertificateBindingSignature
-
getUrl
-
setUrl
-