public void xdrDecode(XdrDecodingStream xdr) { this._value = xdr.xdrDecodeBoolean() ? new GroupNode(xdr) : null; }
public Groups(GroupNode value) { this._value = value; }