public class Array extends SimpleArray implements com.sun.xml.bind.Locatable
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_1}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.
|
| Modifier and Type | Field and Description |
|---|---|
protected Locator |
locator |
protected Integer |
n |
protected Array.Type |
type |
protected String |
value |
| Constructor and Description |
|---|
Array()
Deprecated.
|
Array(String value,
Array.Type type) |
| 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.
|
void |
setN(Integer value)
Sets the value of the n property.
|
void |
setSourceLocation(Locator newLocator) |
void |
setType(Array.Type value)
Sets the value of the type property.
|
void |
setValue(String value)
Sets the value of the value property.
|
Locator |
sourceLocation() |
getContent, setContentprotected String value
protected Integer n
protected Array.Type type
protected Locator locator
@Deprecated public Array()
public Array(String value, Array.Type type)
public String getValue()
getValue in class SimpleArrayStringpublic void setValue(String value)
setValue in class SimpleArrayvalue - allowed object is
Stringpublic void setN(Integer value)
value - allowed object is
Stringpublic Array.Type getType()
Array.Typepublic void setType(Array.Type value)
value - allowed object is
Array.Typepublic 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 © 2013 University of Tartu. All Rights Reserved.