Class HttpSettingsSSLType.Protocols
- java.lang.Object
-
- net.webpdf.wsclient.schema.operation.HttpSettingsSSLType.Protocols
-
- Enclosing class:
- HttpSettingsSSLType
public static class HttpSettingsSSLType.Protocols 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 allowed TLS protocols for the HTTP requests.</p>
Java class for anonymous complex type
.The following schema fragment specifies the expected content contained within this class.
<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>
-
-
Field Summary
Fields Modifier and Type Field Description protected List<HttpSettingsSSLProtocolType>protocol
-
Constructor Summary
Constructors Constructor Description Protocols()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<HttpSettingsSSLProtocolType>getProtocol()Gets the value of the protocol property.booleanisSetProtocol()voidunsetProtocol()
-
-
-
Field Detail
-
protocol
protected List<HttpSettingsSSLProtocolType> protocol
-
-
Method Detail
-
getProtocol
public List<HttpSettingsSSLProtocolType> getProtocol()
Gets the value of the protocol property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the protocol property.For example, to add a new item, do as follows:
getProtocol().add(newItem);
Objects of the following type(s) are allowed in the list
HttpSettingsSSLProtocolType- Returns:
- The value of the protocol property.
-
isSetProtocol
public boolean isSetProtocol()
-
unsetProtocol
public void unsetProtocol()
-
-