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()
String
public void setBucketCategory(String value)
value
- allowed object is
String
public boolean isSetBucketCategory()
public String getDescription()
String
public void setDescription(String value)
value
- allowed object is
String
public boolean isSetDescription()
public void setPOC(String value)
value
- allowed object is
String
public boolean isSetPOC()
public String getExternalURL()
String
public void setExternalURL(String value)
value
- allowed object is
String
public boolean isSetExternalURL()
public String getMachineName()
String
public void setMachineName(String value)
value
- allowed object is
String
public boolean isSetMachineName()
public String getDomainName()
String
public void setDomainName(String value)
value
- allowed object is
String
public boolean isSetDomainName()
public String getParentObject()
String
public void setParentObject(String value)
value
- allowed object is
String
public boolean isSetParentObject()
public Duration getDataTTL()
Duration
public void setDataTTL(Duration value)
value
- allowed object is
Duration
public boolean isSetDataTTL()
public Duration getPolicyRefreshRate()
Duration
public void setPolicyRefreshRate(Duration value)
value
- allowed object is
Duration
public boolean isSetPolicyRefreshRate()
public FederationPolicyCollection getFederationPolicyCollection()
FederationPolicyCollection
public void setFederationPolicyCollection(FederationPolicyCollection value)
value
- allowed object is
FederationPolicyCollection
public boolean isSetFederationPolicyCollection()
public PolicyType getPolicyType()
PolicyType
public void setPolicyType(PolicyType value)
value
- allowed object is
PolicyType
public boolean isSetPolicyType()
public boolean isAgentsEnabled()
public void setAgentsEnabled(boolean value)
public boolean isSetAgentsEnabled()
public GeoTag getLocation()
GeoTag
public void setLocation(GeoTag value)
value
- allowed object is
GeoTag
public boolean isSetLocation()
public ArrayOfSLA getServiceLevelAggrements()
ArrayOfSLA
public void setServiceLevelAggrements(ArrayOfSLA value)
value
- allowed object is
ArrayOfSLA
public boolean isSetServiceLevelAggrements()
public void setURL(String value)
value
- allowed object is
String
public boolean isSetURL()
public String getDisplayName()
String
public void setDisplayName(String value)
value
- allowed object is
String
public boolean isSetDisplayName()
public NameValuePairSet getSettings()
NameValuePairSet
public void setSettings(NameValuePairSet value)
value
- allowed object is
NameValuePairSet
public boolean isSetSettings()
Copyright © 2008–2017 MIL-OSS. All rights reserved.