cgl.axis.services.uddi.uddi_schema
Class Find_tModel

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

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

See Also:
Serialized Form

Constructor Summary
Find_tModel()
           
Find_tModel(AuthInfo authInfo, CategoryBag categoryBag, FindQualifiers findQualifiers, 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_tModel.
 CategoryBag getCategoryBag()
          Gets the categoryBag value for this Find_tModel.
 FindQualifiers getFindQualifiers()
          Gets the findQualifiers value for this Find_tModel.
 IdentifierBag getIdentifierBag()
          Gets the identifierBag value for this Find_tModel.
 int getListHead()
          Gets the listHead value for this Find_tModel.
 int getMaxRows()
          Gets the maxRows value for this Find_tModel.
 Name getName()
          Gets the name value for this Find_tModel.
 int hashCode()
           
 void setAuthInfo(AuthInfo authInfo)
          Sets the authInfo value for this Find_tModel.
 void setCategoryBag(CategoryBag categoryBag)
          Sets the categoryBag value for this Find_tModel.
 void setFindQualifiers(FindQualifiers findQualifiers)
          Sets the findQualifiers value for this Find_tModel.
 void setIdentifierBag(IdentifierBag identifierBag)
          Sets the identifierBag value for this Find_tModel.
 void setListHead(int listHead)
          Sets the listHead value for this Find_tModel.
 void setMaxRows(int maxRows)
          Sets the maxRows value for this Find_tModel.
 void setName(Name name)
          Sets the name value for this Find_tModel.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Find_tModel

public Find_tModel()

Find_tModel

public Find_tModel(AuthInfo authInfo,
                   CategoryBag categoryBag,
                   FindQualifiers findQualifiers,
                   IdentifierBag identifierBag,
                   int listHead,
                   int maxRows,
                   Name name)
Method Detail

getAuthInfo

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

Returns:
authInfo

setAuthInfo

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

Parameters:
authInfo -

getCategoryBag

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

Returns:
categoryBag

setCategoryBag

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

Parameters:
categoryBag -

getFindQualifiers

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

Returns:
findQualifiers

setFindQualifiers

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

Parameters:
findQualifiers -

getIdentifierBag

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

Returns:
identifierBag

setIdentifierBag

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

Parameters:
identifierBag -

getListHead

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

Returns:
listHead

setListHead

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

Parameters:
listHead -

getMaxRows

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

Returns:
maxRows

setMaxRows

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

Parameters:
maxRows -

getName

public Name getName()
Gets the name value for this Find_tModel.

Returns:
name

setName

public void setName(Name name)
Sets the name value for this Find_tModel.

Parameters:
name -

equals

public boolean equals(java.lang.Object obj)

hashCode

public int hashCode()