/** Marshal the value into an OutputStream */
 public void _write(OutputStream os) {
   os.write_string(tag);
   os.write_boolean(required);
   os.write_boolean(implied);
   org.omg.CollaborationFramework.TypeCodeHelper.write(os, type);
   org.omg.CommunityFramework.CriteriaHelper.write(os, criteria);
 }