jimm.twice.ice.xml
Class Packages

java.lang.Object
  extended byjimm.twice.ice.xml.Message
      extended byjimm.twice.ice.xml.Packages

public class Packages
extends Message

A container for package messages.

Author:
Jim Menard, jimm@io.com
See Also:
Package

Field Summary
protected static java.lang.String MUST_BE_PACKAGE
           
 
Fields inherited from class jimm.twice.ice.xml.Message
node
 
Constructor Summary
Packages()
          Constructor.
 
Method Summary
 Package addPackage(Package child)
           
 
Methods inherited from class jimm.twice.ice.xml.Message
addChild, addChild, addChild, getAttribute, getNode, getTag, setAttribute, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

MUST_BE_PACKAGE

protected static final java.lang.String MUST_BE_PACKAGE
See Also:
Constant Field Values
Constructor Detail

Packages

public Packages()
Constructor.

Method Detail

addPackage

public Package addPackage(Package child)