public class Alternate
extends java.lang.Object
Java class for Alternate element declaration.
The following schema fragment specifies the expected content contained within this class.
<element name="Alternate">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice>
<group ref="{http://www.dmg.org/PMML-4_1}CONTINUOUS-DISTRIBUTION-TYPES"/>
</choice>
</restriction>
</complexContent>
</complexType>
</element>
| Constructor and Description |
|---|
Alternate() |
| Modifier and Type | Method and Description |
|---|---|
AnyDistribution |
getAnyDistribution()
Gets the value of the anyDistribution property.
|
java.util.List<Extension> |
getExtension()
Gets the value of the extension property.
|
GaussianDistribution |
getGaussianDistribution()
Gets the value of the gaussianDistribution property.
|
PoissonDistribution |
getPoissonDistribution()
Gets the value of the poissonDistribution property.
|
UniformDistribution |
getUniformDistribution()
Gets the value of the uniformDistribution property.
|
void |
setAnyDistribution(AnyDistribution value)
Sets the value of the anyDistribution property.
|
void |
setGaussianDistribution(GaussianDistribution value)
Sets the value of the gaussianDistribution property.
|
void |
setPoissonDistribution(PoissonDistribution value)
Sets the value of the poissonDistribution property.
|
void |
setUniformDistribution(UniformDistribution value)
Sets the value of the uniformDistribution property.
|
public AnyDistribution getAnyDistribution()
AnyDistributionpublic void setAnyDistribution(AnyDistribution value)
value - allowed object is
AnyDistributionpublic GaussianDistribution getGaussianDistribution()
GaussianDistributionpublic void setGaussianDistribution(GaussianDistribution value)
value - allowed object is
GaussianDistributionpublic PoissonDistribution getPoissonDistribution()
PoissonDistributionpublic void setPoissonDistribution(PoissonDistribution value)
value - allowed object is
PoissonDistributionpublic UniformDistribution getUniformDistribution()
UniformDistributionpublic void setUniformDistribution(UniformDistribution value)
value - allowed object is
UniformDistributionpublic java.util.List<Extension> getExtension()
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 extension property.
For example, to add a new item, do as follows:
getExtension().add(newItem);
Objects of the following type(s) are allowed in the list
Extension