public void xdrDecode(XdrDecodingStream xdr)
 {
     recall = xdr.xdrDecodeBoolean();
     space_limit = new nfs_space_limit4(xdr);
     permissions = new nfsace4(xdr);
 }
 public void xdrDecode(XdrDecodingStream xdr)
 {
     recall = xdr.xdrDecodeBoolean();
     space_limit = new nfs_space_limit4(xdr);
     permissions = new nfsace4(xdr);
 }