cgl.axis.services.uddi.uddi_schema
Class Find_relatedBusinesses

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

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

See Also:
Serialized Form

Constructor Summary
Find_relatedBusinesses()
           
Find_relatedBusinesses(AuthInfo authInfo, org.apache.axis.types.URI businessKey, FindQualifiers findQualifiers, org.apache.axis.types.URI fromKey, KeyedReference keyedReference, int listHead, int maxRows, org.apache.axis.types.URI toKey)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 AuthInfo getAuthInfo()
          Gets the authInfo value for this Find_relatedBusinesses.
 org.apache.axis.types.URI getBusinessKey()
          Gets the businessKey value for this Find_relatedBusinesses.
 FindQualifiers getFindQualifiers()
          Gets the findQualifiers value for this Find_relatedBusinesses.
 org.apache.axis.types.URI getFromKey()
          Gets the fromKey value for this Find_relatedBusinesses.
 KeyedReference getKeyedReference()
          Gets the keyedReference value for this Find_relatedBusinesses.
 int getListHead()
          Gets the listHead value for this Find_relatedBusinesses.
 int getMaxRows()
          Gets the maxRows value for this Find_relatedBusinesses.
 org.apache.axis.types.URI getToKey()
          Gets the toKey value for this Find_relatedBusinesses.
 int hashCode()
           
 void setAuthInfo(AuthInfo authInfo)
          Sets the authInfo value for this Find_relatedBusinesses.
 void setBusinessKey(org.apache.axis.types.URI businessKey)
          Sets the businessKey value for this Find_relatedBusinesses.
 void setFindQualifiers(FindQualifiers findQualifiers)
          Sets the findQualifiers value for this Find_relatedBusinesses.
 void setFromKey(org.apache.axis.types.URI fromKey)
          Sets the fromKey value for this Find_relatedBusinesses.
 void setKeyedReference(KeyedReference keyedReference)
          Sets the keyedReference value for this Find_relatedBusinesses.
 void setListHead(int listHead)
          Sets the listHead value for this Find_relatedBusinesses.
 void setMaxRows(int maxRows)
          Sets the maxRows value for this Find_relatedBusinesses.
 void setToKey(org.apache.axis.types.URI toKey)
          Sets the toKey value for this Find_relatedBusinesses.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Find_relatedBusinesses

public Find_relatedBusinesses()

Find_relatedBusinesses

public Find_relatedBusinesses(AuthInfo authInfo,
                              org.apache.axis.types.URI businessKey,
                              FindQualifiers findQualifiers,
                              org.apache.axis.types.URI fromKey,
                              KeyedReference keyedReference,
                              int listHead,
                              int maxRows,
                              org.apache.axis.types.URI toKey)
Method Detail

getAuthInfo

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

Returns:
authInfo

setAuthInfo

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

Parameters:
authInfo -

getBusinessKey

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

Returns:
businessKey

setBusinessKey

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

Parameters:
businessKey -

getFindQualifiers

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

Returns:
findQualifiers

setFindQualifiers

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

Parameters:
findQualifiers -

getFromKey

public org.apache.axis.types.URI getFromKey()
Gets the fromKey value for this Find_relatedBusinesses.

Returns:
fromKey

setFromKey

public void setFromKey(org.apache.axis.types.URI fromKey)
Sets the fromKey value for this Find_relatedBusinesses.

Parameters:
fromKey -

getKeyedReference

public KeyedReference getKeyedReference()
Gets the keyedReference value for this Find_relatedBusinesses.

Returns:
keyedReference

setKeyedReference

public void setKeyedReference(KeyedReference keyedReference)
Sets the keyedReference value for this Find_relatedBusinesses.

Parameters:
keyedReference -

getListHead

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

Returns:
listHead

setListHead

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

Parameters:
listHead -

getMaxRows

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

Returns:
maxRows

setMaxRows

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

Parameters:
maxRows -

getToKey

public org.apache.axis.types.URI getToKey()
Gets the toKey value for this Find_relatedBusinesses.

Returns:
toKey

setToKey

public void setToKey(org.apache.axis.types.URI toKey)
Sets the toKey value for this Find_relatedBusinesses.

Parameters:
toKey -

equals

public boolean equals(java.lang.Object obj)

hashCode

public int hashCode()