public class Value extends PMMLObject implements com.sun.xml.bind.Locatable, HasExtensions
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="value" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="displayValue" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="property" default="valid">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="valid"/>
<enumeration value="invalid"/>
<enumeration value="missing"/>
</restriction>
</simpleType>
</attribute>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
Value.Property
Java class for null.
|
| Modifier and Type | Field and Description |
|---|---|
protected String |
displayValue |
protected List<Extension> |
extensions |
protected Locator |
locator |
protected Value.Property |
property |
protected String |
value |
| Modifier and Type | Method and Description |
|---|---|
VisitorAction |
accept(Visitor visitor) |
String |
getDisplayValue()
Gets the value of the displayValue property.
|
List<Extension> |
getExtensions()
Gets the value of the extensions property.
|
Value.Property |
getProperty()
Gets the value of the property property.
|
String |
getValue()
Gets the value of the value property.
|
void |
setDisplayValue(String value)
Sets the value of the displayValue property.
|
void |
setProperty(Value.Property value)
Sets the value of the property property.
|
void |
setSourceLocation(Locator newLocator) |
void |
setValue(String value)
Sets the value of the value property.
|
Locator |
sourceLocation() |
Value |
withDisplayValue(String value) |
Value |
withExtensions(Collection<Extension> values) |
Value |
withExtensions(Extension... values) |
Value |
withProperty(Value.Property value) |
Value |
withValue(String value) |
protected String value
protected String displayValue
protected Value.Property property
protected Locator locator
public Value()
public Value(String value)
public 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 String getValue()
Stringpublic void setValue(String value)
value - allowed object is
Stringpublic String getDisplayValue()
Stringpublic void setDisplayValue(String value)
value - allowed object is
Stringpublic Value.Property getProperty()
Value.Propertypublic void setProperty(Value.Property value)
value - allowed object is
Value.Propertypublic Value withExtensions(Collection<Extension> values)
public Value withProperty(Value.Property value)
public Locator sourceLocation()
sourceLocation in interface com.sun.xml.bind.LocatablesourceLocation in class PMMLObjectpublic void setSourceLocation(Locator newLocator)
setSourceLocation in class PMMLObjectpublic VisitorAction accept(Visitor visitor)
Copyright © 2014 University of Tartu. All Rights Reserved.