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 Details

    • tlsServerParameters

      protected org.apache.cxf.configuration.security.TLSServerParametersType tlsServerParameters
    • id

      protected String id
  • Constructor Details

    • TLSServerParametersIdentifiedType

      public TLSServerParametersIdentifiedType()
  • Method Details

    • getTlsServerParameters

      public org.apache.cxf.configuration.security.TLSServerParametersType getTlsServerParameters()
      Gets the value of the tlsServerParameters property.
      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
    • getId

      public String getId()
      Gets the value of the id property.
      Returns:
      possible object is String
    • setId

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