public class Array extends PMMLObject
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>string">
<attribute name="n" type="{http://www.dmg.org/PMML-4_2}INT-NUMBER" />
<attribute name="type" use="required">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="int"/>
<enumeration value="real"/>
<enumeration value="string"/>
</restriction>
</simpleType>
</attribute>
</extension>
</simpleContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
Array.Type
Java class for null.
|
| Constructor and Description |
|---|
Array() |
Array(Array.Type type,
String value) |
| Modifier and Type | Method and Description |
|---|---|
VisitorAction |
accept(Visitor visitor) |
Integer |
getN()
Gets the value of the n property.
|
Array.Type |
getType()
Gets the value of the type property.
|
String |
getValue()
Gets the value of the value property.
|
Array |
setN(Integer n)
Sets the value of the n property.
|
Array |
setType(Array.Type type)
Sets the value of the type property.
|
Array |
setValue(String value)
Sets the value of the value property.
|
getLocator, setLocatorpublic Array()
public Array(Array.Type type, String value)
public Array setN(Integer n)
n - allowed object is
Stringpublic Array.Type getType()
Array.Typepublic Array setType(Array.Type type)
type - allowed object is
Array.Typepublic String getValue()
Stringpublic Array setValue(String value)
value - allowed object is
Stringpublic VisitorAction accept(Visitor visitor)
Copyright © 2015 University of Tartu. All Rights Reserved.