fedora.server.types.gen
Class FieldSearchResult

java.lang.Object
  extended by fedora.server.types.gen.FieldSearchResult
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Constructor Summary
FieldSearchResult()
           
FieldSearchResult(ListSession listSession, ObjectFields[] resultList)
           
 
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
 ListSession getListSession()
          Gets the listSession value for this FieldSearchResult.
 ObjectFields[] getResultList()
          Gets the resultList value for this FieldSearchResult.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setListSession(ListSession listSession)
          Sets the listSession value for this FieldSearchResult.
 void setResultList(ObjectFields[] resultList)
          Sets the resultList value for this FieldSearchResult.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FieldSearchResult

public FieldSearchResult()

FieldSearchResult

public FieldSearchResult(ListSession listSession,
                         ObjectFields[] resultList)
Method Detail

getListSession

public ListSession getListSession()
Gets the listSession value for this FieldSearchResult.

Returns:
listSession

setListSession

public void setListSession(ListSession listSession)
Sets the listSession value for this FieldSearchResult.

Parameters:
listSession -

getResultList

public ObjectFields[] getResultList()
Gets the resultList value for this FieldSearchResult.

Returns:
resultList

setResultList

public void setResultList(ObjectFields[] resultList)
Sets the resultList value for this FieldSearchResult.

Parameters:
resultList -

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