Class TLSServerParametersIdentifiedType
java.lang.Object
org.apache.cxf.transports.http_jetty.configuration.TLSServerParametersIdentifiedType
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
FieldsModifier and TypeFieldDescriptionprotected Stringprotected org.apache.cxf.configuration.security.TLSServerParametersType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()Gets the value of the id property.org.apache.cxf.configuration.security.TLSServerParametersTypeGets the value of the tlsServerParameters property.voidSets the value of the id property.voidsetTlsServerParameters(org.apache.cxf.configuration.security.TLSServerParametersType value) Sets the value of the tlsServerParameters property.
-
Field Details
-
tlsServerParameters
protected org.apache.cxf.configuration.security.TLSServerParametersType tlsServerParameters -
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 isTLSServerParametersType
-
getId
Gets the value of the id property.- Returns:
- possible object is
String
-
setId
Sets the value of the id property.- Parameters:
value- allowed object isString
-