You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by sh...@apache.org on 2015/06/13 01:16:32 UTC

[03/31] airavata git commit: generated new data model classes.

http://git-wip-us.apache.org/repos/asf/airavata/blob/51fa27b8/airavata-api/airavata-data-models/src/main/java/org/apache/airavata/model/workspace/experiment/UserConfigurationData.java
----------------------------------------------------------------------
diff --git a/airavata-api/airavata-data-models/src/main/java/org/apache/airavata/model/workspace/experiment/UserConfigurationData.java b/airavata-api/airavata-data-models/src/main/java/org/apache/airavata/model/workspace/experiment/UserConfigurationData.java
deleted file mode 100644
index 4b57f85..0000000
--- a/airavata-api/airavata-data-models/src/main/java/org/apache/airavata/model/workspace/experiment/UserConfigurationData.java
+++ /dev/null
@@ -1,1365 +0,0 @@
-/**
- * Licensed to the Apache Software Foundation (ASF) under one or more
- * contributor license agreements.  See the NOTICE file distributed with
- * this work for additional information regarding copyright ownership.
- * The ASF licenses this file to You under the Apache License, Version 2.0
- * (the "License"); you may not use this file except in compliance with
- * the License.  You may obtain a copy of the License at
- *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-
-/**
- * Autogenerated by Thrift Compiler (0.9.2)
- *
- * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING
- *  @generated
- */
-package org.apache.airavata.model.workspace.experiment;
-
-import org.apache.thrift.scheme.IScheme;
-import org.apache.thrift.scheme.SchemeFactory;
-import org.apache.thrift.scheme.StandardScheme;
-
-import org.apache.thrift.scheme.TupleScheme;
-import org.apache.thrift.protocol.TTupleProtocol;
-import org.apache.thrift.protocol.TProtocolException;
-import org.apache.thrift.EncodingUtils;
-import org.apache.thrift.TException;
-import org.apache.thrift.async.AsyncMethodCallback;
-import org.apache.thrift.server.AbstractNonblockingServer.*;
-import java.util.List;
-import java.util.ArrayList;
-import java.util.Map;
-import java.util.HashMap;
-import java.util.EnumMap;
-import java.util.Set;
-import java.util.HashSet;
-import java.util.EnumSet;
-import java.util.Collections;
-import java.util.BitSet;
-import java.nio.ByteBuffer;
-import java.util.Arrays;
-import javax.annotation.Generated;
-import org.slf4j.Logger;
-import org.slf4j.LoggerFactory;
-
-@SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"})
-/**
- * A structure holding the experiment configuration.
- * 
- * 
- */
-@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2015-6-11")
-public class UserConfigurationData implements org.apache.thrift.TBase<UserConfigurationData, UserConfigurationData._Fields>, java.io.Serializable, Cloneable, Comparable<UserConfigurationData> {
-  private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("UserConfigurationData");
-
-  private static final org.apache.thrift.protocol.TField AIRAVATA_AUTO_SCHEDULE_FIELD_DESC = new org.apache.thrift.protocol.TField("airavataAutoSchedule", org.apache.thrift.protocol.TType.BOOL, (short)1);
-  private static final org.apache.thrift.protocol.TField OVERRIDE_MANUAL_SCHEDULED_PARAMS_FIELD_DESC = new org.apache.thrift.protocol.TField("overrideManualScheduledParams", org.apache.thrift.protocol.TType.BOOL, (short)2);
-  private static final org.apache.thrift.protocol.TField SHARE_EXPERIMENT_PUBLICLY_FIELD_DESC = new org.apache.thrift.protocol.TField("shareExperimentPublicly", org.apache.thrift.protocol.TType.BOOL, (short)3);
-  private static final org.apache.thrift.protocol.TField COMPUTATIONAL_RESOURCE_SCHEDULING_FIELD_DESC = new org.apache.thrift.protocol.TField("computationalResourceScheduling", org.apache.thrift.protocol.TType.STRUCT, (short)4);
-  private static final org.apache.thrift.protocol.TField ADVANCE_INPUT_DATA_HANDLING_FIELD_DESC = new org.apache.thrift.protocol.TField("advanceInputDataHandling", org.apache.thrift.protocol.TType.STRUCT, (short)5);
-  private static final org.apache.thrift.protocol.TField ADVANCE_OUTPUT_DATA_HANDLING_FIELD_DESC = new org.apache.thrift.protocol.TField("advanceOutputDataHandling", org.apache.thrift.protocol.TType.STRUCT, (short)6);
-  private static final org.apache.thrift.protocol.TField QOS_PARAMS_FIELD_DESC = new org.apache.thrift.protocol.TField("qosParams", org.apache.thrift.protocol.TType.STRUCT, (short)7);
-  private static final org.apache.thrift.protocol.TField THROTTLE_RESOURCES_FIELD_DESC = new org.apache.thrift.protocol.TField("throttleResources", org.apache.thrift.protocol.TType.BOOL, (short)8);
-  private static final org.apache.thrift.protocol.TField USER_DN_FIELD_DESC = new org.apache.thrift.protocol.TField("userDN", org.apache.thrift.protocol.TType.STRING, (short)9);
-  private static final org.apache.thrift.protocol.TField GENERATE_CERT_FIELD_DESC = new org.apache.thrift.protocol.TField("generateCert", org.apache.thrift.protocol.TType.BOOL, (short)10);
-
-  private static final Map<Class<? extends IScheme>, SchemeFactory> schemes = new HashMap<Class<? extends IScheme>, SchemeFactory>();
-  static {
-    schemes.put(StandardScheme.class, new UserConfigurationDataStandardSchemeFactory());
-    schemes.put(TupleScheme.class, new UserConfigurationDataTupleSchemeFactory());
-  }
-
-  private boolean airavataAutoSchedule; // required
-  private boolean overrideManualScheduledParams; // required
-  private boolean shareExperimentPublicly; // optional
-  private ComputationalResourceScheduling computationalResourceScheduling; // optional
-  private AdvancedInputDataHandling advanceInputDataHandling; // optional
-  private AdvancedOutputDataHandling advanceOutputDataHandling; // optional
-  private QualityOfServiceParams qosParams; // optional
-  private boolean throttleResources; // optional
-  private String userDN; // optional
-  private boolean generateCert; // optional
-
-  /** The set of fields this struct contains, along with convenience methods for finding and manipulating them. */
-  public enum _Fields implements org.apache.thrift.TFieldIdEnum {
-    AIRAVATA_AUTO_SCHEDULE((short)1, "airavataAutoSchedule"),
-    OVERRIDE_MANUAL_SCHEDULED_PARAMS((short)2, "overrideManualScheduledParams"),
-    SHARE_EXPERIMENT_PUBLICLY((short)3, "shareExperimentPublicly"),
-    COMPUTATIONAL_RESOURCE_SCHEDULING((short)4, "computationalResourceScheduling"),
-    ADVANCE_INPUT_DATA_HANDLING((short)5, "advanceInputDataHandling"),
-    ADVANCE_OUTPUT_DATA_HANDLING((short)6, "advanceOutputDataHandling"),
-    QOS_PARAMS((short)7, "qosParams"),
-    THROTTLE_RESOURCES((short)8, "throttleResources"),
-    USER_DN((short)9, "userDN"),
-    GENERATE_CERT((short)10, "generateCert");
-
-    private static final Map<String, _Fields> byName = new HashMap<String, _Fields>();
-
-    static {
-      for (_Fields field : EnumSet.allOf(_Fields.class)) {
-        byName.put(field.getFieldName(), field);
-      }
-    }
-
-    /**
-     * Find the _Fields constant that matches fieldId, or null if its not found.
-     */
-    public static _Fields findByThriftId(int fieldId) {
-      switch(fieldId) {
-        case 1: // AIRAVATA_AUTO_SCHEDULE
-          return AIRAVATA_AUTO_SCHEDULE;
-        case 2: // OVERRIDE_MANUAL_SCHEDULED_PARAMS
-          return OVERRIDE_MANUAL_SCHEDULED_PARAMS;
-        case 3: // SHARE_EXPERIMENT_PUBLICLY
-          return SHARE_EXPERIMENT_PUBLICLY;
-        case 4: // COMPUTATIONAL_RESOURCE_SCHEDULING
-          return COMPUTATIONAL_RESOURCE_SCHEDULING;
-        case 5: // ADVANCE_INPUT_DATA_HANDLING
-          return ADVANCE_INPUT_DATA_HANDLING;
-        case 6: // ADVANCE_OUTPUT_DATA_HANDLING
-          return ADVANCE_OUTPUT_DATA_HANDLING;
-        case 7: // QOS_PARAMS
-          return QOS_PARAMS;
-        case 8: // THROTTLE_RESOURCES
-          return THROTTLE_RESOURCES;
-        case 9: // USER_DN
-          return USER_DN;
-        case 10: // GENERATE_CERT
-          return GENERATE_CERT;
-        default:
-          return null;
-      }
-    }
-
-    /**
-     * Find the _Fields constant that matches fieldId, throwing an exception
-     * if it is not found.
-     */
-    public static _Fields findByThriftIdOrThrow(int fieldId) {
-      _Fields fields = findByThriftId(fieldId);
-      if (fields == null) throw new IllegalArgumentException("Field " + fieldId + " doesn't exist!");
-      return fields;
-    }
-
-    /**
-     * Find the _Fields constant that matches name, or null if its not found.
-     */
-    public static _Fields findByName(String name) {
-      return byName.get(name);
-    }
-
-    private final short _thriftId;
-    private final String _fieldName;
-
-    _Fields(short thriftId, String fieldName) {
-      _thriftId = thriftId;
-      _fieldName = fieldName;
-    }
-
-    public short getThriftFieldId() {
-      return _thriftId;
-    }
-
-    public String getFieldName() {
-      return _fieldName;
-    }
-  }
-
-  // isset id assignments
-  private static final int __AIRAVATAAUTOSCHEDULE_ISSET_ID = 0;
-  private static final int __OVERRIDEMANUALSCHEDULEDPARAMS_ISSET_ID = 1;
-  private static final int __SHAREEXPERIMENTPUBLICLY_ISSET_ID = 2;
-  private static final int __THROTTLERESOURCES_ISSET_ID = 3;
-  private static final int __GENERATECERT_ISSET_ID = 4;
-  private byte __isset_bitfield = 0;
-  private static final _Fields optionals[] = {_Fields.SHARE_EXPERIMENT_PUBLICLY,_Fields.COMPUTATIONAL_RESOURCE_SCHEDULING,_Fields.ADVANCE_INPUT_DATA_HANDLING,_Fields.ADVANCE_OUTPUT_DATA_HANDLING,_Fields.QOS_PARAMS,_Fields.THROTTLE_RESOURCES,_Fields.USER_DN,_Fields.GENERATE_CERT};
-  public static final Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> metaDataMap;
-  static {
-    Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> tmpMap = new EnumMap<_Fields, org.apache.thrift.meta_data.FieldMetaData>(_Fields.class);
-    tmpMap.put(_Fields.AIRAVATA_AUTO_SCHEDULE, new org.apache.thrift.meta_data.FieldMetaData("airavataAutoSchedule", org.apache.thrift.TFieldRequirementType.REQUIRED, 
-        new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.BOOL)));
-    tmpMap.put(_Fields.OVERRIDE_MANUAL_SCHEDULED_PARAMS, new org.apache.thrift.meta_data.FieldMetaData("overrideManualScheduledParams", org.apache.thrift.TFieldRequirementType.REQUIRED, 
-        new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.BOOL)));
-    tmpMap.put(_Fields.SHARE_EXPERIMENT_PUBLICLY, new org.apache.thrift.meta_data.FieldMetaData("shareExperimentPublicly", org.apache.thrift.TFieldRequirementType.OPTIONAL, 
-        new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.BOOL)));
-    tmpMap.put(_Fields.COMPUTATIONAL_RESOURCE_SCHEDULING, new org.apache.thrift.meta_data.FieldMetaData("computationalResourceScheduling", org.apache.thrift.TFieldRequirementType.OPTIONAL, 
-        new org.apache.thrift.meta_data.StructMetaData(org.apache.thrift.protocol.TType.STRUCT, ComputationalResourceScheduling.class)));
-    tmpMap.put(_Fields.ADVANCE_INPUT_DATA_HANDLING, new org.apache.thrift.meta_data.FieldMetaData("advanceInputDataHandling", org.apache.thrift.TFieldRequirementType.OPTIONAL, 
-        new org.apache.thrift.meta_data.StructMetaData(org.apache.thrift.protocol.TType.STRUCT, AdvancedInputDataHandling.class)));
-    tmpMap.put(_Fields.ADVANCE_OUTPUT_DATA_HANDLING, new org.apache.thrift.meta_data.FieldMetaData("advanceOutputDataHandling", org.apache.thrift.TFieldRequirementType.OPTIONAL, 
-        new org.apache.thrift.meta_data.StructMetaData(org.apache.thrift.protocol.TType.STRUCT, AdvancedOutputDataHandling.class)));
-    tmpMap.put(_Fields.QOS_PARAMS, new org.apache.thrift.meta_data.FieldMetaData("qosParams", org.apache.thrift.TFieldRequirementType.OPTIONAL, 
-        new org.apache.thrift.meta_data.StructMetaData(org.apache.thrift.protocol.TType.STRUCT, QualityOfServiceParams.class)));
-    tmpMap.put(_Fields.THROTTLE_RESOURCES, new org.apache.thrift.meta_data.FieldMetaData("throttleResources", org.apache.thrift.TFieldRequirementType.OPTIONAL, 
-        new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.BOOL)));
-    tmpMap.put(_Fields.USER_DN, new org.apache.thrift.meta_data.FieldMetaData("userDN", org.apache.thrift.TFieldRequirementType.OPTIONAL, 
-        new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.STRING)));
-    tmpMap.put(_Fields.GENERATE_CERT, new org.apache.thrift.meta_data.FieldMetaData("generateCert", org.apache.thrift.TFieldRequirementType.OPTIONAL, 
-        new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.BOOL)));
-    metaDataMap = Collections.unmodifiableMap(tmpMap);
-    org.apache.thrift.meta_data.FieldMetaData.addStructMetaDataMap(UserConfigurationData.class, metaDataMap);
-  }
-
-  public UserConfigurationData() {
-    this.airavataAutoSchedule = false;
-
-    this.overrideManualScheduledParams = false;
-
-    this.shareExperimentPublicly = false;
-
-    this.throttleResources = false;
-
-    this.generateCert = false;
-
-  }
-
-  public UserConfigurationData(
-    boolean airavataAutoSchedule,
-    boolean overrideManualScheduledParams)
-  {
-    this();
-    this.airavataAutoSchedule = airavataAutoSchedule;
-    setAiravataAutoScheduleIsSet(true);
-    this.overrideManualScheduledParams = overrideManualScheduledParams;
-    setOverrideManualScheduledParamsIsSet(true);
-  }
-
-  /**
-   * Performs a deep copy on <i>other</i>.
-   */
-  public UserConfigurationData(UserConfigurationData other) {
-    __isset_bitfield = other.__isset_bitfield;
-    this.airavataAutoSchedule = other.airavataAutoSchedule;
-    this.overrideManualScheduledParams = other.overrideManualScheduledParams;
-    this.shareExperimentPublicly = other.shareExperimentPublicly;
-    if (other.isSetComputationalResourceScheduling()) {
-      this.computationalResourceScheduling = new ComputationalResourceScheduling(other.computationalResourceScheduling);
-    }
-    if (other.isSetAdvanceInputDataHandling()) {
-      this.advanceInputDataHandling = new AdvancedInputDataHandling(other.advanceInputDataHandling);
-    }
-    if (other.isSetAdvanceOutputDataHandling()) {
-      this.advanceOutputDataHandling = new AdvancedOutputDataHandling(other.advanceOutputDataHandling);
-    }
-    if (other.isSetQosParams()) {
-      this.qosParams = new QualityOfServiceParams(other.qosParams);
-    }
-    this.throttleResources = other.throttleResources;
-    if (other.isSetUserDN()) {
-      this.userDN = other.userDN;
-    }
-    this.generateCert = other.generateCert;
-  }
-
-  public UserConfigurationData deepCopy() {
-    return new UserConfigurationData(this);
-  }
-
-  @Override
-  public void clear() {
-    this.airavataAutoSchedule = false;
-
-    this.overrideManualScheduledParams = false;
-
-    this.shareExperimentPublicly = false;
-
-    this.computationalResourceScheduling = null;
-    this.advanceInputDataHandling = null;
-    this.advanceOutputDataHandling = null;
-    this.qosParams = null;
-    this.throttleResources = false;
-
-    this.userDN = null;
-    this.generateCert = false;
-
-  }
-
-  public boolean isAiravataAutoSchedule() {
-    return this.airavataAutoSchedule;
-  }
-
-  public void setAiravataAutoSchedule(boolean airavataAutoSchedule) {
-    this.airavataAutoSchedule = airavataAutoSchedule;
-    setAiravataAutoScheduleIsSet(true);
-  }
-
-  public void unsetAiravataAutoSchedule() {
-    __isset_bitfield = EncodingUtils.clearBit(__isset_bitfield, __AIRAVATAAUTOSCHEDULE_ISSET_ID);
-  }
-
-  /** Returns true if field airavataAutoSchedule is set (has been assigned a value) and false otherwise */
-  public boolean isSetAiravataAutoSchedule() {
-    return EncodingUtils.testBit(__isset_bitfield, __AIRAVATAAUTOSCHEDULE_ISSET_ID);
-  }
-
-  public void setAiravataAutoScheduleIsSet(boolean value) {
-    __isset_bitfield = EncodingUtils.setBit(__isset_bitfield, __AIRAVATAAUTOSCHEDULE_ISSET_ID, value);
-  }
-
-  public boolean isOverrideManualScheduledParams() {
-    return this.overrideManualScheduledParams;
-  }
-
-  public void setOverrideManualScheduledParams(boolean overrideManualScheduledParams) {
-    this.overrideManualScheduledParams = overrideManualScheduledParams;
-    setOverrideManualScheduledParamsIsSet(true);
-  }
-
-  public void unsetOverrideManualScheduledParams() {
-    __isset_bitfield = EncodingUtils.clearBit(__isset_bitfield, __OVERRIDEMANUALSCHEDULEDPARAMS_ISSET_ID);
-  }
-
-  /** Returns true if field overrideManualScheduledParams is set (has been assigned a value) and false otherwise */
-  public boolean isSetOverrideManualScheduledParams() {
-    return EncodingUtils.testBit(__isset_bitfield, __OVERRIDEMANUALSCHEDULEDPARAMS_ISSET_ID);
-  }
-
-  public void setOverrideManualScheduledParamsIsSet(boolean value) {
-    __isset_bitfield = EncodingUtils.setBit(__isset_bitfield, __OVERRIDEMANUALSCHEDULEDPARAMS_ISSET_ID, value);
-  }
-
-  public boolean isShareExperimentPublicly() {
-    return this.shareExperimentPublicly;
-  }
-
-  public void setShareExperimentPublicly(boolean shareExperimentPublicly) {
-    this.shareExperimentPublicly = shareExperimentPublicly;
-    setShareExperimentPubliclyIsSet(true);
-  }
-
-  public void unsetShareExperimentPublicly() {
-    __isset_bitfield = EncodingUtils.clearBit(__isset_bitfield, __SHAREEXPERIMENTPUBLICLY_ISSET_ID);
-  }
-
-  /** Returns true if field shareExperimentPublicly is set (has been assigned a value) and false otherwise */
-  public boolean isSetShareExperimentPublicly() {
-    return EncodingUtils.testBit(__isset_bitfield, __SHAREEXPERIMENTPUBLICLY_ISSET_ID);
-  }
-
-  public void setShareExperimentPubliclyIsSet(boolean value) {
-    __isset_bitfield = EncodingUtils.setBit(__isset_bitfield, __SHAREEXPERIMENTPUBLICLY_ISSET_ID, value);
-  }
-
-  public ComputationalResourceScheduling getComputationalResourceScheduling() {
-    return this.computationalResourceScheduling;
-  }
-
-  public void setComputationalResourceScheduling(ComputationalResourceScheduling computationalResourceScheduling) {
-    this.computationalResourceScheduling = computationalResourceScheduling;
-  }
-
-  public void unsetComputationalResourceScheduling() {
-    this.computationalResourceScheduling = null;
-  }
-
-  /** Returns true if field computationalResourceScheduling is set (has been assigned a value) and false otherwise */
-  public boolean isSetComputationalResourceScheduling() {
-    return this.computationalResourceScheduling != null;
-  }
-
-  public void setComputationalResourceSchedulingIsSet(boolean value) {
-    if (!value) {
-      this.computationalResourceScheduling = null;
-    }
-  }
-
-  public AdvancedInputDataHandling getAdvanceInputDataHandling() {
-    return this.advanceInputDataHandling;
-  }
-
-  public void setAdvanceInputDataHandling(AdvancedInputDataHandling advanceInputDataHandling) {
-    this.advanceInputDataHandling = advanceInputDataHandling;
-  }
-
-  public void unsetAdvanceInputDataHandling() {
-    this.advanceInputDataHandling = null;
-  }
-
-  /** Returns true if field advanceInputDataHandling is set (has been assigned a value) and false otherwise */
-  public boolean isSetAdvanceInputDataHandling() {
-    return this.advanceInputDataHandling != null;
-  }
-
-  public void setAdvanceInputDataHandlingIsSet(boolean value) {
-    if (!value) {
-      this.advanceInputDataHandling = null;
-    }
-  }
-
-  public AdvancedOutputDataHandling getAdvanceOutputDataHandling() {
-    return this.advanceOutputDataHandling;
-  }
-
-  public void setAdvanceOutputDataHandling(AdvancedOutputDataHandling advanceOutputDataHandling) {
-    this.advanceOutputDataHandling = advanceOutputDataHandling;
-  }
-
-  public void unsetAdvanceOutputDataHandling() {
-    this.advanceOutputDataHandling = null;
-  }
-
-  /** Returns true if field advanceOutputDataHandling is set (has been assigned a value) and false otherwise */
-  public boolean isSetAdvanceOutputDataHandling() {
-    return this.advanceOutputDataHandling != null;
-  }
-
-  public void setAdvanceOutputDataHandlingIsSet(boolean value) {
-    if (!value) {
-      this.advanceOutputDataHandling = null;
-    }
-  }
-
-  public QualityOfServiceParams getQosParams() {
-    return this.qosParams;
-  }
-
-  public void setQosParams(QualityOfServiceParams qosParams) {
-    this.qosParams = qosParams;
-  }
-
-  public void unsetQosParams() {
-    this.qosParams = null;
-  }
-
-  /** Returns true if field qosParams is set (has been assigned a value) and false otherwise */
-  public boolean isSetQosParams() {
-    return this.qosParams != null;
-  }
-
-  public void setQosParamsIsSet(boolean value) {
-    if (!value) {
-      this.qosParams = null;
-    }
-  }
-
-  public boolean isThrottleResources() {
-    return this.throttleResources;
-  }
-
-  public void setThrottleResources(boolean throttleResources) {
-    this.throttleResources = throttleResources;
-    setThrottleResourcesIsSet(true);
-  }
-
-  public void unsetThrottleResources() {
-    __isset_bitfield = EncodingUtils.clearBit(__isset_bitfield, __THROTTLERESOURCES_ISSET_ID);
-  }
-
-  /** Returns true if field throttleResources is set (has been assigned a value) and false otherwise */
-  public boolean isSetThrottleResources() {
-    return EncodingUtils.testBit(__isset_bitfield, __THROTTLERESOURCES_ISSET_ID);
-  }
-
-  public void setThrottleResourcesIsSet(boolean value) {
-    __isset_bitfield = EncodingUtils.setBit(__isset_bitfield, __THROTTLERESOURCES_ISSET_ID, value);
-  }
-
-  public String getUserDN() {
-    return this.userDN;
-  }
-
-  public void setUserDN(String userDN) {
-    this.userDN = userDN;
-  }
-
-  public void unsetUserDN() {
-    this.userDN = null;
-  }
-
-  /** Returns true if field userDN is set (has been assigned a value) and false otherwise */
-  public boolean isSetUserDN() {
-    return this.userDN != null;
-  }
-
-  public void setUserDNIsSet(boolean value) {
-    if (!value) {
-      this.userDN = null;
-    }
-  }
-
-  public boolean isGenerateCert() {
-    return this.generateCert;
-  }
-
-  public void setGenerateCert(boolean generateCert) {
-    this.generateCert = generateCert;
-    setGenerateCertIsSet(true);
-  }
-
-  public void unsetGenerateCert() {
-    __isset_bitfield = EncodingUtils.clearBit(__isset_bitfield, __GENERATECERT_ISSET_ID);
-  }
-
-  /** Returns true if field generateCert is set (has been assigned a value) and false otherwise */
-  public boolean isSetGenerateCert() {
-    return EncodingUtils.testBit(__isset_bitfield, __GENERATECERT_ISSET_ID);
-  }
-
-  public void setGenerateCertIsSet(boolean value) {
-    __isset_bitfield = EncodingUtils.setBit(__isset_bitfield, __GENERATECERT_ISSET_ID, value);
-  }
-
-  public void setFieldValue(_Fields field, Object value) {
-    switch (field) {
-    case AIRAVATA_AUTO_SCHEDULE:
-      if (value == null) {
-        unsetAiravataAutoSchedule();
-      } else {
-        setAiravataAutoSchedule((Boolean)value);
-      }
-      break;
-
-    case OVERRIDE_MANUAL_SCHEDULED_PARAMS:
-      if (value == null) {
-        unsetOverrideManualScheduledParams();
-      } else {
-        setOverrideManualScheduledParams((Boolean)value);
-      }
-      break;
-
-    case SHARE_EXPERIMENT_PUBLICLY:
-      if (value == null) {
-        unsetShareExperimentPublicly();
-      } else {
-        setShareExperimentPublicly((Boolean)value);
-      }
-      break;
-
-    case COMPUTATIONAL_RESOURCE_SCHEDULING:
-      if (value == null) {
-        unsetComputationalResourceScheduling();
-      } else {
-        setComputationalResourceScheduling((ComputationalResourceScheduling)value);
-      }
-      break;
-
-    case ADVANCE_INPUT_DATA_HANDLING:
-      if (value == null) {
-        unsetAdvanceInputDataHandling();
-      } else {
-        setAdvanceInputDataHandling((AdvancedInputDataHandling)value);
-      }
-      break;
-
-    case ADVANCE_OUTPUT_DATA_HANDLING:
-      if (value == null) {
-        unsetAdvanceOutputDataHandling();
-      } else {
-        setAdvanceOutputDataHandling((AdvancedOutputDataHandling)value);
-      }
-      break;
-
-    case QOS_PARAMS:
-      if (value == null) {
-        unsetQosParams();
-      } else {
-        setQosParams((QualityOfServiceParams)value);
-      }
-      break;
-
-    case THROTTLE_RESOURCES:
-      if (value == null) {
-        unsetThrottleResources();
-      } else {
-        setThrottleResources((Boolean)value);
-      }
-      break;
-
-    case USER_DN:
-      if (value == null) {
-        unsetUserDN();
-      } else {
-        setUserDN((String)value);
-      }
-      break;
-
-    case GENERATE_CERT:
-      if (value == null) {
-        unsetGenerateCert();
-      } else {
-        setGenerateCert((Boolean)value);
-      }
-      break;
-
-    }
-  }
-
-  public Object getFieldValue(_Fields field) {
-    switch (field) {
-    case AIRAVATA_AUTO_SCHEDULE:
-      return Boolean.valueOf(isAiravataAutoSchedule());
-
-    case OVERRIDE_MANUAL_SCHEDULED_PARAMS:
-      return Boolean.valueOf(isOverrideManualScheduledParams());
-
-    case SHARE_EXPERIMENT_PUBLICLY:
-      return Boolean.valueOf(isShareExperimentPublicly());
-
-    case COMPUTATIONAL_RESOURCE_SCHEDULING:
-      return getComputationalResourceScheduling();
-
-    case ADVANCE_INPUT_DATA_HANDLING:
-      return getAdvanceInputDataHandling();
-
-    case ADVANCE_OUTPUT_DATA_HANDLING:
-      return getAdvanceOutputDataHandling();
-
-    case QOS_PARAMS:
-      return getQosParams();
-
-    case THROTTLE_RESOURCES:
-      return Boolean.valueOf(isThrottleResources());
-
-    case USER_DN:
-      return getUserDN();
-
-    case GENERATE_CERT:
-      return Boolean.valueOf(isGenerateCert());
-
-    }
-    throw new IllegalStateException();
-  }
-
-  /** Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise */
-  public boolean isSet(_Fields field) {
-    if (field == null) {
-      throw new IllegalArgumentException();
-    }
-
-    switch (field) {
-    case AIRAVATA_AUTO_SCHEDULE:
-      return isSetAiravataAutoSchedule();
-    case OVERRIDE_MANUAL_SCHEDULED_PARAMS:
-      return isSetOverrideManualScheduledParams();
-    case SHARE_EXPERIMENT_PUBLICLY:
-      return isSetShareExperimentPublicly();
-    case COMPUTATIONAL_RESOURCE_SCHEDULING:
-      return isSetComputationalResourceScheduling();
-    case ADVANCE_INPUT_DATA_HANDLING:
-      return isSetAdvanceInputDataHandling();
-    case ADVANCE_OUTPUT_DATA_HANDLING:
-      return isSetAdvanceOutputDataHandling();
-    case QOS_PARAMS:
-      return isSetQosParams();
-    case THROTTLE_RESOURCES:
-      return isSetThrottleResources();
-    case USER_DN:
-      return isSetUserDN();
-    case GENERATE_CERT:
-      return isSetGenerateCert();
-    }
-    throw new IllegalStateException();
-  }
-
-  @Override
-  public boolean equals(Object that) {
-    if (that == null)
-      return false;
-    if (that instanceof UserConfigurationData)
-      return this.equals((UserConfigurationData)that);
-    return false;
-  }
-
-  public boolean equals(UserConfigurationData that) {
-    if (that == null)
-      return false;
-
-    boolean this_present_airavataAutoSchedule = true;
-    boolean that_present_airavataAutoSchedule = true;
-    if (this_present_airavataAutoSchedule || that_present_airavataAutoSchedule) {
-      if (!(this_present_airavataAutoSchedule && that_present_airavataAutoSchedule))
-        return false;
-      if (this.airavataAutoSchedule != that.airavataAutoSchedule)
-        return false;
-    }
-
-    boolean this_present_overrideManualScheduledParams = true;
-    boolean that_present_overrideManualScheduledParams = true;
-    if (this_present_overrideManualScheduledParams || that_present_overrideManualScheduledParams) {
-      if (!(this_present_overrideManualScheduledParams && that_present_overrideManualScheduledParams))
-        return false;
-      if (this.overrideManualScheduledParams != that.overrideManualScheduledParams)
-        return false;
-    }
-
-    boolean this_present_shareExperimentPublicly = true && this.isSetShareExperimentPublicly();
-    boolean that_present_shareExperimentPublicly = true && that.isSetShareExperimentPublicly();
-    if (this_present_shareExperimentPublicly || that_present_shareExperimentPublicly) {
-      if (!(this_present_shareExperimentPublicly && that_present_shareExperimentPublicly))
-        return false;
-      if (this.shareExperimentPublicly != that.shareExperimentPublicly)
-        return false;
-    }
-
-    boolean this_present_computationalResourceScheduling = true && this.isSetComputationalResourceScheduling();
-    boolean that_present_computationalResourceScheduling = true && that.isSetComputationalResourceScheduling();
-    if (this_present_computationalResourceScheduling || that_present_computationalResourceScheduling) {
-      if (!(this_present_computationalResourceScheduling && that_present_computationalResourceScheduling))
-        return false;
-      if (!this.computationalResourceScheduling.equals(that.computationalResourceScheduling))
-        return false;
-    }
-
-    boolean this_present_advanceInputDataHandling = true && this.isSetAdvanceInputDataHandling();
-    boolean that_present_advanceInputDataHandling = true && that.isSetAdvanceInputDataHandling();
-    if (this_present_advanceInputDataHandling || that_present_advanceInputDataHandling) {
-      if (!(this_present_advanceInputDataHandling && that_present_advanceInputDataHandling))
-        return false;
-      if (!this.advanceInputDataHandling.equals(that.advanceInputDataHandling))
-        return false;
-    }
-
-    boolean this_present_advanceOutputDataHandling = true && this.isSetAdvanceOutputDataHandling();
-    boolean that_present_advanceOutputDataHandling = true && that.isSetAdvanceOutputDataHandling();
-    if (this_present_advanceOutputDataHandling || that_present_advanceOutputDataHandling) {
-      if (!(this_present_advanceOutputDataHandling && that_present_advanceOutputDataHandling))
-        return false;
-      if (!this.advanceOutputDataHandling.equals(that.advanceOutputDataHandling))
-        return false;
-    }
-
-    boolean this_present_qosParams = true && this.isSetQosParams();
-    boolean that_present_qosParams = true && that.isSetQosParams();
-    if (this_present_qosParams || that_present_qosParams) {
-      if (!(this_present_qosParams && that_present_qosParams))
-        return false;
-      if (!this.qosParams.equals(that.qosParams))
-        return false;
-    }
-
-    boolean this_present_throttleResources = true && this.isSetThrottleResources();
-    boolean that_present_throttleResources = true && that.isSetThrottleResources();
-    if (this_present_throttleResources || that_present_throttleResources) {
-      if (!(this_present_throttleResources && that_present_throttleResources))
-        return false;
-      if (this.throttleResources != that.throttleResources)
-        return false;
-    }
-
-    boolean this_present_userDN = true && this.isSetUserDN();
-    boolean that_present_userDN = true && that.isSetUserDN();
-    if (this_present_userDN || that_present_userDN) {
-      if (!(this_present_userDN && that_present_userDN))
-        return false;
-      if (!this.userDN.equals(that.userDN))
-        return false;
-    }
-
-    boolean this_present_generateCert = true && this.isSetGenerateCert();
-    boolean that_present_generateCert = true && that.isSetGenerateCert();
-    if (this_present_generateCert || that_present_generateCert) {
-      if (!(this_present_generateCert && that_present_generateCert))
-        return false;
-      if (this.generateCert != that.generateCert)
-        return false;
-    }
-
-    return true;
-  }
-
-  @Override
-  public int hashCode() {
-    List<Object> list = new ArrayList<Object>();
-
-    boolean present_airavataAutoSchedule = true;
-    list.add(present_airavataAutoSchedule);
-    if (present_airavataAutoSchedule)
-      list.add(airavataAutoSchedule);
-
-    boolean present_overrideManualScheduledParams = true;
-    list.add(present_overrideManualScheduledParams);
-    if (present_overrideManualScheduledParams)
-      list.add(overrideManualScheduledParams);
-
-    boolean present_shareExperimentPublicly = true && (isSetShareExperimentPublicly());
-    list.add(present_shareExperimentPublicly);
-    if (present_shareExperimentPublicly)
-      list.add(shareExperimentPublicly);
-
-    boolean present_computationalResourceScheduling = true && (isSetComputationalResourceScheduling());
-    list.add(present_computationalResourceScheduling);
-    if (present_computationalResourceScheduling)
-      list.add(computationalResourceScheduling);
-
-    boolean present_advanceInputDataHandling = true && (isSetAdvanceInputDataHandling());
-    list.add(present_advanceInputDataHandling);
-    if (present_advanceInputDataHandling)
-      list.add(advanceInputDataHandling);
-
-    boolean present_advanceOutputDataHandling = true && (isSetAdvanceOutputDataHandling());
-    list.add(present_advanceOutputDataHandling);
-    if (present_advanceOutputDataHandling)
-      list.add(advanceOutputDataHandling);
-
-    boolean present_qosParams = true && (isSetQosParams());
-    list.add(present_qosParams);
-    if (present_qosParams)
-      list.add(qosParams);
-
-    boolean present_throttleResources = true && (isSetThrottleResources());
-    list.add(present_throttleResources);
-    if (present_throttleResources)
-      list.add(throttleResources);
-
-    boolean present_userDN = true && (isSetUserDN());
-    list.add(present_userDN);
-    if (present_userDN)
-      list.add(userDN);
-
-    boolean present_generateCert = true && (isSetGenerateCert());
-    list.add(present_generateCert);
-    if (present_generateCert)
-      list.add(generateCert);
-
-    return list.hashCode();
-  }
-
-  @Override
-  public int compareTo(UserConfigurationData other) {
-    if (!getClass().equals(other.getClass())) {
-      return getClass().getName().compareTo(other.getClass().getName());
-    }
-
-    int lastComparison = 0;
-
-    lastComparison = Boolean.valueOf(isSetAiravataAutoSchedule()).compareTo(other.isSetAiravataAutoSchedule());
-    if (lastComparison != 0) {
-      return lastComparison;
-    }
-    if (isSetAiravataAutoSchedule()) {
-      lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.airavataAutoSchedule, other.airavataAutoSchedule);
-      if (lastComparison != 0) {
-        return lastComparison;
-      }
-    }
-    lastComparison = Boolean.valueOf(isSetOverrideManualScheduledParams()).compareTo(other.isSetOverrideManualScheduledParams());
-    if (lastComparison != 0) {
-      return lastComparison;
-    }
-    if (isSetOverrideManualScheduledParams()) {
-      lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.overrideManualScheduledParams, other.overrideManualScheduledParams);
-      if (lastComparison != 0) {
-        return lastComparison;
-      }
-    }
-    lastComparison = Boolean.valueOf(isSetShareExperimentPublicly()).compareTo(other.isSetShareExperimentPublicly());
-    if (lastComparison != 0) {
-      return lastComparison;
-    }
-    if (isSetShareExperimentPublicly()) {
-      lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.shareExperimentPublicly, other.shareExperimentPublicly);
-      if (lastComparison != 0) {
-        return lastComparison;
-      }
-    }
-    lastComparison = Boolean.valueOf(isSetComputationalResourceScheduling()).compareTo(other.isSetComputationalResourceScheduling());
-    if (lastComparison != 0) {
-      return lastComparison;
-    }
-    if (isSetComputationalResourceScheduling()) {
-      lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.computationalResourceScheduling, other.computationalResourceScheduling);
-      if (lastComparison != 0) {
-        return lastComparison;
-      }
-    }
-    lastComparison = Boolean.valueOf(isSetAdvanceInputDataHandling()).compareTo(other.isSetAdvanceInputDataHandling());
-    if (lastComparison != 0) {
-      return lastComparison;
-    }
-    if (isSetAdvanceInputDataHandling()) {
-      lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.advanceInputDataHandling, other.advanceInputDataHandling);
-      if (lastComparison != 0) {
-        return lastComparison;
-      }
-    }
-    lastComparison = Boolean.valueOf(isSetAdvanceOutputDataHandling()).compareTo(other.isSetAdvanceOutputDataHandling());
-    if (lastComparison != 0) {
-      return lastComparison;
-    }
-    if (isSetAdvanceOutputDataHandling()) {
-      lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.advanceOutputDataHandling, other.advanceOutputDataHandling);
-      if (lastComparison != 0) {
-        return lastComparison;
-      }
-    }
-    lastComparison = Boolean.valueOf(isSetQosParams()).compareTo(other.isSetQosParams());
-    if (lastComparison != 0) {
-      return lastComparison;
-    }
-    if (isSetQosParams()) {
-      lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.qosParams, other.qosParams);
-      if (lastComparison != 0) {
-        return lastComparison;
-      }
-    }
-    lastComparison = Boolean.valueOf(isSetThrottleResources()).compareTo(other.isSetThrottleResources());
-    if (lastComparison != 0) {
-      return lastComparison;
-    }
-    if (isSetThrottleResources()) {
-      lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.throttleResources, other.throttleResources);
-      if (lastComparison != 0) {
-        return lastComparison;
-      }
-    }
-    lastComparison = Boolean.valueOf(isSetUserDN()).compareTo(other.isSetUserDN());
-    if (lastComparison != 0) {
-      return lastComparison;
-    }
-    if (isSetUserDN()) {
-      lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.userDN, other.userDN);
-      if (lastComparison != 0) {
-        return lastComparison;
-      }
-    }
-    lastComparison = Boolean.valueOf(isSetGenerateCert()).compareTo(other.isSetGenerateCert());
-    if (lastComparison != 0) {
-      return lastComparison;
-    }
-    if (isSetGenerateCert()) {
-      lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.generateCert, other.generateCert);
-      if (lastComparison != 0) {
-        return lastComparison;
-      }
-    }
-    return 0;
-  }
-
-  public _Fields fieldForId(int fieldId) {
-    return _Fields.findByThriftId(fieldId);
-  }
-
-  public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException {
-    schemes.get(iprot.getScheme()).getScheme().read(iprot, this);
-  }
-
-  public void write(org.apache.thrift.protocol.TProtocol oprot) throws org.apache.thrift.TException {
-    schemes.get(oprot.getScheme()).getScheme().write(oprot, this);
-  }
-
-  @Override
-  public String toString() {
-    StringBuilder sb = new StringBuilder("UserConfigurationData(");
-    boolean first = true;
-
-    sb.append("airavataAutoSchedule:");
-    sb.append(this.airavataAutoSchedule);
-    first = false;
-    if (!first) sb.append(", ");
-    sb.append("overrideManualScheduledParams:");
-    sb.append(this.overrideManualScheduledParams);
-    first = false;
-    if (isSetShareExperimentPublicly()) {
-      if (!first) sb.append(", ");
-      sb.append("shareExperimentPublicly:");
-      sb.append(this.shareExperimentPublicly);
-      first = false;
-    }
-    if (isSetComputationalResourceScheduling()) {
-      if (!first) sb.append(", ");
-      sb.append("computationalResourceScheduling:");
-      if (this.computationalResourceScheduling == null) {
-        sb.append("null");
-      } else {
-        sb.append(this.computationalResourceScheduling);
-      }
-      first = false;
-    }
-    if (isSetAdvanceInputDataHandling()) {
-      if (!first) sb.append(", ");
-      sb.append("advanceInputDataHandling:");
-      if (this.advanceInputDataHandling == null) {
-        sb.append("null");
-      } else {
-        sb.append(this.advanceInputDataHandling);
-      }
-      first = false;
-    }
-    if (isSetAdvanceOutputDataHandling()) {
-      if (!first) sb.append(", ");
-      sb.append("advanceOutputDataHandling:");
-      if (this.advanceOutputDataHandling == null) {
-        sb.append("null");
-      } else {
-        sb.append(this.advanceOutputDataHandling);
-      }
-      first = false;
-    }
-    if (isSetQosParams()) {
-      if (!first) sb.append(", ");
-      sb.append("qosParams:");
-      if (this.qosParams == null) {
-        sb.append("null");
-      } else {
-        sb.append(this.qosParams);
-      }
-      first = false;
-    }
-    if (isSetThrottleResources()) {
-      if (!first) sb.append(", ");
-      sb.append("throttleResources:");
-      sb.append(this.throttleResources);
-      first = false;
-    }
-    if (isSetUserDN()) {
-      if (!first) sb.append(", ");
-      sb.append("userDN:");
-      if (this.userDN == null) {
-        sb.append("null");
-      } else {
-        sb.append(this.userDN);
-      }
-      first = false;
-    }
-    if (isSetGenerateCert()) {
-      if (!first) sb.append(", ");
-      sb.append("generateCert:");
-      sb.append(this.generateCert);
-      first = false;
-    }
-    sb.append(")");
-    return sb.toString();
-  }
-
-  public void validate() throws org.apache.thrift.TException {
-    // check for required fields
-    if (!isSetAiravataAutoSchedule()) {
-      throw new org.apache.thrift.protocol.TProtocolException("Required field 'airavataAutoSchedule' is unset! Struct:" + toString());
-    }
-
-    if (!isSetOverrideManualScheduledParams()) {
-      throw new org.apache.thrift.protocol.TProtocolException("Required field 'overrideManualScheduledParams' is unset! Struct:" + toString());
-    }
-
-    // check for sub-struct validity
-    if (computationalResourceScheduling != null) {
-      computationalResourceScheduling.validate();
-    }
-    if (advanceInputDataHandling != null) {
-      advanceInputDataHandling.validate();
-    }
-    if (advanceOutputDataHandling != null) {
-      advanceOutputDataHandling.validate();
-    }
-    if (qosParams != null) {
-      qosParams.validate();
-    }
-  }
-
-  private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException {
-    try {
-      write(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(out)));
-    } catch (org.apache.thrift.TException te) {
-      throw new java.io.IOException(te);
-    }
-  }
-
-  private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException {
-    try {
-      // it doesn't seem like you should have to do this, but java serialization is wacky, and doesn't call the default constructor.
-      __isset_bitfield = 0;
-      read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in)));
-    } catch (org.apache.thrift.TException te) {
-      throw new java.io.IOException(te);
-    }
-  }
-
-  private static class UserConfigurationDataStandardSchemeFactory implements SchemeFactory {
-    public UserConfigurationDataStandardScheme getScheme() {
-      return new UserConfigurationDataStandardScheme();
-    }
-  }
-
-  private static class UserConfigurationDataStandardScheme extends StandardScheme<UserConfigurationData> {
-
-    public void read(org.apache.thrift.protocol.TProtocol iprot, UserConfigurationData struct) throws org.apache.thrift.TException {
-      org.apache.thrift.protocol.TField schemeField;
-      iprot.readStructBegin();
-      while (true)
-      {
-        schemeField = iprot.readFieldBegin();
-        if (schemeField.type == org.apache.thrift.protocol.TType.STOP) { 
-          break;
-        }
-        switch (schemeField.id) {
-          case 1: // AIRAVATA_AUTO_SCHEDULE
-            if (schemeField.type == org.apache.thrift.protocol.TType.BOOL) {
-              struct.airavataAutoSchedule = iprot.readBool();
-              struct.setAiravataAutoScheduleIsSet(true);
-            } else { 
-              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type);
-            }
-            break;
-          case 2: // OVERRIDE_MANUAL_SCHEDULED_PARAMS
-            if (schemeField.type == org.apache.thrift.protocol.TType.BOOL) {
-              struct.overrideManualScheduledParams = iprot.readBool();
-              struct.setOverrideManualScheduledParamsIsSet(true);
-            } else { 
-              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type);
-            }
-            break;
-          case 3: // SHARE_EXPERIMENT_PUBLICLY
-            if (schemeField.type == org.apache.thrift.protocol.TType.BOOL) {
-              struct.shareExperimentPublicly = iprot.readBool();
-              struct.setShareExperimentPubliclyIsSet(true);
-            } else { 
-              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type);
-            }
-            break;
-          case 4: // COMPUTATIONAL_RESOURCE_SCHEDULING
-            if (schemeField.type == org.apache.thrift.protocol.TType.STRUCT) {
-              struct.computationalResourceScheduling = new ComputationalResourceScheduling();
-              struct.computationalResourceScheduling.read(iprot);
-              struct.setComputationalResourceSchedulingIsSet(true);
-            } else { 
-              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type);
-            }
-            break;
-          case 5: // ADVANCE_INPUT_DATA_HANDLING
-            if (schemeField.type == org.apache.thrift.protocol.TType.STRUCT) {
-              struct.advanceInputDataHandling = new AdvancedInputDataHandling();
-              struct.advanceInputDataHandling.read(iprot);
-              struct.setAdvanceInputDataHandlingIsSet(true);
-            } else { 
-              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type);
-            }
-            break;
-          case 6: // ADVANCE_OUTPUT_DATA_HANDLING
-            if (schemeField.type == org.apache.thrift.protocol.TType.STRUCT) {
-              struct.advanceOutputDataHandling = new AdvancedOutputDataHandling();
-              struct.advanceOutputDataHandling.read(iprot);
-              struct.setAdvanceOutputDataHandlingIsSet(true);
-            } else { 
-              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type);
-            }
-            break;
-          case 7: // QOS_PARAMS
-            if (schemeField.type == org.apache.thrift.protocol.TType.STRUCT) {
-              struct.qosParams = new QualityOfServiceParams();
-              struct.qosParams.read(iprot);
-              struct.setQosParamsIsSet(true);
-            } else { 
-              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type);
-            }
-            break;
-          case 8: // THROTTLE_RESOURCES
-            if (schemeField.type == org.apache.thrift.protocol.TType.BOOL) {
-              struct.throttleResources = iprot.readBool();
-              struct.setThrottleResourcesIsSet(true);
-            } else { 
-              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type);
-            }
-            break;
-          case 9: // USER_DN
-            if (schemeField.type == org.apache.thrift.protocol.TType.STRING) {
-              struct.userDN = iprot.readString();
-              struct.setUserDNIsSet(true);
-            } else { 
-              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type);
-            }
-            break;
-          case 10: // GENERATE_CERT
-            if (schemeField.type == org.apache.thrift.protocol.TType.BOOL) {
-              struct.generateCert = iprot.readBool();
-              struct.setGenerateCertIsSet(true);
-            } else { 
-              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type);
-            }
-            break;
-          default:
-            org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type);
-        }
-        iprot.readFieldEnd();
-      }
-      iprot.readStructEnd();
-      struct.validate();
-    }
-
-    public void write(org.apache.thrift.protocol.TProtocol oprot, UserConfigurationData struct) throws org.apache.thrift.TException {
-      struct.validate();
-
-      oprot.writeStructBegin(STRUCT_DESC);
-      oprot.writeFieldBegin(AIRAVATA_AUTO_SCHEDULE_FIELD_DESC);
-      oprot.writeBool(struct.airavataAutoSchedule);
-      oprot.writeFieldEnd();
-      oprot.writeFieldBegin(OVERRIDE_MANUAL_SCHEDULED_PARAMS_FIELD_DESC);
-      oprot.writeBool(struct.overrideManualScheduledParams);
-      oprot.writeFieldEnd();
-      if (struct.isSetShareExperimentPublicly()) {
-        oprot.writeFieldBegin(SHARE_EXPERIMENT_PUBLICLY_FIELD_DESC);
-        oprot.writeBool(struct.shareExperimentPublicly);
-        oprot.writeFieldEnd();
-      }
-      if (struct.computationalResourceScheduling != null) {
-        if (struct.isSetComputationalResourceScheduling()) {
-          oprot.writeFieldBegin(COMPUTATIONAL_RESOURCE_SCHEDULING_FIELD_DESC);
-          struct.computationalResourceScheduling.write(oprot);
-          oprot.writeFieldEnd();
-        }
-      }
-      if (struct.advanceInputDataHandling != null) {
-        if (struct.isSetAdvanceInputDataHandling()) {
-          oprot.writeFieldBegin(ADVANCE_INPUT_DATA_HANDLING_FIELD_DESC);
-          struct.advanceInputDataHandling.write(oprot);
-          oprot.writeFieldEnd();
-        }
-      }
-      if (struct.advanceOutputDataHandling != null) {
-        if (struct.isSetAdvanceOutputDataHandling()) {
-          oprot.writeFieldBegin(ADVANCE_OUTPUT_DATA_HANDLING_FIELD_DESC);
-          struct.advanceOutputDataHandling.write(oprot);
-          oprot.writeFieldEnd();
-        }
-      }
-      if (struct.qosParams != null) {
-        if (struct.isSetQosParams()) {
-          oprot.writeFieldBegin(QOS_PARAMS_FIELD_DESC);
-          struct.qosParams.write(oprot);
-          oprot.writeFieldEnd();
-        }
-      }
-      if (struct.isSetThrottleResources()) {
-        oprot.writeFieldBegin(THROTTLE_RESOURCES_FIELD_DESC);
-        oprot.writeBool(struct.throttleResources);
-        oprot.writeFieldEnd();
-      }
-      if (struct.userDN != null) {
-        if (struct.isSetUserDN()) {
-          oprot.writeFieldBegin(USER_DN_FIELD_DESC);
-          oprot.writeString(struct.userDN);
-          oprot.writeFieldEnd();
-        }
-      }
-      if (struct.isSetGenerateCert()) {
-        oprot.writeFieldBegin(GENERATE_CERT_FIELD_DESC);
-        oprot.writeBool(struct.generateCert);
-        oprot.writeFieldEnd();
-      }
-      oprot.writeFieldStop();
-      oprot.writeStructEnd();
-    }
-
-  }
-
-  private static class UserConfigurationDataTupleSchemeFactory implements SchemeFactory {
-    public UserConfigurationDataTupleScheme getScheme() {
-      return new UserConfigurationDataTupleScheme();
-    }
-  }
-
-  private static class UserConfigurationDataTupleScheme extends TupleScheme<UserConfigurationData> {
-
-    @Override
-    public void write(org.apache.thrift.protocol.TProtocol prot, UserConfigurationData struct) throws org.apache.thrift.TException {
-      TTupleProtocol oprot = (TTupleProtocol) prot;
-      oprot.writeBool(struct.airavataAutoSchedule);
-      oprot.writeBool(struct.overrideManualScheduledParams);
-      BitSet optionals = new BitSet();
-      if (struct.isSetShareExperimentPublicly()) {
-        optionals.set(0);
-      }
-      if (struct.isSetComputationalResourceScheduling()) {
-        optionals.set(1);
-      }
-      if (struct.isSetAdvanceInputDataHandling()) {
-        optionals.set(2);
-      }
-      if (struct.isSetAdvanceOutputDataHandling()) {
-        optionals.set(3);
-      }
-      if (struct.isSetQosParams()) {
-        optionals.set(4);
-      }
-      if (struct.isSetThrottleResources()) {
-        optionals.set(5);
-      }
-      if (struct.isSetUserDN()) {
-        optionals.set(6);
-      }
-      if (struct.isSetGenerateCert()) {
-        optionals.set(7);
-      }
-      oprot.writeBitSet(optionals, 8);
-      if (struct.isSetShareExperimentPublicly()) {
-        oprot.writeBool(struct.shareExperimentPublicly);
-      }
-      if (struct.isSetComputationalResourceScheduling()) {
-        struct.computationalResourceScheduling.write(oprot);
-      }
-      if (struct.isSetAdvanceInputDataHandling()) {
-        struct.advanceInputDataHandling.write(oprot);
-      }
-      if (struct.isSetAdvanceOutputDataHandling()) {
-        struct.advanceOutputDataHandling.write(oprot);
-      }
-      if (struct.isSetQosParams()) {
-        struct.qosParams.write(oprot);
-      }
-      if (struct.isSetThrottleResources()) {
-        oprot.writeBool(struct.throttleResources);
-      }
-      if (struct.isSetUserDN()) {
-        oprot.writeString(struct.userDN);
-      }
-      if (struct.isSetGenerateCert()) {
-        oprot.writeBool(struct.generateCert);
-      }
-    }
-
-    @Override
-    public void read(org.apache.thrift.protocol.TProtocol prot, UserConfigurationData struct) throws org.apache.thrift.TException {
-      TTupleProtocol iprot = (TTupleProtocol) prot;
-      struct.airavataAutoSchedule = iprot.readBool();
-      struct.setAiravataAutoScheduleIsSet(true);
-      struct.overrideManualScheduledParams = iprot.readBool();
-      struct.setOverrideManualScheduledParamsIsSet(true);
-      BitSet incoming = iprot.readBitSet(8);
-      if (incoming.get(0)) {
-        struct.shareExperimentPublicly = iprot.readBool();
-        struct.setShareExperimentPubliclyIsSet(true);
-      }
-      if (incoming.get(1)) {
-        struct.computationalResourceScheduling = new ComputationalResourceScheduling();
-        struct.computationalResourceScheduling.read(iprot);
-        struct.setComputationalResourceSchedulingIsSet(true);
-      }
-      if (incoming.get(2)) {
-        struct.advanceInputDataHandling = new AdvancedInputDataHandling();
-        struct.advanceInputDataHandling.read(iprot);
-        struct.setAdvanceInputDataHandlingIsSet(true);
-      }
-      if (incoming.get(3)) {
-        struct.advanceOutputDataHandling = new AdvancedOutputDataHandling();
-        struct.advanceOutputDataHandling.read(iprot);
-        struct.setAdvanceOutputDataHandlingIsSet(true);
-      }
-      if (incoming.get(4)) {
-        struct.qosParams = new QualityOfServiceParams();
-        struct.qosParams.read(iprot);
-        struct.setQosParamsIsSet(true);
-      }
-      if (incoming.get(5)) {
-        struct.throttleResources = iprot.readBool();
-        struct.setThrottleResourcesIsSet(true);
-      }
-      if (incoming.get(6)) {
-        struct.userDN = iprot.readString();
-        struct.setUserDNIsSet(true);
-      }
-      if (incoming.get(7)) {
-        struct.generateCert = iprot.readBool();
-        struct.setGenerateCertIsSet(true);
-      }
-    }
-  }
-
-}
-

http://git-wip-us.apache.org/repos/asf/airavata/blob/51fa27b8/airavata-api/airavata-data-models/src/main/java/org/apache/airavata/model/workspace/experiment/ValidationResults.java
----------------------------------------------------------------------
diff --git a/airavata-api/airavata-data-models/src/main/java/org/apache/airavata/model/workspace/experiment/ValidationResults.java b/airavata-api/airavata-data-models/src/main/java/org/apache/airavata/model/workspace/experiment/ValidationResults.java
deleted file mode 100644
index fe76ec4..0000000
--- a/airavata-api/airavata-data-models/src/main/java/org/apache/airavata/model/workspace/experiment/ValidationResults.java
+++ /dev/null
@@ -1,559 +0,0 @@
-/**
- * Licensed to the Apache Software Foundation (ASF) under one or more
- * contributor license agreements.  See the NOTICE file distributed with
- * this work for additional information regarding copyright ownership.
- * The ASF licenses this file to You under the Apache License, Version 2.0
- * (the "License"); you may not use this file except in compliance with
- * the License.  You may obtain a copy of the License at
- *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-
-/**
- * Autogenerated by Thrift Compiler (0.9.2)
- *
- * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING
- *  @generated
- */
-package org.apache.airavata.model.workspace.experiment;
-
-import org.apache.thrift.scheme.IScheme;
-import org.apache.thrift.scheme.SchemeFactory;
-import org.apache.thrift.scheme.StandardScheme;
-
-import org.apache.thrift.scheme.TupleScheme;
-import org.apache.thrift.protocol.TTupleProtocol;
-import org.apache.thrift.protocol.TProtocolException;
-import org.apache.thrift.EncodingUtils;
-import org.apache.thrift.TException;
-import org.apache.thrift.async.AsyncMethodCallback;
-import org.apache.thrift.server.AbstractNonblockingServer.*;
-import java.util.List;
-import java.util.ArrayList;
-import java.util.Map;
-import java.util.HashMap;
-import java.util.EnumMap;
-import java.util.Set;
-import java.util.HashSet;
-import java.util.EnumSet;
-import java.util.Collections;
-import java.util.BitSet;
-import java.nio.ByteBuffer;
-import java.util.Arrays;
-import javax.annotation.Generated;
-import org.slf4j.Logger;
-import org.slf4j.LoggerFactory;
-
-@SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"})
-@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2015-6-11")
-public class ValidationResults implements org.apache.thrift.TBase<ValidationResults, ValidationResults._Fields>, java.io.Serializable, Cloneable, Comparable<ValidationResults> {
-  private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("ValidationResults");
-
-  private static final org.apache.thrift.protocol.TField VALIDATION_STATE_FIELD_DESC = new org.apache.thrift.protocol.TField("validationState", org.apache.thrift.protocol.TType.BOOL, (short)1);
-  private static final org.apache.thrift.protocol.TField VALIDATION_RESULT_LIST_FIELD_DESC = new org.apache.thrift.protocol.TField("validationResultList", org.apache.thrift.protocol.TType.LIST, (short)2);
-
-  private static final Map<Class<? extends IScheme>, SchemeFactory> schemes = new HashMap<Class<? extends IScheme>, SchemeFactory>();
-  static {
-    schemes.put(StandardScheme.class, new ValidationResultsStandardSchemeFactory());
-    schemes.put(TupleScheme.class, new ValidationResultsTupleSchemeFactory());
-  }
-
-  private boolean validationState; // required
-  private List<ValidatorResult> validationResultList; // required
-
-  /** The set of fields this struct contains, along with convenience methods for finding and manipulating them. */
-  public enum _Fields implements org.apache.thrift.TFieldIdEnum {
-    VALIDATION_STATE((short)1, "validationState"),
-    VALIDATION_RESULT_LIST((short)2, "validationResultList");
-
-    private static final Map<String, _Fields> byName = new HashMap<String, _Fields>();
-
-    static {
-      for (_Fields field : EnumSet.allOf(_Fields.class)) {
-        byName.put(field.getFieldName(), field);
-      }
-    }
-
-    /**
-     * Find the _Fields constant that matches fieldId, or null if its not found.
-     */
-    public static _Fields findByThriftId(int fieldId) {
-      switch(fieldId) {
-        case 1: // VALIDATION_STATE
-          return VALIDATION_STATE;
-        case 2: // VALIDATION_RESULT_LIST
-          return VALIDATION_RESULT_LIST;
-        default:
-          return null;
-      }
-    }
-
-    /**
-     * Find the _Fields constant that matches fieldId, throwing an exception
-     * if it is not found.
-     */
-    public static _Fields findByThriftIdOrThrow(int fieldId) {
-      _Fields fields = findByThriftId(fieldId);
-      if (fields == null) throw new IllegalArgumentException("Field " + fieldId + " doesn't exist!");
-      return fields;
-    }
-
-    /**
-     * Find the _Fields constant that matches name, or null if its not found.
-     */
-    public static _Fields findByName(String name) {
-      return byName.get(name);
-    }
-
-    private final short _thriftId;
-    private final String _fieldName;
-
-    _Fields(short thriftId, String fieldName) {
-      _thriftId = thriftId;
-      _fieldName = fieldName;
-    }
-
-    public short getThriftFieldId() {
-      return _thriftId;
-    }
-
-    public String getFieldName() {
-      return _fieldName;
-    }
-  }
-
-  // isset id assignments
-  private static final int __VALIDATIONSTATE_ISSET_ID = 0;
-  private byte __isset_bitfield = 0;
-  public static final Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> metaDataMap;
-  static {
-    Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> tmpMap = new EnumMap<_Fields, org.apache.thrift.meta_data.FieldMetaData>(_Fields.class);
-    tmpMap.put(_Fields.VALIDATION_STATE, new org.apache.thrift.meta_data.FieldMetaData("validationState", org.apache.thrift.TFieldRequirementType.REQUIRED, 
-        new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.BOOL)));
-    tmpMap.put(_Fields.VALIDATION_RESULT_LIST, new org.apache.thrift.meta_data.FieldMetaData("validationResultList", org.apache.thrift.TFieldRequirementType.REQUIRED, 
-        new org.apache.thrift.meta_data.ListMetaData(org.apache.thrift.protocol.TType.LIST, 
-            new org.apache.thrift.meta_data.StructMetaData(org.apache.thrift.protocol.TType.STRUCT, ValidatorResult.class))));
-    metaDataMap = Collections.unmodifiableMap(tmpMap);
-    org.apache.thrift.meta_data.FieldMetaData.addStructMetaDataMap(ValidationResults.class, metaDataMap);
-  }
-
-  public ValidationResults() {
-  }
-
-  public ValidationResults(
-    boolean validationState,
-    List<ValidatorResult> validationResultList)
-  {
-    this();
-    this.validationState = validationState;
-    setValidationStateIsSet(true);
-    this.validationResultList = validationResultList;
-  }
-
-  /**
-   * Performs a deep copy on <i>other</i>.
-   */
-  public ValidationResults(ValidationResults other) {
-    __isset_bitfield = other.__isset_bitfield;
-    this.validationState = other.validationState;
-    if (other.isSetValidationResultList()) {
-      List<ValidatorResult> __this__validationResultList = new ArrayList<ValidatorResult>(other.validationResultList.size());
-      for (ValidatorResult other_element : other.validationResultList) {
-        __this__validationResultList.add(new ValidatorResult(other_element));
-      }
-      this.validationResultList = __this__validationResultList;
-    }
-  }
-
-  public ValidationResults deepCopy() {
-    return new ValidationResults(this);
-  }
-
-  @Override
-  public void clear() {
-    setValidationStateIsSet(false);
-    this.validationState = false;
-    this.validationResultList = null;
-  }
-
-  public boolean isValidationState() {
-    return this.validationState;
-  }
-
-  public void setValidationState(boolean validationState) {
-    this.validationState = validationState;
-    setValidationStateIsSet(true);
-  }
-
-  public void unsetValidationState() {
-    __isset_bitfield = EncodingUtils.clearBit(__isset_bitfield, __VALIDATIONSTATE_ISSET_ID);
-  }
-
-  /** Returns true if field validationState is set (has been assigned a value) and false otherwise */
-  public boolean isSetValidationState() {
-    return EncodingUtils.testBit(__isset_bitfield, __VALIDATIONSTATE_ISSET_ID);
-  }
-
-  public void setValidationStateIsSet(boolean value) {
-    __isset_bitfield = EncodingUtils.setBit(__isset_bitfield, __VALIDATIONSTATE_ISSET_ID, value);
-  }
-
-  public int getValidationResultListSize() {
-    return (this.validationResultList == null) ? 0 : this.validationResultList.size();
-  }
-
-  public java.util.Iterator<ValidatorResult> getValidationResultListIterator() {
-    return (this.validationResultList == null) ? null : this.validationResultList.iterator();
-  }
-
-  public void addToValidationResultList(ValidatorResult elem) {
-    if (this.validationResultList == null) {
-      this.validationResultList = new ArrayList<ValidatorResult>();
-    }
-    this.validationResultList.add(elem);
-  }
-
-  public List<ValidatorResult> getValidationResultList() {
-    return this.validationResultList;
-  }
-
-  public void setValidationResultList(List<ValidatorResult> validationResultList) {
-    this.validationResultList = validationResultList;
-  }
-
-  public void unsetValidationResultList() {
-    this.validationResultList = null;
-  }
-
-  /** Returns true if field validationResultList is set (has been assigned a value) and false otherwise */
-  public boolean isSetValidationResultList() {
-    return this.validationResultList != null;
-  }
-
-  public void setValidationResultListIsSet(boolean value) {
-    if (!value) {
-      this.validationResultList = null;
-    }
-  }
-
-  public void setFieldValue(_Fields field, Object value) {
-    switch (field) {
-    case VALIDATION_STATE:
-      if (value == null) {
-        unsetValidationState();
-      } else {
-        setValidationState((Boolean)value);
-      }
-      break;
-
-    case VALIDATION_RESULT_LIST:
-      if (value == null) {
-        unsetValidationResultList();
-      } else {
-        setValidationResultList((List<ValidatorResult>)value);
-      }
-      break;
-
-    }
-  }
-
-  public Object getFieldValue(_Fields field) {
-    switch (field) {
-    case VALIDATION_STATE:
-      return Boolean.valueOf(isValidationState());
-
-    case VALIDATION_RESULT_LIST:
-      return getValidationResultList();
-
-    }
-    throw new IllegalStateException();
-  }
-
-  /** Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise */
-  public boolean isSet(_Fields field) {
-    if (field == null) {
-      throw new IllegalArgumentException();
-    }
-
-    switch (field) {
-    case VALIDATION_STATE:
-      return isSetValidationState();
-    case VALIDATION_RESULT_LIST:
-      return isSetValidationResultList();
-    }
-    throw new IllegalStateException();
-  }
-
-  @Override
-  public boolean equals(Object that) {
-    if (that == null)
-      return false;
-    if (that instanceof ValidationResults)
-      return this.equals((ValidationResults)that);
-    return false;
-  }
-
-  public boolean equals(ValidationResults that) {
-    if (that == null)
-      return false;
-
-    boolean this_present_validationState = true;
-    boolean that_present_validationState = true;
-    if (this_present_validationState || that_present_validationState) {
-      if (!(this_present_validationState && that_present_validationState))
-        return false;
-      if (this.validationState != that.validationState)
-        return false;
-    }
-
-    boolean this_present_validationResultList = true && this.isSetValidationResultList();
-    boolean that_present_validationResultList = true && that.isSetValidationResultList();
-    if (this_present_validationResultList || that_present_validationResultList) {
-      if (!(this_present_validationResultList && that_present_validationResultList))
-        return false;
-      if (!this.validationResultList.equals(that.validationResultList))
-        return false;
-    }
-
-    return true;
-  }
-
-  @Override
-  public int hashCode() {
-    List<Object> list = new ArrayList<Object>();
-
-    boolean present_validationState = true;
-    list.add(present_validationState);
-    if (present_validationState)
-      list.add(validationState);
-
-    boolean present_validationResultList = true && (isSetValidationResultList());
-    list.add(present_validationResultList);
-    if (present_validationResultList)
-      list.add(validationResultList);
-
-    return list.hashCode();
-  }
-
-  @Override
-  public int compareTo(ValidationResults other) {
-    if (!getClass().equals(other.getClass())) {
-      return getClass().getName().compareTo(other.getClass().getName());
-    }
-
-    int lastComparison = 0;
-
-    lastComparison = Boolean.valueOf(isSetValidationState()).compareTo(other.isSetValidationState());
-    if (lastComparison != 0) {
-      return lastComparison;
-    }
-    if (isSetValidationState()) {
-      lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.validationState, other.validationState);
-      if (lastComparison != 0) {
-        return lastComparison;
-      }
-    }
-    lastComparison = Boolean.valueOf(isSetValidationResultList()).compareTo(other.isSetValidationResultList());
-    if (lastComparison != 0) {
-      return lastComparison;
-    }
-    if (isSetValidationResultList()) {
-      lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.validationResultList, other.validationResultList);
-      if (lastComparison != 0) {
-        return lastComparison;
-      }
-    }
-    return 0;
-  }
-
-  public _Fields fieldForId(int fieldId) {
-    return _Fields.findByThriftId(fieldId);
-  }
-
-  public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException {
-    schemes.get(iprot.getScheme()).getScheme().read(iprot, this);
-  }
-
-  public void write(org.apache.thrift.protocol.TProtocol oprot) throws org.apache.thrift.TException {
-    schemes.get(oprot.getScheme()).getScheme().write(oprot, this);
-  }
-
-  @Override
-  public String toString() {
-    StringBuilder sb = new StringBuilder("ValidationResults(");
-    boolean first = true;
-
-    sb.append("validationState:");
-    sb.append(this.validationState);
-    first = false;
-    if (!first) sb.append(", ");
-    sb.append("validationResultList:");
-    if (this.validationResultList == null) {
-      sb.append("null");
-    } else {
-      sb.append(this.validationResultList);
-    }
-    first = false;
-    sb.append(")");
-    return sb.toString();
-  }
-
-  public void validate() throws org.apache.thrift.TException {
-    // check for required fields
-    if (!isSetValidationState()) {
-      throw new org.apache.thrift.protocol.TProtocolException("Required field 'validationState' is unset! Struct:" + toString());
-    }
-
-    if (!isSetValidationResultList()) {
-      throw new org.apache.thrift.protocol.TProtocolException("Required field 'validationResultList' is unset! Struct:" + toString());
-    }
-
-    // check for sub-struct validity
-  }
-
-  private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException {
-    try {
-      write(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(out)));
-    } catch (org.apache.thrift.TException te) {
-      throw new java.io.IOException(te);
-    }
-  }
-
-  private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException {
-    try {
-      // it doesn't seem like you should have to do this, but java serialization is wacky, and doesn't call the default constructor.
-      __isset_bitfield = 0;
-      read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in)));
-    } catch (org.apache.thrift.TException te) {
-      throw new java.io.IOException(te);
-    }
-  }
-
-  private static class ValidationResultsStandardSchemeFactory implements SchemeFactory {
-    public ValidationResultsStandardScheme getScheme() {
-      return new ValidationResultsStandardScheme();
-    }
-  }
-
-  private static class ValidationResultsStandardScheme extends StandardScheme<ValidationResults> {
-
-    public void read(org.apache.thrift.protocol.TProtocol iprot, ValidationResults struct) throws org.apache.thrift.TException {
-      org.apache.thrift.protocol.TField schemeField;
-      iprot.readStructBegin();
-      while (true)
-      {
-        schemeField = iprot.readFieldBegin();
-        if (schemeField.type == org.apache.thrift.protocol.TType.STOP) { 
-          break;
-        }
-        switch (schemeField.id) {
-          case 1: // VALIDATION_STATE
-            if (schemeField.type == org.apache.thrift.protocol.TType.BOOL) {
-              struct.validationState = iprot.readBool();
-              struct.setValidationStateIsSet(true);
-            } else { 
-              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type);
-            }
-            break;
-          case 2: // VALIDATION_RESULT_LIST
-            if (schemeField.type == org.apache.thrift.protocol.TType.LIST) {
-              {
-                org.apache.thrift.protocol.TList _list96 = iprot.readListBegin();
-                struct.validationResultList = new ArrayList<ValidatorResult>(_list96.size);
-                ValidatorResult _elem97;
-                for (int _i98 = 0; _i98 < _list96.size; ++_i98)
-                {
-                  _elem97 = new ValidatorResult();
-                  _elem97.read(iprot);
-                  struct.validationResultList.add(_elem97);
-                }
-                iprot.readListEnd();
-              }
-              struct.setValidationResultListIsSet(true);
-            } else { 
-              org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type);
-            }
-            break;
-          default:
-            org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type);
-        }
-        iprot.readFieldEnd();
-      }
-      iprot.readStructEnd();
-      struct.validate();
-    }
-
-    public void write(org.apache.thrift.protocol.TProtocol oprot, ValidationResults struct) throws org.apache.thrift.TException {
-      struct.validate();
-
-      oprot.writeStructBegin(STRUCT_DESC);
-      oprot.writeFieldBegin(VALIDATION_STATE_FIELD_DESC);
-      oprot.writeBool(struct.validationState);
-      oprot.writeFieldEnd();
-      if (struct.validationResultList != null) {
-        oprot.writeFieldBegin(VALIDATION_RESULT_LIST_FIELD_DESC);
-        {
-          oprot.writeListBegin(new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, struct.validationResultList.size()));
-          for (ValidatorResult _iter99 : struct.validationResultList)
-          {
-            _iter99.write(oprot);
-          }
-          oprot.writeListEnd();
-        }
-        oprot.writeFieldEnd();
-      }
-      oprot.writeFieldStop();
-      oprot.writeStructEnd();
-    }
-
-  }
-
-  private static class ValidationResultsTupleSchemeFactory implements SchemeFactory {
-    public ValidationResultsTupleScheme getScheme() {
-      return new ValidationResultsTupleScheme();
-    }
-  }
-
-  private static class ValidationResultsTupleScheme extends TupleScheme<ValidationResults> {
-
-    @Override
-    public void write(org.apache.thrift.protocol.TProtocol prot, ValidationResults struct) throws org.apache.thrift.TException {
-      TTupleProtocol oprot = (TTupleProtocol) prot;
-      oprot.writeBool(struct.validationState);
-      {
-        oprot.writeI32(struct.validationResultList.size());
-        for (ValidatorResult _iter100 : struct.validationResultList)
-        {
-          _iter100.write(oprot);
-        }
-      }
-    }
-
-    @Override
-    public void read(org.apache.thrift.protocol.TProtocol prot, ValidationResults struct) throws org.apache.thrift.TException {
-      TTupleProtocol iprot = (TTupleProtocol) prot;
-      struct.validationState = iprot.readBool();
-      struct.setValidationStateIsSet(true);
-      {
-        org.apache.thrift.protocol.TList _list101 = new org.apache.thrift.protocol.TList(org.apache.thrift.protocol.TType.STRUCT, iprot.readI32());
-        struct.validationResultList = new ArrayList<ValidatorResult>(_list101.size);
-        ValidatorResult _elem102;
-        for (int _i103 = 0; _i103 < _list101.size; ++_i103)
-        {
-          _elem102 = new ValidatorResult();
-          _elem102.read(iprot);
-          struct.validationResultList.add(_elem102);
-        }
-      }
-      struct.setValidationResultListIsSet(true);
-    }
-  }
-
-}
-