cgl.axis.services.uddi.uddi_schema
Class Find_business

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

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

See Also:
Serialized Form

Constructor Summary
Find_business()
           
Find_business(TModelBag TModelBag, AuthInfo authInfo, CategoryBag categoryBag, DiscoveryURLs discoveryURLs, FindQualifiers findQualifiers, Find_relatedBusinesses find_relatedBusinesses, Find_tModel find_tModel, IdentifierBag identifierBag, int listHead, int maxRows, Name[] name)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 AuthInfo getAuthInfo()
          Gets the authInfo value for this Find_business.
 CategoryBag getCategoryBag()
          Gets the categoryBag value for this Find_business.
 DiscoveryURLs getDiscoveryURLs()
          Gets the discoveryURLs value for this Find_business.
 Find_relatedBusinesses getFind_relatedBusinesses()
          Gets the find_relatedBusinesses value for this Find_business.
 Find_tModel getFind_tModel()
          Gets the find_tModel value for this Find_business.
 FindQualifiers getFindQualifiers()
          Gets the findQualifiers value for this Find_business.
 IdentifierBag getIdentifierBag()
          Gets the identifierBag value for this Find_business.
 int getListHead()
          Gets the listHead value for this Find_business.
 int getMaxRows()
          Gets the maxRows value for this Find_business.
 Name[] getName()
          Gets the name value for this Find_business.
 Name getName(int i)
           
 TModelBag getTModelBag()
          Gets the TModelBag value for this Find_business.
 int hashCode()
           
 void setAuthInfo(AuthInfo authInfo)
          Sets the authInfo value for this Find_business.
 void setCategoryBag(CategoryBag categoryBag)
          Sets the categoryBag value for this Find_business.
 void setDiscoveryURLs(DiscoveryURLs discoveryURLs)
          Sets the discoveryURLs value for this Find_business.
 void setFind_relatedBusinesses(Find_relatedBusinesses find_relatedBusinesses)
          Sets the find_relatedBusinesses value for this Find_business.
 void setFind_tModel(Find_tModel find_tModel)
          Sets the find_tModel value for this Find_business.
 void setFindQualifiers(FindQualifiers findQualifiers)
          Sets the findQualifiers value for this Find_business.
 void setIdentifierBag(IdentifierBag identifierBag)
          Sets the identifierBag value for this Find_business.
 void setListHead(int listHead)
          Sets the listHead value for this Find_business.
 void setMaxRows(int maxRows)
          Sets the maxRows value for this Find_business.
 void setName(int i, Name _value)
           
 void setName(Name[] name)
          Sets the name value for this Find_business.
 void setTModelBag(TModelBag TModelBag)
          Sets the TModelBag value for this Find_business.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Find_business

public Find_business()

Find_business

public Find_business(TModelBag TModelBag,
                     AuthInfo authInfo,
                     CategoryBag categoryBag,
                     DiscoveryURLs discoveryURLs,
                     FindQualifiers findQualifiers,
                     Find_relatedBusinesses find_relatedBusinesses,
                     Find_tModel find_tModel,
                     IdentifierBag identifierBag,
                     int listHead,
                     int maxRows,
                     Name[] name)
Method Detail

getTModelBag

public TModelBag getTModelBag()
Gets the TModelBag value for this Find_business.

Returns:
TModelBag

setTModelBag

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

Parameters:
TModelBag -

getAuthInfo

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

Returns:
authInfo

setAuthInfo

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

Parameters:
authInfo -

getCategoryBag

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

Returns:
categoryBag

setCategoryBag

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

Parameters:
categoryBag -

getDiscoveryURLs

public DiscoveryURLs getDiscoveryURLs()
Gets the discoveryURLs value for this Find_business.

Returns:
discoveryURLs

setDiscoveryURLs

public void setDiscoveryURLs(DiscoveryURLs discoveryURLs)
Sets the discoveryURLs value for this Find_business.

Parameters:
discoveryURLs -

getFindQualifiers

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

Returns:
findQualifiers

setFindQualifiers

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

Parameters:
findQualifiers -

getFind_relatedBusinesses

public Find_relatedBusinesses getFind_relatedBusinesses()
Gets the find_relatedBusinesses value for this Find_business.

Returns:
find_relatedBusinesses

setFind_relatedBusinesses

public void setFind_relatedBusinesses(Find_relatedBusinesses find_relatedBusinesses)
Sets the find_relatedBusinesses value for this Find_business.

Parameters:
find_relatedBusinesses -

getFind_tModel

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

Returns:
find_tModel

setFind_tModel

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

Parameters:
find_tModel -

getIdentifierBag

public IdentifierBag getIdentifierBag()
Gets the identifierBag value for this Find_business.

Returns:
identifierBag

setIdentifierBag

public void setIdentifierBag(IdentifierBag identifierBag)
Sets the identifierBag value for this Find_business.

Parameters:
identifierBag -

getListHead

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

Returns:
listHead

setListHead

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

Parameters:
listHead -

getMaxRows

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

Returns:
maxRows

setMaxRows

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

Parameters:
maxRows -

getName

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

Returns:
name

setName

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

Parameters:
name -

getName

public Name getName(int i)

setName

public void setName(int i,
                    Name _value)

equals

public boolean equals(java.lang.Object obj)

hashCode

public int hashCode()