public class ChildContextBean extends Object
ChildContext
. Instead of the child definition it
contains its name.Constructor and Description |
---|
ChildContextBean()
Default constructor
|
ChildContextBean(ChildContext context)
Create a child context bean from the given child context
|
ChildContextBean(Integer contextName,
Integer contextIndex,
String conditionFilter,
QName childName)
Create a child context bean with the given content
|
Modifier and Type | Method and Description |
---|---|
QName |
getChildName() |
String |
getConditionFilter() |
Integer |
getContextIndex() |
Integer |
getContextName() |
void |
setChildName(QName childName) |
void |
setConditionFilter(String conditionFilter) |
void |
setContextIndex(Integer contextIndex) |
void |
setContextName(Integer contextName) |
public ChildContextBean()
public ChildContextBean(ChildContext context)
context
- the child contextpublic ChildContextBean(Integer contextName, Integer contextIndex, String conditionFilter, QName childName)
contextName
- the instance context namecontextIndex
- the context indexconditionFilter
- the condition filterchildName
- the child definition namepublic Integer getContextName()
public void setContextName(Integer contextName)
contextName
- the instance context name to setpublic QName getChildName()
public void setChildName(QName childName)
childName
- the child definition name to setpublic Integer getContextIndex()
public void setContextIndex(Integer contextIndex)
contextIndex
- the context index to setpublic String getConditionFilter()
public void setConditionFilter(String conditionFilter)
conditionFilter
- the condition filter to setBuild 2013-10-07_11-27-38
Revision 99b27713a799a59a21b0b166eaaea8aaefbf125a