public class SLARuleGeneric extends RuleBaseType implements Serializable
Java class for SLARuleGeneric complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SLARuleGeneric"> <complexContent> <extension base="{urn:org:miloss:fgsms:services:interfaces:policyConfiguration}RuleBaseType"> <sequence> <element name="ProcessAt" type="{urn:org:miloss:fgsms:services:interfaces:policyConfiguration}RunAtLocation"/> <element name="ClassName" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="parameter_name_value" type="{urn:org:miloss:fgsms:services:interfaces:common}NameValuePair" maxOccurs="unbounded" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
className |
protected List<NameValuePair> |
parameterNameValue |
protected RunAtLocation |
processAt |
Constructor and Description |
---|
SLARuleGeneric() |
Modifier and Type | Method and Description |
---|---|
String |
getClassName()
Gets the value of the className property.
|
List<NameValuePair> |
getParameterNameValue()
Gets the value of the parameterNameValue property.
|
RunAtLocation |
getProcessAt()
Gets the value of the processAt property.
|
boolean |
isSetClassName() |
boolean |
isSetParameterNameValue() |
boolean |
isSetProcessAt() |
void |
setClassName(String value)
Sets the value of the className property.
|
void |
setProcessAt(RunAtLocation value)
Sets the value of the processAt property.
|
void |
unsetParameterNameValue() |
protected RunAtLocation processAt
protected String className
protected List<NameValuePair> parameterNameValue
public RunAtLocation getProcessAt()
RunAtLocation
public void setProcessAt(RunAtLocation value)
value
- allowed object is
RunAtLocation
public boolean isSetProcessAt()
public String getClassName()
String
public void setClassName(String value)
value
- allowed object is
String
public boolean isSetClassName()
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()
Copyright © 2008–2017 MIL-OSS. All rights reserved.