package com.metaio.sdk.jni;

public class MetaioWorldRequestAccountsCreate extends MetaioWorldRequest
{
  private long swigCPtr;

  public MetaioWorldRequestAccountsCreate()
  {
    this(MetaioSDKJNI.new_MetaioWorldRequestAccountsCreate(), true);
  }

  public MetaioWorldRequestAccountsCreate(long paramLong, boolean paramBoolean)
  {
    super(MetaioSDKJNI.MetaioWorldRequestAccountsCreate_SWIGUpcast(paramLong), paramBoolean);
    this.swigCPtr = paramLong;
  }

  public static long getCPtr(MetaioWorldRequestAccountsCreate paramMetaioWorldRequestAccountsCreate)
  {
    if (paramMetaioWorldRequestAccountsCreate == null)
      return 0L;
    return paramMetaioWorldRequestAccountsCreate.swigCPtr;
  }

  public void delete()
  {
    try
    {
      if (this.swigCPtr != 0L)
      {
        if (this.swigCMemOwn)
        {
          this.swigCMemOwn = false;
          MetaioSDKJNI.delete_MetaioWorldRequestAccountsCreate(this.swigCPtr);
        }
        this.swigCPtr = 0L;
      }
      super.delete();
      return;
    }
    finally
    {
    }
  }

  protected void finalize()
  {
    delete();
  }

  public String getImageData()
  {
    return MetaioSDKJNI.MetaioWorldRequestAccountsCreate_getImageData(this.swigCPtr, this);
  }

  public int getImageDataLength()
  {
    return MetaioSDKJNI.MetaioWorldRequestAccountsCreate_getImageDataLength(this.swigCPtr, this);
  }

  public String getRequestURI()
  {
    return MetaioSDKJNI.MetaioWorldRequestAccountsCreate_getRequestURI(this.swigCPtr, this);
  }

  public String getResult()
  {
    return MetaioSDKJNI.MetaioWorldRequestAccountsCreate_getResult(this.swigCPtr, this);
  }

  public int handleResponse(String paramString, int paramInt)
  {
    return MetaioSDKJNI.MetaioWorldRequestAccountsCreate_handleResponse(this.swigCPtr, this, paramString, paramInt);
  }

  public void setImageData(String paramString, int paramInt)
  {
    MetaioSDKJNI.MetaioWorldRequestAccountsCreate_setImageData(this.swigCPtr, this, paramString, paramInt);
  }

  public void setMail(String paramString)
  {
    MetaioSDKJNI.MetaioWorldRequestAccountsCreate_setMail(this.swigCPtr, this, paramString);
  }

  public void setNewsletter(boolean paramBoolean)
  {
    MetaioSDKJNI.MetaioWorldRequestAccountsCreate_setNewsletter(this.swigCPtr, this, paramBoolean);
  }

  public void setPassword(String paramString)
  {
    MetaioSDKJNI.MetaioWorldRequestAccountsCreate_setPassword(this.swigCPtr, this, paramString);
  }

  public void setUsername(String paramString)
  {
    MetaioSDKJNI.MetaioWorldRequestAccountsCreate_setUsername(this.swigCPtr, this, paramString);
  }
}

/* Location:           C:\Documents and Settings\Cesar Cabello Cea\Mis documentos\Downloads\apk-downloader\com.ikea.kompis-6_dex2jar.jar
 * Qualified Name:     com.metaio.sdk.jni.MetaioWorldRequestAccountsCreate
 * JD-Core Version:    0.6.2
 */