public class Lag extends Expression implements 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_3}Extension" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.dmg.org/PMML-4_3}BlockIndicator" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="field" use="required" type="{http://www.dmg.org/PMML-4_3}FIELD-NAME" />
<attribute name="n" type="{http://www.dmg.org/PMML-4_3}INT-NUMBER" default="1" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Method and Description |
|---|---|
VisitorAction |
accept(Visitor visitor) |
Lag |
addBlockIndicators(BlockIndicator... blockIndicators) |
Lag |
addExtensions(Extension... extensions) |
List<BlockIndicator> |
getBlockIndicators()
Gets the value of the blockIndicators property.
|
List<Extension> |
getExtensions()
Gets the value of the extensions property.
|
FieldName |
getField()
Gets the value of the field property.
|
Integer |
getN()
Gets the value of the n property.
|
boolean |
hasBlockIndicators() |
boolean |
hasExtensions() |
Lag |
setField(FieldName field)
Sets the value of the field property.
|
Lag |
setN(Integer n)
Sets the value of the n property.
|
getLocator, setLocator, traverse, traverse, traverse, traverse, traverseMixedpublic Lag()
public Lag(FieldName field)
public FieldName getField()
Stringpublic Lag setField(FieldName field)
field - allowed object is
Stringpublic Lag setN(Integer n)
n - allowed object is
Integerpublic 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 List<BlockIndicator> getBlockIndicators()
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 blockIndicators property.
For example, to add a new item, do as follows:
getBlockIndicators().add(newItem);
Objects of the following type(s) are allowed in the list
BlockIndicator
public boolean hasExtensions()
hasExtensions in interface HasExtensionspublic boolean hasBlockIndicators()
public Lag addBlockIndicators(BlockIndicator... blockIndicators)
public VisitorAction accept(Visitor visitor)
Copyright © 2016 University of Tartu. All rights reserved.