Class HttpSettingsSSLType.Ciphers
- java.lang.Object
-
- net.webpdf.wsclient.schema.operation.HttpSettingsSSLType.Ciphers
-
- Enclosing class:
- HttpSettingsSSLType
public static class HttpSettingsSSLType.Ciphers extends Object
<?xml version="1.0" encoding="UTF-8"?><p xmlns:p400085_="https://jakarta.ee/xml/ns/jaxb" xmlns:p45416_="http://jaxb2-commons.dev.java.net/basic/inheritance" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">Defines the list of allowed TLS ciphers 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="cipher" type="{http://schema.webpdf.de/1.0/operation}HttpSettingsSSLCipherType" maxOccurs="unbounded"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description Ciphers()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>getCipher()Gets the value of the cipher property.booleanisSetCipher()voidunsetCipher()
-
-
-
Method Detail
-
getCipher
public List<String> getCipher()
Gets the value of the cipher 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 cipher property.For example, to add a new item, do as follows:
getCipher().add(newItem);
Objects of the following type(s) are allowed in the list
String- Returns:
- The value of the cipher property.
-
isSetCipher
public boolean isSetCipher()
-
unsetCipher
public void unsetCipher()
-
-