public class SLA extends Object implements Serializable
Java class for SLA complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SLA"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="guid" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="Action" type="{urn:org:miloss:fgsms:services:interfaces:policyConfiguration}ArrayOfSLAActionBaseType"/> <element name="Rule" type="{urn:org:miloss:fgsms:services:interfaces:policyConfiguration}RuleBaseType"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected ArrayOfSLAActionBaseType |
action |
protected String |
guid |
protected RuleBaseType |
rule |
Constructor and Description |
---|
SLA() |
Modifier and Type | Method and Description |
---|---|
ArrayOfSLAActionBaseType |
getAction()
Gets the value of the action property.
|
String |
getGuid()
Gets the value of the guid property.
|
RuleBaseType |
getRule()
Gets the value of the rule property.
|
boolean |
isSetAction() |
boolean |
isSetGuid() |
boolean |
isSetRule() |
void |
setAction(ArrayOfSLAActionBaseType value)
Sets the value of the action property.
|
void |
setGuid(String value)
Sets the value of the guid property.
|
void |
setRule(RuleBaseType value)
Sets the value of the rule property.
|
protected String guid
protected ArrayOfSLAActionBaseType action
protected RuleBaseType rule
public String getGuid()
String
public void setGuid(String value)
value
- allowed object is
String
public boolean isSetGuid()
public ArrayOfSLAActionBaseType getAction()
ArrayOfSLAActionBaseType
public void setAction(ArrayOfSLAActionBaseType value)
value
- allowed object is
ArrayOfSLAActionBaseType
public boolean isSetAction()
public RuleBaseType getRule()
RuleBaseType
public void setRule(RuleBaseType value)
value
- allowed object is
RuleBaseType
public boolean isSetRule()
Copyright © 2008–2017 MIL-OSS. All rights reserved.