public class BlockIndicator extends PMMLObject
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">
<attribute name="field" use="required" type="{http://www.dmg.org/PMML-4_3}FIELD-NAME" />
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
BlockIndicator() |
BlockIndicator(FieldName field) |
| Modifier and Type | Method and Description |
|---|---|
VisitorAction |
accept(Visitor visitor) |
FieldName |
getField()
Gets the value of the field property.
|
BlockIndicator |
setField(FieldName field)
Sets the value of the field property.
|
getLocator, setLocator, traverse, traverse, traverse, traverse, traverseMixedpublic BlockIndicator()
public BlockIndicator(FieldName field)
public FieldName getField()
Stringpublic BlockIndicator setField(FieldName field)
field - allowed object is
Stringpublic VisitorAction accept(Visitor visitor)
Copyright © 2016 University of Tartu. All rights reserved.