public class Item extends PMMLObject implements HasExtensions, HasId
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.dmg.org/PMML-4_2}Extension" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="value" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="mappedValue" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="weight" type="{http://www.dmg.org/PMML-4_2}REAL-NUMBER" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<Extension> |
extensions |
protected java.lang.String |
id |
protected java.lang.String |
mappedValue |
protected java.lang.String |
value |
protected java.lang.Double |
weight |
| Constructor and Description |
|---|
Item() |
Item(java.lang.String id,
java.lang.String value) |
| Modifier and Type | Method and Description |
|---|---|
VisitorAction |
accept(Visitor visitor) |
java.util.List<Extension> |
getExtensions()
Gets the value of the extensions property.
|
java.lang.String |
getId()
Gets the value of the id property.
|
java.lang.String |
getMappedValue()
Gets the value of the mappedValue property.
|
java.lang.String |
getValue()
Gets the value of the value property.
|
java.lang.Double |
getWeight()
Gets the value of the weight property.
|
boolean |
hasExtensions() |
void |
setId(java.lang.String value)
Sets the value of the id property.
|
void |
setMappedValue(java.lang.String value)
Sets the value of the mappedValue property.
|
void |
setValue(java.lang.String value)
Sets the value of the value property.
|
void |
setWeight(java.lang.Double value)
Sets the value of the weight property.
|
Item |
withExtensions(java.util.Collection<Extension> values) |
Item |
withExtensions(Extension... values) |
Item |
withId(java.lang.String value) |
Item |
withMappedValue(java.lang.String value) |
Item |
withValue(java.lang.String value) |
Item |
withWeight(java.lang.Double value) |
getLocator, setLocatorprotected java.lang.String id
protected java.lang.String value
protected java.lang.String mappedValue
protected java.lang.Double weight
protected java.util.List<Extension> extensions
public java.lang.String getId()
public void setId(java.lang.String value)
public java.lang.String getValue()
Stringpublic void setValue(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getMappedValue()
Stringpublic void setMappedValue(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Double getWeight()
Doublepublic void setWeight(java.lang.Double value)
value - allowed object is
Doublepublic java.util.List<Extension> getExtensions()
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 extensions property.
For example, to add a new item, do as follows:
getExtensions().add(newItem);
Objects of the following type(s) are allowed in the list
Extension
getExtensions in interface HasExtensionspublic Item withId(java.lang.String value)
public Item withValue(java.lang.String value)
public Item withMappedValue(java.lang.String value)
public Item withWeight(java.lang.Double value)
public boolean hasExtensions()
hasExtensions in interface HasExtensionspublic VisitorAction accept(Visitor visitor)
Copyright © 2015 University of Tartu. All Rights Reserved.