Subversion Repositories XServices

Rev

Go to most recent revision | Blame | Last modification | View Log | Download | RSS feed

package net.brutex.xservices.ws.rs;

import net.brutex.xservices.types.scm.ItemType;

class ResultType
{
  private ItemType result = null;

  ItemType getResult()
  {
    return this.result;
  }

  void setResult(ItemType result)
  {
    this.result = result;
  }
}

Generated by GNU Enscript 1.6.5.90.