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>
| Modifier and Type | Field and Description |
|---|---|
protected String |
id |
protected org.apache.cxf.configuration.security.TLSServerParametersType |
tlsServerParameters |
| Constructor and Description |
|---|
TLSServerParametersIdentifiedType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getId()
Gets the value of the id property.
|
org.apache.cxf.configuration.security.TLSServerParametersType |
getTlsServerParameters()
Gets the value of the tlsServerParameters property.
|
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.
|
protected org.apache.cxf.configuration.security.TLSServerParametersType tlsServerParameters
protected String id
public org.apache.cxf.configuration.security.TLSServerParametersType getTlsServerParameters()
TLSServerParametersTypepublic void setTlsServerParameters(org.apache.cxf.configuration.security.TLSServerParametersType value)
value - allowed object is
TLSServerParametersTypeApache CXF