public class TransactionalWebServicePolicy extends ServicePolicy implements Serializable
Java class for TransactionalWebServicePolicy complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TransactionalWebServicePolicy"> <complexContent> <extension base="{urn:org:miloss:fgsms:services:interfaces:policyConfiguration}ServicePolicy"> <sequence> <element name="RecordFaultsOnly" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="RecordRequestMessage" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="RecordResponseMessage" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="RecordedMessageCap" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="RecordHeaders" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="BuellerEnabled" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="HealthStatusEnabled" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="UserIdentification" type="{urn:org:miloss:fgsms:services:interfaces:policyConfiguration}ArrayOfUserIdentity"/> </sequence> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected boolean |
buellerEnabled |
protected boolean |
healthStatusEnabled
Deprecated.
|
protected int |
recordedMessageCap |
protected boolean |
recordFaultsOnly |
protected boolean |
recordHeaders |
protected boolean |
recordRequestMessage |
protected boolean |
recordResponseMessage |
protected ArrayOfUserIdentity |
userIdentification |
agentsEnabled, bucketCategory, dataTTL, description, displayName, domainName, externalURL, federationPolicyCollection, location, machineName, parentObject, poc, policyRefreshRate, policyType, serviceLevelAggrements, settings, url
Constructor and Description |
---|
TransactionalWebServicePolicy() |
Modifier and Type | Method and Description |
---|---|
int |
getRecordedMessageCap()
Gets the value of the recordedMessageCap property.
|
ArrayOfUserIdentity |
getUserIdentification()
Gets the value of the userIdentification property.
|
boolean |
isBuellerEnabled()
Gets the value of the buellerEnabled property.
|
boolean |
isHealthStatusEnabled()
Deprecated.
|
boolean |
isRecordFaultsOnly()
Gets the value of the recordFaultsOnly property.
|
boolean |
isRecordHeaders()
Gets the value of the recordHeaders property.
|
boolean |
isRecordRequestMessage()
Gets the value of the recordRequestMessage property.
|
boolean |
isRecordResponseMessage()
Gets the value of the recordResponseMessage property.
|
boolean |
isSetBuellerEnabled() |
boolean |
isSetHealthStatusEnabled() |
boolean |
isSetRecordedMessageCap() |
boolean |
isSetRecordFaultsOnly() |
boolean |
isSetRecordHeaders() |
boolean |
isSetRecordRequestMessage() |
boolean |
isSetRecordResponseMessage() |
boolean |
isSetUserIdentification() |
void |
setBuellerEnabled(boolean value)
Sets the value of the buellerEnabled property.
|
void |
setHealthStatusEnabled(boolean value)
Deprecated.
|
void |
setRecordedMessageCap(int value)
Sets the value of the recordedMessageCap property.
|
void |
setRecordFaultsOnly(boolean value)
Sets the value of the recordFaultsOnly property.
|
void |
setRecordHeaders(boolean value)
Sets the value of the recordHeaders property.
|
void |
setRecordRequestMessage(boolean value)
Sets the value of the recordRequestMessage property.
|
void |
setRecordResponseMessage(boolean value)
Sets the value of the recordResponseMessage property.
|
void |
setUserIdentification(ArrayOfUserIdentity value)
Sets the value of the userIdentification property.
|
getBucketCategory, getDataTTL, getDescription, getDisplayName, getDomainName, getExternalURL, getFederationPolicyCollection, getLocation, getMachineName, getParentObject, getPOC, getPolicyRefreshRate, getPolicyType, getServiceLevelAggrements, getSettings, getURL, isAgentsEnabled, isSetAgentsEnabled, isSetBucketCategory, isSetDataTTL, isSetDescription, isSetDisplayName, isSetDomainName, isSetExternalURL, isSetFederationPolicyCollection, isSetLocation, isSetMachineName, isSetParentObject, isSetPOC, isSetPolicyRefreshRate, isSetPolicyType, isSetServiceLevelAggrements, isSetSettings, isSetURL, setAgentsEnabled, setBucketCategory, setDataTTL, setDescription, setDisplayName, setDomainName, setExternalURL, setFederationPolicyCollection, setLocation, setMachineName, setParentObject, setPOC, setPolicyRefreshRate, setPolicyType, setServiceLevelAggrements, setSettings, setURL
protected boolean recordFaultsOnly
protected boolean recordRequestMessage
protected boolean recordResponseMessage
protected int recordedMessageCap
protected boolean recordHeaders
protected boolean buellerEnabled
@Deprecated protected boolean healthStatusEnabled
protected ArrayOfUserIdentity userIdentification
public boolean isRecordFaultsOnly()
public void setRecordFaultsOnly(boolean value)
public boolean isSetRecordFaultsOnly()
public boolean isRecordRequestMessage()
public void setRecordRequestMessage(boolean value)
public boolean isSetRecordRequestMessage()
public boolean isRecordResponseMessage()
public void setRecordResponseMessage(boolean value)
public boolean isSetRecordResponseMessage()
public int getRecordedMessageCap()
public void setRecordedMessageCap(int value)
public boolean isSetRecordedMessageCap()
public boolean isRecordHeaders()
public void setRecordHeaders(boolean value)
public boolean isSetRecordHeaders()
public boolean isBuellerEnabled()
public void setBuellerEnabled(boolean value)
public boolean isSetBuellerEnabled()
@Deprecated public boolean isHealthStatusEnabled()
@Deprecated public void setHealthStatusEnabled(boolean value)
public boolean isSetHealthStatusEnabled()
public ArrayOfUserIdentity getUserIdentification()
ArrayOfUserIdentity
public void setUserIdentification(ArrayOfUserIdentity value)
value
- allowed object is
ArrayOfUserIdentity
public boolean isSetUserIdentification()
Copyright © 2008–2017 MIL-OSS. All rights reserved.