/* ----------------------------------------------------------------------------
 * This file was automatically generated by SWIG (http://www.swig.org).
 * Version 1.3.31
 *
 * Do not make changes to this file unless you know what you are doing--modify
 * the SWIG interface file instead.
 * ----------------------------------------------------------------------------- */


public class OBFFParameter {
  private long swigCPtr;
  protected boolean swigCMemOwn;

  protected OBFFParameter(long cPtr, boolean cMemoryOwn) {
    swigCMemOwn = cMemoryOwn;
    swigCPtr = cPtr;
  }

  protected static long getCPtr(OBFFParameter obj) {
    return (obj == null) ? 0 : obj.swigCPtr;
  }

  protected void finalize() {
    delete();
  }

  public synchronized void delete() {
    if(swigCPtr != 0 && swigCMemOwn) {
      swigCMemOwn = false;
      openbabelJNI.delete_OBFFParameter(swigCPtr);
    }
    swigCPtr = 0;
  }

  public void setA(int value) {
    openbabelJNI.OBFFParameter_a_set(swigCPtr, this, value);
  }

  public int getA() {
    return openbabelJNI.OBFFParameter_a_get(swigCPtr, this);
  }

  public void setB(int value) {
    openbabelJNI.OBFFParameter_b_set(swigCPtr, this, value);
  }

  public int getB() {
    return openbabelJNI.OBFFParameter_b_get(swigCPtr, this);
  }

  public void setC(int value) {
    openbabelJNI.OBFFParameter_c_set(swigCPtr, this, value);
  }

  public int getC() {
    return openbabelJNI.OBFFParameter_c_get(swigCPtr, this);
  }

  public void setD(int value) {
    openbabelJNI.OBFFParameter_d_set(swigCPtr, this, value);
  }

  public int getD() {
    return openbabelJNI.OBFFParameter_d_get(swigCPtr, this);
  }

  public void set_a(String value) {
    openbabelJNI.OBFFParameter__a_set(swigCPtr, this, value);
  }

  public String get_a() {
    return openbabelJNI.OBFFParameter__a_get(swigCPtr, this);
  }

  public void set_b(String value) {
    openbabelJNI.OBFFParameter__b_set(swigCPtr, this, value);
  }

  public String get_b() {
    return openbabelJNI.OBFFParameter__b_get(swigCPtr, this);
  }

  public void set_c(String value) {
    openbabelJNI.OBFFParameter__c_set(swigCPtr, this, value);
  }

  public String get_c() {
    return openbabelJNI.OBFFParameter__c_get(swigCPtr, this);
  }

  public void set_d(String value) {
    openbabelJNI.OBFFParameter__d_set(swigCPtr, this, value);
  }

  public String get_d() {
    return openbabelJNI.OBFFParameter__d_get(swigCPtr, this);
  }

  public void setIpar1(int value) {
    openbabelJNI.OBFFParameter_ipar1_set(swigCPtr, this, value);
  }

  public int getIpar1() {
    return openbabelJNI.OBFFParameter_ipar1_get(swigCPtr, this);
  }

  public void setIpar2(int value) {
    openbabelJNI.OBFFParameter_ipar2_set(swigCPtr, this, value);
  }

  public int getIpar2() {
    return openbabelJNI.OBFFParameter_ipar2_get(swigCPtr, this);
  }

  public void setIpar3(int value) {
    openbabelJNI.OBFFParameter_ipar3_set(swigCPtr, this, value);
  }

  public int getIpar3() {
    return openbabelJNI.OBFFParameter_ipar3_get(swigCPtr, this);
  }

  public void setIpar4(int value) {
    openbabelJNI.OBFFParameter_ipar4_set(swigCPtr, this, value);
  }

  public int getIpar4() {
    return openbabelJNI.OBFFParameter_ipar4_get(swigCPtr, this);
  }

  public void setIpar5(int value) {
    openbabelJNI.OBFFParameter_ipar5_set(swigCPtr, this, value);
  }

  public int getIpar5() {
    return openbabelJNI.OBFFParameter_ipar5_get(swigCPtr, this);
  }

  public void setDpar1(double value) {
    openbabelJNI.OBFFParameter_dpar1_set(swigCPtr, this, value);
  }

  public double getDpar1() {
    return openbabelJNI.OBFFParameter_dpar1_get(swigCPtr, this);
  }

  public void setDpar2(double value) {
    openbabelJNI.OBFFParameter_dpar2_set(swigCPtr, this, value);
  }

  public double getDpar2() {
    return openbabelJNI.OBFFParameter_dpar2_get(swigCPtr, this);
  }

  public void setDpar3(double value) {
    openbabelJNI.OBFFParameter_dpar3_set(swigCPtr, this, value);
  }

  public double getDpar3() {
    return openbabelJNI.OBFFParameter_dpar3_get(swigCPtr, this);
  }

  public void setDpar4(double value) {
    openbabelJNI.OBFFParameter_dpar4_set(swigCPtr, this, value);
  }

  public double getDpar4() {
    return openbabelJNI.OBFFParameter_dpar4_get(swigCPtr, this);
  }

  public void setDpar5(double value) {
    openbabelJNI.OBFFParameter_dpar5_set(swigCPtr, this, value);
  }

  public double getDpar5() {
    return openbabelJNI.OBFFParameter_dpar5_get(swigCPtr, this);
  }

  public void clear() {
    openbabelJNI.OBFFParameter_clear(swigCPtr, this);
  }

  public OBFFParameter() {
    this(openbabelJNI.new_OBFFParameter(), true);
  }

}


syntax highlighted by Code2HTML, v. 0.9.1