cgl.axis.services.uddi.uddi_schema
Class Find_service

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

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

See Also:
Serialized Form

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

Constructor Detail

Find_service

public Find_service()

Find_service

public Find_service(org.apache.axis.types.URI businessKey,
                    AuthInfo authInfo,
                    FindQualifiers findQualifiers,
                    Name[] name,
                    CategoryBag categoryBag,
                    TModelBag tModelBag,
                    Find_tModel find_tModel,
                    int maxRows,
                    int listHead)
Method Detail

getBusinessKey

public org.apache.axis.types.URI getBusinessKey()
Gets the businessKey value for this Find_service.

Returns:
businessKey

setBusinessKey

public void setBusinessKey(org.apache.axis.types.URI businessKey)
Sets the businessKey value for this Find_service.

Parameters:
businessKey -

getAuthInfo

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

Returns:
authInfo

setAuthInfo

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

Parameters:
authInfo -

getFindQualifiers

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

Returns:
findQualifiers

setFindQualifiers

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

Parameters:
findQualifiers -

getName

public Name[] getName()
Gets the name value for this Find_service.

Returns:
name

setName

public void setName(Name[] name)
Sets the name value for this Find_service.

Parameters:
name -

getName

public Name getName(int i)

setName

public void setName(int i,
                    Name _value)

getCategoryBag

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

Returns:
categoryBag

setCategoryBag

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

Parameters:
categoryBag -

getTModelBag

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

Returns:
tModelBag

setTModelBag

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

Parameters:
tModelBag -

getFind_tModel

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

Returns:
find_tModel

setFind_tModel

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

Parameters:
find_tModel -

getMaxRows

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

Returns:
maxRows

setMaxRows

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

Parameters:
maxRows -

getListHead

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

Returns:
listHead

setListHead

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

Parameters:
listHead -

equals

public boolean equals(java.lang.Object obj)

hashCode

public int hashCode()