cgl.axis.services.uddi.uddi_ext_schema
Class Find_service

java.lang.Object
  extended bycgl.axis.services.uddi.uddi_ext_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(TModelBag TModelBag, AuthInfo authInfo, org.apache.axis.types.URI businessKey, CategoryBag categoryBag, ContextBag contextBag, FindQualifiers findQualifiers, Lease lease, int listHead, int maxRows, MetadataBag metadataBag, Name[] name, org.apache.axis.types.URI[] sessionKey)
           
 
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.
 ContextBag getContextBag()
          Gets the contextBag value for this Find_service.
 FindQualifiers getFindQualifiers()
          Gets the findQualifiers value for this Find_service.
 Lease getLease()
          Gets the lease 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.
 MetadataBag getMetadataBag()
          Gets the metadataBag value for this Find_service.
 Name[] getName()
          Gets the name value for this Find_service.
 Name getName(int i)
           
 org.apache.axis.types.URI[] getSessionKey()
          Gets the sessionKey value for this Find_service.
 org.apache.axis.types.URI getSessionKey(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 setContextBag(ContextBag contextBag)
          Sets the contextBag value for this Find_service.
 void setFindQualifiers(FindQualifiers findQualifiers)
          Sets the findQualifiers value for this Find_service.
 void setLease(Lease lease)
          Sets the lease 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 setMetadataBag(MetadataBag metadataBag)
          Sets the metadataBag value for this Find_service.
 void setName(int i, Name _value)
           
 void setName(Name[] name)
          Sets the name value for this Find_service.
 void setSessionKey(int i, org.apache.axis.types.URI _value)
           
 void setSessionKey(org.apache.axis.types.URI[] sessionKey)
          Sets the sessionKey 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(TModelBag TModelBag,
                    AuthInfo authInfo,
                    org.apache.axis.types.URI businessKey,
                    CategoryBag categoryBag,
                    ContextBag contextBag,
                    FindQualifiers findQualifiers,
                    Lease lease,
                    int listHead,
                    int maxRows,
                    MetadataBag metadataBag,
                    Name[] name,
                    org.apache.axis.types.URI[] sessionKey)
Method Detail

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 -

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 -

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 -

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 -

getContextBag

public ContextBag getContextBag()
Gets the contextBag value for this Find_service.

Returns:
contextBag

setContextBag

public void setContextBag(ContextBag contextBag)
Sets the contextBag value for this Find_service.

Parameters:
contextBag -

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 -

getLease

public Lease getLease()
Gets the lease value for this Find_service.

Returns:
lease

setLease

public void setLease(Lease lease)
Sets the lease value for this Find_service.

Parameters:
lease -

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 -

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 -

getMetadataBag

public MetadataBag getMetadataBag()
Gets the metadataBag value for this Find_service.

Returns:
metadataBag

setMetadataBag

public void setMetadataBag(MetadataBag metadataBag)
Sets the metadataBag value for this Find_service.

Parameters:
metadataBag -

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)

getSessionKey

public org.apache.axis.types.URI[] getSessionKey()
Gets the sessionKey value for this Find_service.

Returns:
sessionKey

setSessionKey

public void setSessionKey(org.apache.axis.types.URI[] sessionKey)
Sets the sessionKey value for this Find_service.

Parameters:
sessionKey -

getSessionKey

public org.apache.axis.types.URI getSessionKey(int i)

setSessionKey

public void setSessionKey(int i,
                          org.apache.axis.types.URI _value)

equals

public boolean equals(java.lang.Object obj)

hashCode

public int hashCode()