Modifier and Type | Method and Description |
---|---|
String |
getName()
Returns the Name element.
|
ParaList |
getParaList()
Returns the ParaList element.
|
ListTerm<Parent> |
getParent()
Returns the Parent elements.
|
ZParaList |
getZParaList()
This is a convenience method.
|
void |
setName(String name)
Sets the Name element.
|
void |
setParaList(ParaList paraList)
Sets the ParaList element.
|
String getName()
void setName(String name)
name
- the Name element.getName()
ListTerm<Parent> getParent()
Returns the Parent elements.
To add or remove elements, use the methods provided by the List interface (that's why there is no need for a setter method).
ParaList getParaList()
void setParaList(ParaList paraList)
paraList
- the ParaList element.getParaList()
ZParaList getZParaList()
Copyright © 2003–2016 Community Z Tools Project. All rights reserved.