// Decompiled by Jad v1.5.7f. Copyright 2000 Pavel Kouznetsov.
// Jad home page: http://www.geocities.com/SiliconValley/Bridge/8617/jad.html
// Decompiler options: packimports(3) braces deadcode fieldsfirst 
// Source File Name:   GoogleSearchDirectoryCategory.java
// Class Version:      45.3

package com.google.soap.search;


// flag ACC_SUPER is set
public class GoogleSearchDirectoryCategory
{
    // Constants:          46
    // Interfaces:         0
    // Fields:             2
    // Methods:            6
    // Class Attributes:   1


    private String se;
    private String fvn;

    // Decompiling method: setSpecialEncoding  Signature: (Ljava/lang/String;)V
    // Max stack: 2, #locals: 2, #params: 2
    // Code length: 6 bytes, Code offset: 590
    // Line Number Table found: 2 entries
    // Parameter  0 added: Name this Type Lcom/google/soap/search/GoogleSearchDirectoryCategory; At 0 6 Range 0 5 Init 0 fixed
    // Parameter  1 added: Name s Type Ljava/lang/String; At 0 6 Range 0 5 Init 0
    // RetValue   2 added: Name <returnValue> Type V At 0 6 Range 0 5 Init 0 fixed
    public void setSpecialEncoding(String s)
    {
        se = s;
        return;
    }

    // Decompiling method: getSpecialEncoding  Signature: ()Ljava/lang/String;
    // Max stack: 1, #locals: 1, #params: 1
    // Code length: 5 bytes, Code offset: 638
    // Line Number Table found: 1 entries
    // Parameter  0 added: Name this Type Lcom/google/soap/search/GoogleSearchDirectoryCategory; At 0 5 Range 0 4 Init 0 fixed
    // RetValue   1 added: Name <returnValue> Type Ljava/lang/String; At 0 5 Range 0 4 Init 0 fixed
    public String getSpecialEncoding()
    {
        return se;
    }

    // Decompiling method: setFullViewableName  Signature: (Ljava/lang/String;)V
    // Max stack: 2, #locals: 2, #params: 2
    // Code length: 6 bytes, Code offset: 681
    // Line Number Table found: 2 entries
    // Parameter  0 added: Name this Type Lcom/google/soap/search/GoogleSearchDirectoryCategory; At 0 6 Range 0 5 Init 0 fixed
    // Parameter  1 added: Name s Type Ljava/lang/String; At 0 6 Range 0 5 Init 0
    // RetValue   2 added: Name <returnValue> Type V At 0 6 Range 0 5 Init 0 fixed
    public void setFullViewableName(String s)
    {
        fvn = s;
        return;
    }

    // Decompiling method: getFullViewableName  Signature: ()Ljava/lang/String;
    // Max stack: 1, #locals: 1, #params: 1
    // Code length: 5 bytes, Code offset: 729
    // Line Number Table found: 1 entries
    // Parameter  0 added: Name this Type Lcom/google/soap/search/GoogleSearchDirectoryCategory; At 0 5 Range 0 4 Init 0 fixed
    // RetValue   1 added: Name <returnValue> Type Ljava/lang/String; At 0 5 Range 0 4 Init 0 fixed
    public String getFullViewableName()
    {
        return fvn;
    }

    // Decompiling method: toString  Signature: ()Ljava/lang/String;
    // Max stack: 2, #locals: 1, #params: 1
    // Code length: 45 bytes, Code offset: 772
    // Line Number Table found: 1 entries
    // Parameter  0 added: Name this Type Lcom/google/soap/search/GoogleSearchDirectoryCategory; At 0 45 Range 0 44 Init 0 fixed
    // RetValue   1 added: Name <returnValue> Type Ljava/lang/String; At 0 45 Range 0 44 Init 0 fixed
    public String toString()
    {
        return "{SE=\"" + se + "\", " + "FVN=\"" + fvn + "\"}";
    }

    // Decompiling method: <init>  Signature: ()V
    // Max stack: 3, #locals: 1, #params: 1
    // Code length: 17 bytes, Code offset: 855
    // Line Number Table found: 2 entries
    // Parameter  0 added: Name this Type Lcom/google/soap/search/GoogleSearchDirectoryCategory; At 0 17 Range 0 16 Init 0 fixed
    // RetValue   1 added: Name <returnValue> Type V At 0 17 Range 0 16 Init 0 fixed
    public GoogleSearchDirectoryCategory()
    {
        super();
        se = "";
        fvn = "";
        return;
    }
}
