cgl.axis.services.uddi.uddi_ext_schema
Class Find_serviceAttribute

java.lang.Object
  extended bycgl.axis.services.uddi.uddi_ext_schema.Find_serviceAttribute
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Constructor Summary
Find_serviceAttribute()
           
Find_serviceAttribute(AuthInfo authInfo, CategoryBag categoryBag, FindQualifiers findQualifiers, Lease lease, int listHead, int maxRows, org.apache.axis.types.URI serviceKey)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 AuthInfo getAuthInfo()
          Gets the authInfo value for this Find_serviceAttribute.
 CategoryBag getCategoryBag()
          Gets the categoryBag value for this Find_serviceAttribute.
 FindQualifiers getFindQualifiers()
          Gets the findQualifiers value for this Find_serviceAttribute.
 Lease getLease()
          Gets the lease value for this Find_serviceAttribute.
 int getListHead()
          Gets the listHead value for this Find_serviceAttribute.
 int getMaxRows()
          Gets the maxRows value for this Find_serviceAttribute.
 org.apache.axis.types.URI getServiceKey()
          Gets the serviceKey value for this Find_serviceAttribute.
 int hashCode()
           
 void setAuthInfo(AuthInfo authInfo)
          Sets the authInfo value for this Find_serviceAttribute.
 void setCategoryBag(CategoryBag categoryBag)
          Sets the categoryBag value for this Find_serviceAttribute.
 void setFindQualifiers(FindQualifiers findQualifiers)
          Sets the findQualifiers value for this Find_serviceAttribute.
 void setLease(Lease lease)
          Sets the lease value for this Find_serviceAttribute.
 void setListHead(int listHead)
          Sets the listHead value for this Find_serviceAttribute.
 void setMaxRows(int maxRows)
          Sets the maxRows value for this Find_serviceAttribute.
 void setServiceKey(org.apache.axis.types.URI serviceKey)
          Sets the serviceKey value for this Find_serviceAttribute.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Find_serviceAttribute

public Find_serviceAttribute()

Find_serviceAttribute

public Find_serviceAttribute(AuthInfo authInfo,
                             CategoryBag categoryBag,
                             FindQualifiers findQualifiers,
                             Lease lease,
                             int listHead,
                             int maxRows,
                             org.apache.axis.types.URI serviceKey)
Method Detail

getAuthInfo

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

Returns:
authInfo

setAuthInfo

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

Parameters:
authInfo -

getCategoryBag

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

Returns:
categoryBag

setCategoryBag

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

Parameters:
categoryBag -

getFindQualifiers

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

Returns:
findQualifiers

setFindQualifiers

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

Parameters:
findQualifiers -

getLease

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

Returns:
lease

setLease

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

Parameters:
lease -

getListHead

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

Returns:
listHead

setListHead

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

Parameters:
listHead -

getMaxRows

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

Returns:
maxRows

setMaxRows

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

Parameters:
maxRows -

getServiceKey

public org.apache.axis.types.URI getServiceKey()
Gets the serviceKey value for this Find_serviceAttribute.

Returns:
serviceKey

setServiceKey

public void setServiceKey(org.apache.axis.types.URI serviceKey)
Sets the serviceKey value for this Find_serviceAttribute.

Parameters:
serviceKey -

equals

public boolean equals(java.lang.Object obj)

hashCode

public int hashCode()