public class ServerBehaviorPolicyType extends TExtensibilityElementImpl
Java class for ServerBehaviorPolicyType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ServerBehaviorPolicyType">
<complexContent>
<extension base="{http://schemas.xmlsoap.org/wsdl/}tExtensibilityElement">
<attribute name="messageSelector" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="useMessageIDAsCorrelationID" type="{http://cxf.apache.org/configuration/parameterized-types}ParameterizedBoolean" default="false" />
<attribute name="transactional" type="{http://cxf.apache.org/configuration/parameterized-types}ParameterizedBoolean" default="false" />
<attribute name="durableSubscriberName" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
durableSubscriberName |
protected String |
messageSelector |
protected Boolean |
transactional |
protected Boolean |
useMessageIDAsCorrelationID |
required| Constructor and Description |
|---|
ServerBehaviorPolicyType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDurableSubscriberName()
Gets the value of the durableSubscriberName property.
|
String |
getMessageSelector()
Gets the value of the messageSelector property.
|
boolean |
isSetDurableSubscriberName() |
boolean |
isSetMessageSelector() |
boolean |
isSetTransactional() |
boolean |
isSetUseMessageIDAsCorrelationID() |
boolean |
isTransactional()
Gets the value of the transactional property.
|
boolean |
isUseMessageIDAsCorrelationID()
Gets the value of the useMessageIDAsCorrelationID property.
|
void |
setDurableSubscriberName(String value)
Sets the value of the durableSubscriberName property.
|
void |
setMessageSelector(String value)
Sets the value of the messageSelector property.
|
void |
setTransactional(boolean value)
Sets the value of the transactional property.
|
void |
setUseMessageIDAsCorrelationID(boolean value)
Sets the value of the useMessageIDAsCorrelationID property.
|
void |
unsetTransactional() |
void |
unsetUseMessageIDAsCorrelationID() |
getElementType, getRequired, setElementType, setRequiredisRequired, isSetRequired, setRequired, unsetRequiredprotected String messageSelector
protected Boolean useMessageIDAsCorrelationID
protected Boolean transactional
protected String durableSubscriberName
public String getMessageSelector()
Stringpublic void setMessageSelector(String value)
value - allowed object is
Stringpublic boolean isSetMessageSelector()
public String getDurableSubscriberName()
Stringpublic void setDurableSubscriberName(String value)
value - allowed object is
Stringpublic boolean isSetDurableSubscriberName()
public void setUseMessageIDAsCorrelationID(boolean value)
public void unsetUseMessageIDAsCorrelationID()
public boolean isSetUseMessageIDAsCorrelationID()
public boolean isUseMessageIDAsCorrelationID()
public void setTransactional(boolean value)
public void unsetTransactional()
public boolean isSetTransactional()
public boolean isTransactional()
Apache CXF