cgl.axis.services.uddi.uddi_schema
Class Find_binding

java.lang.Object
  extended bycgl.axis.services.uddi.uddi_schema.Find_binding
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Constructor Summary
Find_binding()
           
Find_binding(org.apache.axis.types.URI serviceKey, AuthInfo authInfo, FindQualifiers findQualifiers, TModelBag tModelBag, Find_tModel find_tModel, CategoryBag categoryBag, int maxRows, int listHead)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 AuthInfo getAuthInfo()
          Gets the authInfo value for this Find_binding.
 CategoryBag getCategoryBag()
          Gets the categoryBag value for this Find_binding.
 Find_tModel getFind_tModel()
          Gets the find_tModel value for this Find_binding.
 FindQualifiers getFindQualifiers()
          Gets the findQualifiers value for this Find_binding.
 int getListHead()
          Gets the listHead value for this Find_binding.
 int getMaxRows()
          Gets the maxRows value for this Find_binding.
 org.apache.axis.types.URI getServiceKey()
          Gets the serviceKey value for this Find_binding.
 TModelBag getTModelBag()
          Gets the tModelBag value for this Find_binding.
 int hashCode()
           
 void setAuthInfo(AuthInfo authInfo)
          Sets the authInfo value for this Find_binding.
 void setCategoryBag(CategoryBag categoryBag)
          Sets the categoryBag value for this Find_binding.
 void setFind_tModel(Find_tModel find_tModel)
          Sets the find_tModel value for this Find_binding.
 void setFindQualifiers(FindQualifiers findQualifiers)
          Sets the findQualifiers value for this Find_binding.
 void setListHead(int listHead)
          Sets the listHead value for this Find_binding.
 void setMaxRows(int maxRows)
          Sets the maxRows value for this Find_binding.
 void setServiceKey(org.apache.axis.types.URI serviceKey)
          Sets the serviceKey value for this Find_binding.
 void setTModelBag(TModelBag tModelBag)
          Sets the tModelBag value for this Find_binding.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Find_binding

public Find_binding()

Find_binding

public Find_binding(org.apache.axis.types.URI serviceKey,
                    AuthInfo authInfo,
                    FindQualifiers findQualifiers,
                    TModelBag tModelBag,
                    Find_tModel find_tModel,
                    CategoryBag categoryBag,
                    int maxRows,
                    int listHead)
Method Detail

getServiceKey

public org.apache.axis.types.URI getServiceKey()
Gets the serviceKey value for this Find_binding.

Returns:
serviceKey

setServiceKey

public void setServiceKey(org.apache.axis.types.URI serviceKey)
Sets the serviceKey value for this Find_binding.

Parameters:
serviceKey -

getAuthInfo

public AuthInfo getAuthInfo()
Gets the authInfo value for this Find_binding.

Returns:
authInfo

setAuthInfo

public void setAuthInfo(AuthInfo authInfo)
Sets the authInfo value for this Find_binding.

Parameters:
authInfo -

getFindQualifiers

public FindQualifiers getFindQualifiers()
Gets the findQualifiers value for this Find_binding.

Returns:
findQualifiers

setFindQualifiers

public void setFindQualifiers(FindQualifiers findQualifiers)
Sets the findQualifiers value for this Find_binding.

Parameters:
findQualifiers -

getTModelBag

public TModelBag getTModelBag()
Gets the tModelBag value for this Find_binding.

Returns:
tModelBag

setTModelBag

public void setTModelBag(TModelBag tModelBag)
Sets the tModelBag value for this Find_binding.

Parameters:
tModelBag -

getFind_tModel

public Find_tModel getFind_tModel()
Gets the find_tModel value for this Find_binding.

Returns:
find_tModel

setFind_tModel

public void setFind_tModel(Find_tModel find_tModel)
Sets the find_tModel value for this Find_binding.

Parameters:
find_tModel -

getCategoryBag

public CategoryBag getCategoryBag()
Gets the categoryBag value for this Find_binding.

Returns:
categoryBag

setCategoryBag

public void setCategoryBag(CategoryBag categoryBag)
Sets the categoryBag value for this Find_binding.

Parameters:
categoryBag -

getMaxRows

public int getMaxRows()
Gets the maxRows value for this Find_binding.

Returns:
maxRows

setMaxRows

public void setMaxRows(int maxRows)
Sets the maxRows value for this Find_binding.

Parameters:
maxRows -

getListHead

public int getListHead()
Gets the listHead value for this Find_binding.

Returns:
listHead

setListHead

public void setListHead(int listHead)
Sets the listHead value for this Find_binding.

Parameters:
listHead -

equals

public boolean equals(java.lang.Object obj)

hashCode

public int hashCode()