com.ibm.wpc
Class WpcSearchResultsType

java.lang.Object
  extended by com.ibm.wpc.WpcSearchResultsType
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Constructor Summary
WpcSearchResultsType()
           
WpcSearchResultsType(java.math.BigInteger wpcTradeEntryCount, java.lang.String wpcCatalogName, java.lang.String[] wpcCsvResults, WpcDataContainerType wpcDataContainer)
           
 
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
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
 java.lang.String getWpcCatalogName()
          Gets the wpcCatalogName value for this WpcSearchResultsType.
 java.lang.String[] getWpcCsvResults()
          Gets the wpcCsvResults value for this WpcSearchResultsType.
 java.lang.String getWpcCsvResults(int i)
           
 WpcDataContainerType getWpcDataContainer()
          Gets the wpcDataContainer value for this WpcSearchResultsType.
 java.math.BigInteger getWpcTradeEntryCount()
          Gets the wpcTradeEntryCount value for this WpcSearchResultsType.
 int hashCode()
           
 void setWpcCatalogName(java.lang.String wpcCatalogName)
          Sets the wpcCatalogName value for this WpcSearchResultsType.
 void setWpcCsvResults(int i, java.lang.String _value)
           
 void setWpcCsvResults(java.lang.String[] wpcCsvResults)
          Sets the wpcCsvResults value for this WpcSearchResultsType.
 void setWpcDataContainer(WpcDataContainerType wpcDataContainer)
          Sets the wpcDataContainer value for this WpcSearchResultsType.
 void setWpcTradeEntryCount(java.math.BigInteger wpcTradeEntryCount)
          Sets the wpcTradeEntryCount value for this WpcSearchResultsType.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WpcSearchResultsType

public WpcSearchResultsType()

WpcSearchResultsType

public WpcSearchResultsType(java.math.BigInteger wpcTradeEntryCount,
                            java.lang.String wpcCatalogName,
                            java.lang.String[] wpcCsvResults,
                            WpcDataContainerType wpcDataContainer)
Method Detail

getWpcTradeEntryCount

public java.math.BigInteger getWpcTradeEntryCount()
Gets the wpcTradeEntryCount value for this WpcSearchResultsType.

Returns:
wpcTradeEntryCount

setWpcTradeEntryCount

public void setWpcTradeEntryCount(java.math.BigInteger wpcTradeEntryCount)
Sets the wpcTradeEntryCount value for this WpcSearchResultsType.

Parameters:
wpcTradeEntryCount -

getWpcCatalogName

public java.lang.String getWpcCatalogName()
Gets the wpcCatalogName value for this WpcSearchResultsType.

Returns:
wpcCatalogName

setWpcCatalogName

public void setWpcCatalogName(java.lang.String wpcCatalogName)
Sets the wpcCatalogName value for this WpcSearchResultsType.

Parameters:
wpcCatalogName -

getWpcCsvResults

public java.lang.String[] getWpcCsvResults()
Gets the wpcCsvResults value for this WpcSearchResultsType.

Returns:
wpcCsvResults

setWpcCsvResults

public void setWpcCsvResults(java.lang.String[] wpcCsvResults)
Sets the wpcCsvResults value for this WpcSearchResultsType.

Parameters:
wpcCsvResults -

getWpcCsvResults

public java.lang.String getWpcCsvResults(int i)

setWpcCsvResults

public void setWpcCsvResults(int i,
                             java.lang.String _value)

getWpcDataContainer

public WpcDataContainerType getWpcDataContainer()
Gets the wpcDataContainer value for this WpcSearchResultsType.

Returns:
wpcDataContainer

setWpcDataContainer

public void setWpcDataContainer(WpcDataContainerType wpcDataContainer)
Sets the wpcDataContainer value for this WpcSearchResultsType.

Parameters:
wpcDataContainer -

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