|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.norther.tammi.root.castor.Container
public class Container
A container for XML marshalling/unmarshalling.
| Constructor Summary | |
|---|---|
Container()
Constructs a new container. |
|
Container(Collection collection)
Constructs a new container with contents. |
|
| Method Summary | |
|---|---|
Collection |
getContents()
Gets the contents. |
void |
setContents(Collection collection)
Sets the contents. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Container()
public Container(Collection collection)
collection - the contents as a collection.| Method Detail |
|---|
public Collection getContents()
public void setContents(Collection collection)
collection - the contents as a collection.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||