Class HttpSettingsSSLType
- java.lang.Object
-
- net.webpdf.wsclient.schema.operation.HttpSettingsSSLType
-
public class HttpSettingsSSLType extends Object
<?xml version="1.0" encoding="UTF-8"?><p xmlns:p931607_="https://jakarta.ee/xml/ns/jaxb" xmlns:p994488_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">Defines the SSL options for all HTTP requests.</p>
Java class for HttpSettingsSSLType complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="HttpSettingsSSLType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <all minOccurs="0"> <element name="protocols" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence maxOccurs="unbounded"> <element name="protocol" type="{http://schema.webpdf.de/1.0/operation}HttpSettingsSSLProtocolType" maxOccurs="unbounded"/> </sequence> </restriction> </complexContent> </complexType> </element> <element name="ciphers" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence maxOccurs="unbounded"> <element name="cipher" type="{http://schema.webpdf.de/1.0/operation}HttpSettingsSSLCipherType" maxOccurs="unbounded"/> </sequence> </restriction> </complexContent> </complexType> </element> </all> </restriction> </complexContent> </complexType>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classHttpSettingsSSLType.Ciphers<?static classHttpSettingsSSLType.Protocols<?
-
Field Summary
Fields Modifier and Type Field Description protected HttpSettingsSSLType.Ciphersciphersprotected HttpSettingsSSLType.Protocolsprotocols
-
Constructor Summary
Constructors Constructor Description HttpSettingsSSLType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HttpSettingsSSLType.CiphersgetCiphers()Gets the value of the ciphers property.HttpSettingsSSLType.ProtocolsgetProtocols()Gets the value of the protocols property.booleanisSetCiphers()booleanisSetProtocols()voidsetCiphers(HttpSettingsSSLType.Ciphers value)Sets the value of the ciphers property.voidsetProtocols(HttpSettingsSSLType.Protocols value)Sets the value of the protocols property.
-
-
-
Field Detail
-
protocols
protected HttpSettingsSSLType.Protocols protocols
-
ciphers
protected HttpSettingsSSLType.Ciphers ciphers
-
-
Method Detail
-
getProtocols
public HttpSettingsSSLType.Protocols getProtocols()
Gets the value of the protocols property.- Returns:
- possible object is
HttpSettingsSSLType.Protocols
-
setProtocols
public void setProtocols(HttpSettingsSSLType.Protocols value)
Sets the value of the protocols property.- Parameters:
value- allowed object isHttpSettingsSSLType.Protocols
-
isSetProtocols
public boolean isSetProtocols()
-
getCiphers
public HttpSettingsSSLType.Ciphers getCiphers()
Gets the value of the ciphers property.- Returns:
- possible object is
HttpSettingsSSLType.Ciphers
-
setCiphers
public void setCiphers(HttpSettingsSSLType.Ciphers value)
Sets the value of the ciphers property.- Parameters:
value- allowed object isHttpSettingsSSLType.Ciphers
-
isSetCiphers
public boolean isSetCiphers()
-
-