package com.metaio.sdk.jni;

public class MetaioWorldRequestChannelsSearch extends MetaioWorldRequest
{
  private long swigCPtr;

  public MetaioWorldRequestChannelsSearch()
  {
    this(MetaioSDKJNI.new_MetaioWorldRequestChannelsSearch(), true);
  }

  public MetaioWorldRequestChannelsSearch(long paramLong, boolean paramBoolean)
  {
    super(MetaioSDKJNI.MetaioWorldRequestChannelsSearch_SWIGUpcast(paramLong), paramBoolean);
    this.swigCPtr = paramLong;
  }

  public static MetaioWorldRequestChannelsSearch createChannelSearchRequest(E_DatasourceChannelSearchType paramE_DatasourceChannelSearchType, int paramInt1, int paramInt2, String paramString, LLACoordinate paramLLACoordinate)
  {
    long l = MetaioSDKJNI.MetaioWorldRequestChannelsSearch_createChannelSearchRequest(paramE_DatasourceChannelSearchType.swigValue(), paramInt1, paramInt2, paramString, LLACoordinate.getCPtr(paramLLACoordinate), paramLLACoordinate);
    if (l == 0L)
      return null;
    return new MetaioWorldRequestChannelsSearch(l, false);
  }

  public static long getCPtr(MetaioWorldRequestChannelsSearch paramMetaioWorldRequestChannelsSearch)
  {
    if (paramMetaioWorldRequestChannelsSearch == null)
      return 0L;
    return paramMetaioWorldRequestChannelsSearch.swigCPtr;
  }

  public void addChannel(long paramLong)
  {
    MetaioSDKJNI.MetaioWorldRequestChannelsSearch_addChannel(this.swigCPtr, this, paramLong);
  }

  public void delete()
  {
    try
    {
      if (this.swigCPtr != 0L)
      {
        if (this.swigCMemOwn)
        {
          this.swigCMemOwn = false;
          MetaioSDKJNI.delete_MetaioWorldRequestChannelsSearch(this.swigCPtr);
        }
        this.swigCPtr = 0L;
      }
      super.delete();
      return;
    }
    finally
    {
    }
  }

  protected void finalize()
  {
    delete();
  }

  public int getPage()
  {
    return MetaioSDKJNI.MetaioWorldRequestChannelsSearch_getPage(this.swigCPtr, this);
  }

  public String getRequestURI()
  {
    return MetaioSDKJNI.MetaioWorldRequestChannelsSearch_getRequestURI(this.swigCPtr, this);
  }

  public MetaioWorldChannelVector getResult()
  {
    return new MetaioWorldChannelVector(MetaioSDKJNI.MetaioWorldRequestChannelsSearch_getResult(this.swigCPtr, this), true);
  }

  public String getSearchTerm()
  {
    return MetaioSDKJNI.MetaioWorldRequestChannelsSearch_getSearchTerm(this.swigCPtr, this);
  }

  public long getTotalResults()
  {
    return MetaioSDKJNI.MetaioWorldRequestChannelsSearch_getTotalResults(this.swigCPtr, this);
  }

  public int handleResponse(String paramString, int paramInt)
  {
    return MetaioSDKJNI.MetaioWorldRequestChannelsSearch_handleResponse(this.swigCPtr, this, paramString, paramInt);
  }

  public boolean isRequestBasedOnCVS()
  {
    return MetaioSDKJNI.MetaioWorldRequestChannelsSearch_isRequestBasedOnCVS(this.swigCPtr, this);
  }

  public void removeAllChannels()
  {
    MetaioSDKJNI.MetaioWorldRequestChannelsSearch_removeAllChannels(this.swigCPtr, this);
  }

  public void removeChannel(long paramLong)
  {
    MetaioSDKJNI.MetaioWorldRequestChannelsSearch_removeChannel(this.swigCPtr, this, paramLong);
  }

  public void setCategory(IntVector paramIntVector)
  {
    MetaioSDKJNI.MetaioWorldRequestChannelsSearch_setCategory(this.swigCPtr, this, IntVector.getCPtr(paramIntVector), paramIntVector);
  }

  public void setChannels(UnsignedIntVector paramUnsignedIntVector)
  {
    MetaioSDKJNI.MetaioWorldRequestChannelsSearch_setChannels(this.swigCPtr, this, UnsignedIntVector.getCPtr(paramUnsignedIntVector), paramUnsignedIntVector);
  }

  public void setGroup(int paramInt)
  {
    MetaioSDKJNI.MetaioWorldRequestChannelsSearch_setGroup(this.swigCPtr, this, paramInt);
  }

  public void setLimit(int paramInt)
  {
    MetaioSDKJNI.MetaioWorldRequestChannelsSearch_setLimit(this.swigCPtr, this, paramInt);
  }

  public void setPage(int paramInt)
  {
    MetaioSDKJNI.MetaioWorldRequestChannelsSearch_setPage(this.swigCPtr, this, paramInt);
  }

  public void setPerimeter(int paramInt)
  {
    MetaioSDKJNI.MetaioWorldRequestChannelsSearch_setPerimeter(this.swigCPtr, this, paramInt);
  }

  public void setRating(int paramInt)
  {
    MetaioSDKJNI.MetaioWorldRequestChannelsSearch_setRating(this.swigCPtr, this, paramInt);
  }

  public void setSearchTerm(String paramString)
  {
    MetaioSDKJNI.MetaioWorldRequestChannelsSearch_setSearchTerm(this.swigCPtr, this, paramString);
  }

  public void setSearchType(E_DatasourceChannelSearchType paramE_DatasourceChannelSearchType)
  {
    MetaioSDKJNI.MetaioWorldRequestChannelsSearch_setSearchType(this.swigCPtr, this, paramE_DatasourceChannelSearchType.swigValue());
  }

  public void setSorting(MetaioWorldChannelSorting paramMetaioWorldChannelSorting)
  {
    MetaioSDKJNI.MetaioWorldRequestChannelsSearch_setSorting(this.swigCPtr, this, paramMetaioWorldChannelSorting.swigValue());
  }

  public void setState(MetaioWorldChannelState paramMetaioWorldChannelState)
  {
    MetaioSDKJNI.MetaioWorldRequestChannelsSearch_setState(this.swigCPtr, this, paramMetaioWorldChannelState.swigValue());
  }

  public void setUser(String paramString)
  {
    MetaioSDKJNI.MetaioWorldRequestChannelsSearch_setUser(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.MetaioWorldRequestChannelsSearch
 * JD-Core Version:    0.6.2
 */