public class DataDictionary extends PMMLObject 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_2}Extension" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.dmg.org/PMML-4_2}DataField" maxOccurs="unbounded"/>
<element ref="{http://www.dmg.org/PMML-4_2}Taxonomy" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="numberOfFields" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<DataField> |
dataFields |
protected java.util.List<Extension> |
extensions |
protected java.lang.Integer |
numberOfFields |
protected java.util.List<Taxonomy> |
taxonomies |
| Constructor and Description |
|---|
DataDictionary() |
DataDictionary(java.util.List<DataField> dataFields) |
| Modifier and Type | Method and Description |
|---|---|
VisitorAction |
accept(Visitor visitor) |
java.util.List<DataField> |
getDataFields()
Gets the value of the dataFields property.
|
java.util.List<Extension> |
getExtensions()
Gets the value of the extensions property.
|
java.lang.Integer |
getNumberOfFields()
Gets the value of the numberOfFields property.
|
java.util.List<Taxonomy> |
getTaxonomies()
Gets the value of the taxonomies property.
|
boolean |
hasDataFields() |
boolean |
hasExtensions() |
boolean |
hasTaxonomies() |
void |
setNumberOfFields(java.lang.Integer value)
Sets the value of the numberOfFields property.
|
DataDictionary |
withDataFields(java.util.Collection<DataField> values) |
DataDictionary |
withDataFields(DataField... values) |
DataDictionary |
withExtensions(java.util.Collection<Extension> values) |
DataDictionary |
withExtensions(Extension... values) |
DataDictionary |
withNumberOfFields(java.lang.Integer value) |
DataDictionary |
withTaxonomies(java.util.Collection<Taxonomy> values) |
DataDictionary |
withTaxonomies(Taxonomy... values) |
getLocator, setLocatorprotected java.lang.Integer numberOfFields
protected java.util.List<Extension> extensions
protected java.util.List<DataField> dataFields
protected java.util.List<Taxonomy> taxonomies
public DataDictionary()
public DataDictionary(java.util.List<DataField> dataFields)
public java.lang.Integer getNumberOfFields()
Stringpublic void setNumberOfFields(java.lang.Integer value)
value - allowed object is
Stringpublic java.util.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 java.util.List<DataField> getDataFields()
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 dataFields property.
For example, to add a new item, do as follows:
getDataFields().add(newItem);
Objects of the following type(s) are allowed in the list
DataField
public java.util.List<Taxonomy> getTaxonomies()
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 taxonomies property.
For example, to add a new item, do as follows:
getTaxonomies().add(newItem);
Objects of the following type(s) are allowed in the list
Taxonomy
public DataDictionary withNumberOfFields(java.lang.Integer value)
public DataDictionary withExtensions(Extension... values)
public DataDictionary withExtensions(java.util.Collection<Extension> values)
public DataDictionary withDataFields(DataField... values)
public DataDictionary withDataFields(java.util.Collection<DataField> values)
public DataDictionary withTaxonomies(Taxonomy... values)
public DataDictionary withTaxonomies(java.util.Collection<Taxonomy> values)
public boolean hasExtensions()
hasExtensions in interface HasExtensionspublic boolean hasDataFields()
public boolean hasTaxonomies()
public VisitorAction accept(Visitor visitor)
Copyright © 2015 University of Tartu. All Rights Reserved.