public class GlobalPolicy extends Object implements Serializable
Java class for GlobalPolicy complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GlobalPolicy"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="classification" type="{urn:org:miloss:fgsms:services:interfaces:common}SecurityWrapper"/> <element name="PolicyRefreshRate" type="{http://www.w3.org/2001/XMLSchema}duration"/> <element name="RecordedMessageCap" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="UDDIPublishRate" type="{http://www.w3.org/2001/XMLSchema}duration" minOccurs="0"/> <element name="AgentsEnabled" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected Boolean |
agentsEnabled |
protected SecurityWrapper |
classification |
protected Duration |
policyRefreshRate |
protected int |
recordedMessageCap |
protected Duration |
uddiPublishRate |
Constructor and Description |
---|
GlobalPolicy() |
Modifier and Type | Method and Description |
---|---|
SecurityWrapper |
getClassification()
Gets the value of the classification property.
|
Duration |
getPolicyRefreshRate()
Gets the value of the policyRefreshRate property.
|
int |
getRecordedMessageCap()
Gets the value of the recordedMessageCap property.
|
Duration |
getUDDIPublishRate()
Gets the value of the uddiPublishRate property.
|
Boolean |
isAgentsEnabled()
Gets the value of the agentsEnabled property.
|
boolean |
isSetAgentsEnabled() |
boolean |
isSetClassification() |
boolean |
isSetPolicyRefreshRate() |
boolean |
isSetRecordedMessageCap() |
boolean |
isSetUDDIPublishRate() |
void |
setAgentsEnabled(Boolean value)
Sets the value of the agentsEnabled property.
|
void |
setClassification(SecurityWrapper value)
Sets the value of the classification property.
|
void |
setPolicyRefreshRate(Duration value)
Sets the value of the policyRefreshRate property.
|
void |
setRecordedMessageCap(int value)
Sets the value of the recordedMessageCap property.
|
void |
setUDDIPublishRate(Duration value)
Sets the value of the uddiPublishRate property.
|
protected SecurityWrapper classification
protected Duration policyRefreshRate
protected int recordedMessageCap
protected Duration uddiPublishRate
protected Boolean agentsEnabled
public SecurityWrapper getClassification()
SecurityWrapper
public void setClassification(SecurityWrapper value)
value
- allowed object is
SecurityWrapper
public boolean isSetClassification()
public Duration getPolicyRefreshRate()
Duration
public void setPolicyRefreshRate(Duration value)
value
- allowed object is
Duration
public boolean isSetPolicyRefreshRate()
public int getRecordedMessageCap()
public void setRecordedMessageCap(int value)
public boolean isSetRecordedMessageCap()
public Duration getUDDIPublishRate()
Duration
public void setUDDIPublishRate(Duration value)
value
- allowed object is
Duration
public boolean isSetUDDIPublishRate()
public Boolean isAgentsEnabled()
Boolean
public void setAgentsEnabled(Boolean value)
value
- allowed object is
Boolean
public boolean isSetAgentsEnabled()
Copyright © 2008–2017 MIL-OSS. All rights reserved.