
public class ServicePolicy extends Object implements Serializable
Java class for ServicePolicy complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ServicePolicy">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="BucketCategory" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Description" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="POC" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="ExternalURL" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="MachineName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="DomainName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="ParentObject" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="DataTTL" type="{http://www.w3.org/2001/XMLSchema}duration"/>
<element name="PolicyRefreshRate" type="{http://www.w3.org/2001/XMLSchema}duration"/>
<element name="FederationPolicyCollection" type="{urn:org:miloss:fgsms:services:interfaces:policyConfiguration}FederationPolicyCollection"/>
<element name="PolicyType" type="{urn:org:miloss:fgsms:services:interfaces:common}policyType"/>
<element name="AgentsEnabled" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="Location" type="{urn:org:miloss:fgsms:services:interfaces:policyConfiguration}GeoTag"/>
<element name="ServiceLevelAggrements" type="{urn:org:miloss:fgsms:services:interfaces:policyConfiguration}ArrayOfSLA"/>
<element name="URL" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="displayName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="settings" type="{urn:org:miloss:fgsms:services:interfaces:common}NameValuePairSet" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
agentsEnabled |
protected String |
bucketCategory |
protected Duration |
dataTTL |
protected String |
description |
protected String |
displayName |
protected String |
domainName |
protected String |
externalURL |
protected FederationPolicyCollection |
federationPolicyCollection |
protected GeoTag |
location |
protected String |
machineName |
protected String |
parentObject |
protected String |
poc |
protected Duration |
policyRefreshRate |
protected PolicyType |
policyType |
protected ArrayOfSLA |
serviceLevelAggrements |
protected NameValuePairSet |
settings |
protected String |
url |
| Constructor and Description |
|---|
ServicePolicy() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBucketCategory()
Gets the value of the bucketCategory property.
|
Duration |
getDataTTL()
Gets the value of the dataTTL property.
|
String |
getDescription()
Gets the value of the description property.
|
String |
getDisplayName()
Gets the value of the displayName property.
|
String |
getDomainName()
Gets the value of the domainName property.
|
String |
getExternalURL()
Gets the value of the externalURL property.
|
FederationPolicyCollection |
getFederationPolicyCollection()
Gets the value of the federationPolicyCollection property.
|
GeoTag |
getLocation()
Gets the value of the location property.
|
String |
getMachineName()
Gets the value of the machineName property.
|
String |
getParentObject()
Gets the value of the parentObject property.
|
String |
getPOC()
Gets the value of the poc property.
|
Duration |
getPolicyRefreshRate()
Gets the value of the policyRefreshRate property.
|
PolicyType |
getPolicyType()
Gets the value of the policyType property.
|
ArrayOfSLA |
getServiceLevelAggrements()
Gets the value of the serviceLevelAggrements property.
|
NameValuePairSet |
getSettings()
Gets the value of the settings property.
|
String |
getURL()
Gets the value of the url property.
|
boolean |
isAgentsEnabled()
Gets the value of the agentsEnabled property.
|
boolean |
isSetAgentsEnabled() |
boolean |
isSetBucketCategory() |
boolean |
isSetDataTTL() |
boolean |
isSetDescription() |
boolean |
isSetDisplayName() |
boolean |
isSetDomainName() |
boolean |
isSetExternalURL() |
boolean |
isSetFederationPolicyCollection() |
boolean |
isSetLocation() |
boolean |
isSetMachineName() |
boolean |
isSetParentObject() |
boolean |
isSetPOC() |
boolean |
isSetPolicyRefreshRate() |
boolean |
isSetPolicyType() |
boolean |
isSetServiceLevelAggrements() |
boolean |
isSetSettings() |
boolean |
isSetURL() |
void |
setAgentsEnabled(boolean value)
Sets the value of the agentsEnabled property.
|
void |
setBucketCategory(String value)
Sets the value of the bucketCategory property.
|
void |
setDataTTL(Duration value)
Sets the value of the dataTTL property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setDisplayName(String value)
Sets the value of the displayName property.
|
void |
setDomainName(String value)
Sets the value of the domainName property.
|
void |
setExternalURL(String value)
Sets the value of the externalURL property.
|
void |
setFederationPolicyCollection(FederationPolicyCollection value)
Sets the value of the federationPolicyCollection property.
|
void |
setLocation(GeoTag value)
Sets the value of the location property.
|
void |
setMachineName(String value)
Sets the value of the machineName property.
|
void |
setParentObject(String value)
Sets the value of the parentObject property.
|
void |
setPOC(String value)
Sets the value of the poc property.
|
void |
setPolicyRefreshRate(Duration value)
Sets the value of the policyRefreshRate property.
|
void |
setPolicyType(PolicyType value)
Sets the value of the policyType property.
|
void |
setServiceLevelAggrements(ArrayOfSLA value)
Sets the value of the serviceLevelAggrements property.
|
void |
setSettings(NameValuePairSet value)
Sets the value of the settings property.
|
void |
setURL(String value)
Sets the value of the url property.
|
protected String bucketCategory
protected String description
protected String poc
protected String externalURL
protected String machineName
protected String domainName
protected String parentObject
protected Duration dataTTL
protected Duration policyRefreshRate
protected FederationPolicyCollection federationPolicyCollection
protected PolicyType policyType
protected boolean agentsEnabled
protected GeoTag location
protected ArrayOfSLA serviceLevelAggrements
protected String url
protected String displayName
protected NameValuePairSet settings
public String getBucketCategory()
Stringpublic void setBucketCategory(String value)
value - allowed object is
Stringpublic boolean isSetBucketCategory()
public String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic boolean isSetDescription()
public void setPOC(String value)
value - allowed object is
Stringpublic boolean isSetPOC()
public String getExternalURL()
Stringpublic void setExternalURL(String value)
value - allowed object is
Stringpublic boolean isSetExternalURL()
public String getMachineName()
Stringpublic void setMachineName(String value)
value - allowed object is
Stringpublic boolean isSetMachineName()
public String getDomainName()
Stringpublic void setDomainName(String value)
value - allowed object is
Stringpublic boolean isSetDomainName()
public String getParentObject()
Stringpublic void setParentObject(String value)
value - allowed object is
Stringpublic boolean isSetParentObject()
public Duration getDataTTL()
Durationpublic void setDataTTL(Duration value)
value - allowed object is
Durationpublic boolean isSetDataTTL()
public Duration getPolicyRefreshRate()
Durationpublic void setPolicyRefreshRate(Duration value)
value - allowed object is
Durationpublic boolean isSetPolicyRefreshRate()
public FederationPolicyCollection getFederationPolicyCollection()
FederationPolicyCollectionpublic void setFederationPolicyCollection(FederationPolicyCollection value)
value - allowed object is
FederationPolicyCollectionpublic boolean isSetFederationPolicyCollection()
public PolicyType getPolicyType()
PolicyTypepublic void setPolicyType(PolicyType value)
value - allowed object is
PolicyTypepublic boolean isSetPolicyType()
public boolean isAgentsEnabled()
public void setAgentsEnabled(boolean value)
public boolean isSetAgentsEnabled()
public GeoTag getLocation()
GeoTagpublic void setLocation(GeoTag value)
value - allowed object is
GeoTagpublic boolean isSetLocation()
public ArrayOfSLA getServiceLevelAggrements()
ArrayOfSLApublic void setServiceLevelAggrements(ArrayOfSLA value)
value - allowed object is
ArrayOfSLApublic boolean isSetServiceLevelAggrements()
public void setURL(String value)
value - allowed object is
Stringpublic boolean isSetURL()
public String getDisplayName()
Stringpublic void setDisplayName(String value)
value - allowed object is
Stringpublic boolean isSetDisplayName()
public NameValuePairSet getSettings()
NameValuePairSetpublic void setSettings(NameValuePairSet value)
value - allowed object is
NameValuePairSetpublic boolean isSetSettings()
Copyright © 2008–2017 MIL-OSS. All rights reserved.