org.exolab.castor.xml.util
public class ContainerElement extends Object
| Constructor Summary | |
|---|---|
| ContainerElement()
Creates a new empty ContainerElement | |
| ContainerElement(Object object)
Creates a ContainerElement with the specified object
| |
| Method Summary | |
|---|---|
| Object | getObject()
Returns the object contained within this ContainerElement
|
| Object | getParent()
Returns the parent of the contained object
|
| void | setObject(Object object)
Sets the object that is contained within this ContainerElement
|
| void | setParent(Object parent)
Sets the parent of the contained object
|
Parameters: object the Object to set
Returns: the object contained within this ContainerElement
Returns: the parent of the contained object
Parameters: object the Object to set
Parameters: parent the parent of the contained object