Class HttpSettingsSSLType.Protocols

  • Enclosing class:
    HttpSettingsSSLType

    public static class HttpSettingsSSLType.Protocols
    extends Object
     <?xml version="1.0" encoding="UTF-8"?><p xmlns:p644063_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:p831178_="https://jakarta.ee/xml/ns/jaxb" 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>
     
    • Constructor Detail

      • Protocols

        public Protocols()
    • 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 set method 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()