public class ChildParent extends Object implements Serializable
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}FieldColumnPair" maxOccurs="unbounded" minOccurs="0"/> <choice> <element ref="{http://www.dmg.org/PMML-4_2}TableLocator"/> <element ref="{http://www.dmg.org/PMML-4_2}InlineTable"/> </choice> </sequence> <attribute name="childField" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="parentField" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="parentLevelField" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="isRecursive" default="no"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="no"/> <enumeration value="yes"/> </restriction> </simpleType> </attribute> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
childField |
protected List<Extension> |
extensions |
protected List<FieldColumnPair> |
fieldColumnPairs |
protected InlineTable |
inlineTable |
protected String |
isRecursive |
protected String |
parentField |
protected String |
parentLevelField |
protected TableLocator |
tableLocator |
Constructor and Description |
---|
ChildParent() |
Modifier and Type | Method and Description |
---|---|
String |
getChildField()
Gets the value of the childField property.
|
List<Extension> |
getExtensions()
Gets the value of the extensions property.
|
List<FieldColumnPair> |
getFieldColumnPairs()
Gets the value of the fieldColumnPairs property.
|
InlineTable |
getInlineTable()
Gets the value of the inlineTable property.
|
String |
getIsRecursive()
Gets the value of the isRecursive property.
|
String |
getParentField()
Gets the value of the parentField property.
|
String |
getParentLevelField()
Gets the value of the parentLevelField property.
|
TableLocator |
getTableLocator()
Gets the value of the tableLocator property.
|
void |
setChildField(String value)
Sets the value of the childField property.
|
void |
setInlineTable(InlineTable value)
Sets the value of the inlineTable property.
|
void |
setIsRecursive(String value)
Sets the value of the isRecursive property.
|
void |
setParentField(String value)
Sets the value of the parentField property.
|
void |
setParentLevelField(String value)
Sets the value of the parentLevelField property.
|
void |
setTableLocator(TableLocator value)
Sets the value of the tableLocator property.
|
protected List<FieldColumnPair> fieldColumnPairs
protected InlineTable inlineTable
protected TableLocator tableLocator
protected String childField
protected String parentField
protected String parentLevelField
protected String isRecursive
public 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
public List<FieldColumnPair> getFieldColumnPairs()
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 fieldColumnPairs property.
For example, to add a new item, do as follows:
getFieldColumnPairs().add(newItem);
Objects of the following type(s) are allowed in the list
FieldColumnPair
public InlineTable getInlineTable()
InlineTable
public void setInlineTable(InlineTable value)
value
- allowed object is
InlineTable
public TableLocator getTableLocator()
TableLocator
public void setTableLocator(TableLocator value)
value
- allowed object is
TableLocator
public String getChildField()
String
public void setChildField(String value)
value
- allowed object is
String
public String getParentField()
String
public void setParentField(String value)
value
- allowed object is
String
public String getParentLevelField()
String
public void setParentLevelField(String value)
value
- allowed object is
String
public String getIsRecursive()
String
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.