public SvcSubjectDecrypt() {
   _defn = new Interface();
   _defn.add(
       new Interface.Element(
           "id",
           CiteableIdType.DEFAULT,
           "The citable identifier of the local parent Project or individual Subject.  If none given, all Subjects in all Projects will be decrypted.",
           0,
           1));
   _defn.add(
       new Interface.Element(
           "doctype",
           StringType.DEFAULT,
           "The name of a specific document type to be encrypted. If none given, will try to decrypt all documents in the private element.",
           0,
           Integer.MAX_VALUE));
 }
 public SvcSample() {
   _defn = new Interface();
   _defn.add(
       new Interface.Element(
           "cid", CiteableIdType.DEFAULT, "The citeable identifier of the object.", 1, 1));
 }