package com.metaio.sdk.jni;

public class MetaioWorldUser
{
  protected boolean swigCMemOwn;
  private long swigCPtr;

  public MetaioWorldUser()
  {
    this(MetaioSDKJNI.new_MetaioWorldUser__SWIG_0(), true);
  }

  public MetaioWorldUser(long paramLong, boolean paramBoolean)
  {
    this.swigCMemOwn = paramBoolean;
    this.swigCPtr = paramLong;
  }

  public MetaioWorldUser(MetaioWorldUser paramMetaioWorldUser)
  {
    this(MetaioSDKJNI.new_MetaioWorldUser__SWIG_1(getCPtr(paramMetaioWorldUser), paramMetaioWorldUser), true);
  }

  public static long getCPtr(MetaioWorldUser paramMetaioWorldUser)
  {
    if (paramMetaioWorldUser == null)
      return 0L;
    return paramMetaioWorldUser.swigCPtr;
  }

  public void delete()
  {
    try
    {
      if (this.swigCPtr != 0L)
      {
        if (this.swigCMemOwn)
        {
          this.swigCMemOwn = false;
          MetaioSDKJNI.delete_MetaioWorldUser(this.swigCPtr);
        }
        this.swigCPtr = 0L;
      }
      return;
    }
    finally
    {
    }
  }

  protected void finalize()
  {
    delete();
  }

  public String getAddress()
  {
    return MetaioSDKJNI.MetaioWorldUser_address_get(this.swigCPtr, this);
  }

  public String getApikey()
  {
    return MetaioSDKJNI.MetaioWorldUser_apikey_get(this.swigCPtr, this);
  }

  public String getAuthorImageURL()
  {
    return MetaioSDKJNI.MetaioWorldUser_authorImageURL_get(this.swigCPtr, this);
  }

  public String getBirthday()
  {
    return MetaioSDKJNI.MetaioWorldUser_birthday_get(this.swigCPtr, this);
  }

  public MetaioWorldChannelVector getChannels()
  {
    long l = MetaioSDKJNI.MetaioWorldUser_channels_get(this.swigCPtr, this);
    if (l == 0L)
      return null;
    return new MetaioWorldChannelVector(l, false);
  }

  public String getCity()
  {
    return MetaioSDKJNI.MetaioWorldUser_city_get(this.swigCPtr, this);
  }

  public int getComments()
  {
    return MetaioSDKJNI.MetaioWorldUser_comments_get(this.swigCPtr, this);
  }

  public String getCountry()
  {
    return MetaioSDKJNI.MetaioWorldUser_country_get(this.swigCPtr, this);
  }

  public String getCreationTime()
  {
    return MetaioSDKJNI.MetaioWorldUser_creationTime_get(this.swigCPtr, this);
  }

  public String getFederalState()
  {
    return MetaioSDKJNI.MetaioWorldUser_federalState_get(this.swigCPtr, this);
  }

  public String getGender()
  {
    return MetaioSDKJNI.MetaioWorldUser_gender_get(this.swigCPtr, this);
  }

  public String getMail()
  {
    return MetaioSDKJNI.MetaioWorldUser_mail_get(this.swigCPtr, this);
  }

  public String getName()
  {
    return MetaioSDKJNI.MetaioWorldUser_name_get(this.swigCPtr, this);
  }

  public String getPhone()
  {
    return MetaioSDKJNI.MetaioWorldUser_phone_get(this.swigCPtr, this);
  }

  public int getRatings()
  {
    return MetaioSDKJNI.MetaioWorldUser_ratings_get(this.swigCPtr, this);
  }

  public String getState()
  {
    return MetaioSDKJNI.MetaioWorldUser_state_get(this.swigCPtr, this);
  }

  public String getUid()
  {
    return MetaioSDKJNI.MetaioWorldUser_uid_get(this.swigCPtr, this);
  }

  public void setAddress(String paramString)
  {
    MetaioSDKJNI.MetaioWorldUser_address_set(this.swigCPtr, this, paramString);
  }

  public void setApikey(String paramString)
  {
    MetaioSDKJNI.MetaioWorldUser_apikey_set(this.swigCPtr, this, paramString);
  }

  public void setAuthorImageURL(String paramString)
  {
    MetaioSDKJNI.MetaioWorldUser_authorImageURL_set(this.swigCPtr, this, paramString);
  }

  public void setBirthday(String paramString)
  {
    MetaioSDKJNI.MetaioWorldUser_birthday_set(this.swigCPtr, this, paramString);
  }

  public void setChannels(MetaioWorldChannelVector paramMetaioWorldChannelVector)
  {
    MetaioSDKJNI.MetaioWorldUser_channels_set(this.swigCPtr, this, MetaioWorldChannelVector.getCPtr(paramMetaioWorldChannelVector), paramMetaioWorldChannelVector);
  }

  public void setCity(String paramString)
  {
    MetaioSDKJNI.MetaioWorldUser_city_set(this.swigCPtr, this, paramString);
  }

  public void setComments(int paramInt)
  {
    MetaioSDKJNI.MetaioWorldUser_comments_set(this.swigCPtr, this, paramInt);
  }

  public void setCountry(String paramString)
  {
    MetaioSDKJNI.MetaioWorldUser_country_set(this.swigCPtr, this, paramString);
  }

  public void setCreationTime(String paramString)
  {
    MetaioSDKJNI.MetaioWorldUser_creationTime_set(this.swigCPtr, this, paramString);
  }

  public void setFederalState(String paramString)
  {
    MetaioSDKJNI.MetaioWorldUser_federalState_set(this.swigCPtr, this, paramString);
  }

  public void setGender(String paramString)
  {
    MetaioSDKJNI.MetaioWorldUser_gender_set(this.swigCPtr, this, paramString);
  }

  public void setMail(String paramString)
  {
    MetaioSDKJNI.MetaioWorldUser_mail_set(this.swigCPtr, this, paramString);
  }

  public void setName(String paramString)
  {
    MetaioSDKJNI.MetaioWorldUser_name_set(this.swigCPtr, this, paramString);
  }

  public void setPhone(String paramString)
  {
    MetaioSDKJNI.MetaioWorldUser_phone_set(this.swigCPtr, this, paramString);
  }

  public void setRatings(int paramInt)
  {
    MetaioSDKJNI.MetaioWorldUser_ratings_set(this.swigCPtr, this, paramInt);
  }

  public void setState(String paramString)
  {
    MetaioSDKJNI.MetaioWorldUser_state_set(this.swigCPtr, this, paramString);
  }

  public void setUid(String paramString)
  {
    MetaioSDKJNI.MetaioWorldUser_uid_set(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.MetaioWorldUser
 * JD-Core Version:    0.6.2
 */