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 TLSServerParametersType |
tlsServerParameters |
| Constructor and Description |
|---|
TLSServerParametersIdentifiedType() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
protected TLSServerParametersType tlsServerParameters
protected String id
public TLSServerParametersType getTlsServerParameters()
TLSServerParametersTypepublic void setTlsServerParameters(TLSServerParametersType value)
value - allowed object is
TLSServerParametersTypeApache CXF