Apache CXF API

org.apache.cxf.transports.http_netty_server.configuration
Class TLSServerParametersIdentifiedType

java.lang.Object
  extended by org.apache.cxf.transports.http_netty_server.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
protected  String id
           
protected  TLSServerParametersType tlsServerParameters
           
 
Constructor Summary
TLSServerParametersIdentifiedType()
           
 
Method Summary
 String getId()
          Gets the value of the id property.
 TLSServerParametersType getTlsServerParameters()
          Gets the value of the tlsServerParameters property.
 void setId(String value)
          Sets the value of the id property.
 void setTlsServerParameters(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 Detail

tlsServerParameters

protected TLSServerParametersType tlsServerParameters

id

protected String id
Constructor Detail

TLSServerParametersIdentifiedType

public TLSServerParametersIdentifiedType()
Method Detail

getTlsServerParameters

public TLSServerParametersType getTlsServerParameters()
Gets the value of the tlsServerParameters property.

Returns:
possible object is TLSServerParametersType

setTlsServerParameters

public void setTlsServerParameters(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

Apache CXF API

Apache CXF