
public class SLAAction extends Object implements Serializable
Java class for SLAAction complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SLAAction">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="parameter_name_value" type="{urn:org:miloss:fgsms:services:interfaces:common}NameValuePair" maxOccurs="unbounded"/>
<element name="implementing_class_name" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
implementingClassName |
protected List<NameValuePair> |
parameterNameValue |
| Constructor and Description |
|---|
SLAAction() |
| Modifier and Type | Method and Description |
|---|---|
String |
getImplementingClassName()
Gets the value of the implementingClassName property.
|
List<NameValuePair> |
getParameterNameValue()
Gets the value of the parameterNameValue property.
|
boolean |
isSetImplementingClassName() |
boolean |
isSetParameterNameValue() |
void |
setImplementingClassName(String value)
Sets the value of the implementingClassName property.
|
void |
unsetParameterNameValue() |
protected List<NameValuePair> parameterNameValue
protected String implementingClassName
public List<NameValuePair> getParameterNameValue()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the parameterNameValue property.
For example, to add a new item, do as follows:
getParameterNameValue().add(newItem);
Objects of the following type(s) are allowed in the list
NameValuePair
public boolean isSetParameterNameValue()
public void unsetParameterNameValue()
public String getImplementingClassName()
Stringpublic void setImplementingClassName(String value)
value - allowed object is
Stringpublic boolean isSetImplementingClassName()
Copyright © 2008–2017 MIL-OSS. All rights reserved.