Class TLSServerParametersIdentifiedType

java.lang.Object
org.apache.cxf.transports.http_jetty.configuration.TLSServerParametersIdentifiedType

public class TLSServerParametersIdentifiedType extends Object

Java class for TLSServerParametersIdentifiedType complex type

.

The following schema fragment specifies the expected content contained within this class.


 <complexType name="TLSServerParametersIdentifiedType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="tlsServerParameters" type="{http://cxf.apache.org/configuration/security}TLSServerParametersType"/>
       </sequence>
       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected String
    Specifies a unique identifier by which the property set can be referred.
    protected org.apache.cxf.configuration.security.TLSServerParametersType
    Specifies the properties for the parameter set.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Specifies a unique identifier by which the property set can be referred.
    org.apache.cxf.configuration.security.TLSServerParametersType
    Specifies the properties for the parameter set.
    void
    setId(String value)
    Sets the value of the id property.
    void
    setTlsServerParameters(org.apache.cxf.configuration.security.TLSServerParametersType value)
    Sets the value of the tlsServerParameters property.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • tlsServerParameters

      protected org.apache.cxf.configuration.security.TLSServerParametersType tlsServerParameters
      Specifies the properties for the parameter set.
    • id

      protected String id
      Specifies a unique identifier by which the property set can be referred.
  • Constructor Details

    • TLSServerParametersIdentifiedType

      public TLSServerParametersIdentifiedType()
  • Method Details

    • getTlsServerParameters

      public org.apache.cxf.configuration.security.TLSServerParametersType getTlsServerParameters()
      Specifies the properties for the parameter set.
      Returns:
      possible object is TLSServerParametersType
    • setTlsServerParameters

      public void setTlsServerParameters(org.apache.cxf.configuration.security.TLSServerParametersType value)
      Sets the value of the tlsServerParameters property.
      Parameters:
      value - allowed object is TLSServerParametersType
      See Also:
    • getId

      public String getId()
      Specifies a unique identifier by which the property set can be referred.
      Returns:
      possible object is String
    • setId

      public void setId(String value)
      Sets the value of the id property.
      Parameters:
      value - allowed object is String
      See Also: