Class Parameter
- Direct Known Subclasses:
PropertyParameters.Property
Java class for Parameter complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Parameter"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence minOccurs="0"> <element name="ResultRequest" type="{http://www.bpsim.org/schemas/1.0}ResultType" maxOccurs="unbounded" minOccurs="0"/> <element ref="{http://www.bpsim.org/schemas/1.0}ParameterValue" maxOccurs="unbounded" minOccurs="0"/> </sequence> <attribute name="kpi" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" /> <attribute name="sla" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" /> </restriction> </complexContent> </complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Boolean
protected List<jakarta.xml.bind.JAXBElement<? extends ParameterValue>>
protected List<ResultType>
protected Boolean
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionList<jakarta.xml.bind.JAXBElement<? extends ParameterValue>>
Gets the value of the parameterValue property.Gets the value of the resultRequest property.boolean
isKpi()
Gets the value of the kpi property.boolean
isSla()
Gets the value of the sla property.void
Sets the value of the kpi property.void
Sets the value of the sla property.
-
Field Details
-
resultRequest
-
parameterValue
-
kpi
-
sla
-
-
Constructor Details
-
Parameter
public Parameter()
-
-
Method Details
-
getResultRequest
Gets the value of the resultRequest property.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 Jakarta XML Binding object. This is why there is not a
set
method for the resultRequest property.For example, to add a new item, do as follows:
getResultRequest().add(newItem);
Objects of the following type(s) are allowed in the list
ResultType
-
getParameterValue
Gets the value of the parameterValue property.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 Jakarta XML Binding object. This is why there is not a
set
method for the parameterValue property.For example, to add a new item, do as follows:
getParameterValue().add(newItem);
Objects of the following type(s) are allowed in the list
JAXBElement
<
ExpressionParameter
>
JAXBElement
<
BooleanParameter
>
JAXBElement
<
DateTimeParameter
>
JAXBElement
<
PoissonDistribution
>
JAXBElement
<
WeibullDistribution
>
JAXBElement
<
BinomialDistribution
>
JAXBElement
<
DurationParameter
>
JAXBElement
<
UniformDistribution
>
JAXBElement
<
ErlangDistribution
>
JAXBElement
<
LogNormalDistribution
>
JAXBElement
<
GammaDistribution
>
JAXBElement
<
FloatingParameter
>
JAXBElement
<
StringParameter
>
JAXBElement
<
TriangularDistribution
>
JAXBElement
<
UserDistribution
>
JAXBElement
<
NumericParameter
>
JAXBElement
<
NormalDistribution
>
JAXBElement
<
NegativeExponentialDistribution
>
JAXBElement
<
EnumParameter
>
JAXBElement
<
BetaDistribution
>
JAXBElement
<
TruncatedNormalDistribution
>
JAXBElement
<
ParameterValue
>
-
isKpi
public boolean isKpi()Gets the value of the kpi property.- Returns:
- possible object is
Boolean
-
setKpi
Sets the value of the kpi property.- Parameters:
value
- allowed object isBoolean
-
isSla
public boolean isSla()Gets the value of the sla property.- Returns:
- possible object is
Boolean
-
setSla
Sets the value of the sla property.- Parameters:
value
- allowed object isBoolean
-