org.globus.ogsa.samples.google
Class DirectoryCategory

java.lang.Object
  extended byorg.globus.ogsa.samples.google.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()
           
 
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()
           
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()
           
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setFullViewableName(java.lang.String fullViewableName)
           
 void setSpecialEncoding(java.lang.String specialEncoding)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DirectoryCategory

public DirectoryCategory()
Method Detail

getFullViewableName

public java.lang.String getFullViewableName()

setFullViewableName

public void setFullViewableName(java.lang.String fullViewableName)

getSpecialEncoding

public java.lang.String getSpecialEncoding()

setSpecialEncoding

public void setSpecialEncoding(java.lang.String specialEncoding)

equals

public boolean equals(java.lang.Object obj)

hashCode

public int hashCode()

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 ? 1999 University of Chicago and The University of Southern California. All Rights Reserved.