com.google.soap.search
Class DirectoryCategory

java.lang.Object
  extended by com.google.soap.search.DirectoryCategory
All Implemented Interfaces:
Serializable

public class DirectoryCategory
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
DirectoryCategory()
           
DirectoryCategory(String fullViewableName, String specialEncoding)
           
 
Method Summary
 boolean equals(Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 String getFullViewableName()
          Gets the fullViewableName value for this DirectoryCategory.
static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Serializer
 String getSpecialEncoding()
          Gets the specialEncoding value for this DirectoryCategory.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setFullViewableName(String fullViewableName)
          Sets the fullViewableName value for this DirectoryCategory.
 void setSpecialEncoding(String specialEncoding)
          Sets the specialEncoding value for this DirectoryCategory.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DirectoryCategory

public DirectoryCategory()

DirectoryCategory

public DirectoryCategory(String fullViewableName,
                         String specialEncoding)
Method Detail

getFullViewableName

public String getFullViewableName()
Gets the fullViewableName value for this DirectoryCategory.

Returns:
fullViewableName

setFullViewableName

public void setFullViewableName(String fullViewableName)
Sets the fullViewableName value for this DirectoryCategory.

Parameters:
fullViewableName -

getSpecialEncoding

public String getSpecialEncoding()
Gets the specialEncoding value for this DirectoryCategory.

Returns:
specialEncoding

setSpecialEncoding

public void setSpecialEncoding(String specialEncoding)
Sets the specialEncoding value for this DirectoryCategory.

Parameters:
specialEncoding -

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(String mechType,
                                                                Class _javaType,
                                                                QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(String mechType,
                                                                    Class _javaType,
                                                                    QName _xmlType)
Get Custom Deserializer