public class TestNode extends Object
| Constructor and Description |
|---|
TestNode()
Creates a new
TestNode instance. |
| Modifier and Type | Method and Description |
|---|---|
void |
addChild(TestNode child)
Describe
addChild method here. |
void |
addGlobalPars(Map<String,String> pars) |
void |
addGlobalVars(Map<String,String> vars) |
void |
addPar(String key,
String val) |
void |
addPars(Map<String,String> pars) |
void |
addVar(String key,
String val) |
void |
addVars(Map<String,String> vars) |
List<TestNode> |
getChildren()
Get the
Children value. |
String |
getId()
Gets the value of id
|
String |
getLongDescr()
Gets the value of longDescr
|
String |
getName()
Gets the value of name
|
Map<String,String> |
getNodePars() |
TestNode |
getOnError()
Gets the value of onError
|
TestNode |
getParent()
Get the
Parent value. |
Map<String,String> |
getPars() |
Map<String,String> |
getPurePars() |
String |
getShortDescr()
Gets the value of shortDescr
|
Map<String,String> |
getVars() |
void |
setChildren(List<TestNode> newChildren)
Set the
Children value. |
void |
setId(String argId)
Sets the value of id
|
void |
setLongDescr(String argLongDescr)
Sets the value of longDescr
|
void |
setName(String argName)
Sets the value of name
|
void |
setOnError(TestNode argOnError)
Sets the value of onError
|
void |
setParent(TestNode newParent)
Set the
Parent value. |
void |
setPars(Map<String,String> pars) |
void |
setShortDescr(String argShortDescr)
Sets the value of shortDescr
|
void |
setVars(Map<String,String> vars) |
String |
toString() |
String |
toString(String indent) |
public TestNode getOnError()
public void setOnError(TestNode argOnError)
argOnError - Value to assign to this.onErrorpublic String getName()
public void setName(String argName)
argName - Value to assign to this.namepublic String getId()
public void setId(String argId)
argId - Value to assign to this.idpublic String getShortDescr()
public void setShortDescr(String argShortDescr)
argShortDescr - Value to assign to this.shortDescrpublic String getLongDescr()
public void setLongDescr(String argLongDescr)
argLongDescr - Value to assign to this.longDescrpublic void setChildren(List<TestNode> newChildren)
Children value.newChildren - The new Children value.public void addChild(TestNode child)
addChild method here.child - a TestNode valuepublic TestNode getParent()
Parent value.TestNode valuepublic void setParent(TestNode newParent)
Parent value.newParent - The new Parent value.Copyright © 2005–2019 "Tigase, Inc.". All rights reserved.