org.iids.aos.webservices.wsdl.GoogleSearch
Class DirectoryCategory

java.lang.Object
  extended by org.iids.aos.webservices.wsdl.GoogleSearch.DirectoryCategory
All Implemented Interfaces:
java.io.Serializable

public class DirectoryCategory
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

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

Constructor Detail

DirectoryCategory

public DirectoryCategory()

DirectoryCategory

public DirectoryCategory(java.lang.String fullViewableName,
                         java.lang.String specialEncoding)
Method Detail

getFullViewableName

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

Returns:
fullViewableName

setFullViewableName

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

Parameters:
fullViewableName -

getSpecialEncoding

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

Returns:
specialEncoding

setSpecialEncoding

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

Parameters:
specialEncoding -

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

getTypeDesc

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


getSerializer

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


getDeserializer

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



Copyright ? 2003, 2004 IIDS Group. All Rights Reserved.