cgl.axis.services.WSCTX.uddi_wsctx_schema
Class Find_context

java.lang.Object
  extended bycgl.axis.services.WSCTX.uddi_wsctx_schema.Find_context
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Constructor Summary
Find_context()
           
Find_context(AuthInfo authInfo, FindQualifiers findQualifiers, Lease lease, int listHead, int maxRows, Name[] name, org.apache.axis.types.URI serviceKey, org.apache.axis.types.URI sessionKey)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 AuthInfo getAuthInfo()
          Gets the authInfo value for this Find_context.
 FindQualifiers getFindQualifiers()
          Gets the findQualifiers value for this Find_context.
 Lease getLease()
          Gets the lease value for this Find_context.
 int getListHead()
          Gets the listHead value for this Find_context.
 int getMaxRows()
          Gets the maxRows value for this Find_context.
 Name[] getName()
          Gets the name value for this Find_context.
 Name getName(int i)
           
 org.apache.axis.types.URI getServiceKey()
          Gets the serviceKey value for this Find_context.
 org.apache.axis.types.URI getSessionKey()
          Gets the sessionKey value for this Find_context.
 int hashCode()
           
 void setAuthInfo(AuthInfo authInfo)
          Sets the authInfo value for this Find_context.
 void setFindQualifiers(FindQualifiers findQualifiers)
          Sets the findQualifiers value for this Find_context.
 void setLease(Lease lease)
          Sets the lease value for this Find_context.
 void setListHead(int listHead)
          Sets the listHead value for this Find_context.
 void setMaxRows(int maxRows)
          Sets the maxRows value for this Find_context.
 void setName(int i, Name _value)
           
 void setName(Name[] name)
          Sets the name value for this Find_context.
 void setServiceKey(org.apache.axis.types.URI serviceKey)
          Sets the serviceKey value for this Find_context.
 void setSessionKey(org.apache.axis.types.URI sessionKey)
          Sets the sessionKey value for this Find_context.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Find_context

public Find_context()

Find_context

public Find_context(AuthInfo authInfo,
                    FindQualifiers findQualifiers,
                    Lease lease,
                    int listHead,
                    int maxRows,
                    Name[] name,
                    org.apache.axis.types.URI serviceKey,
                    org.apache.axis.types.URI sessionKey)
Method Detail

getAuthInfo

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

Returns:
authInfo

setAuthInfo

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

Parameters:
authInfo -

getFindQualifiers

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

Returns:
findQualifiers

setFindQualifiers

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

Parameters:
findQualifiers -

getLease

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

Returns:
lease

setLease

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

Parameters:
lease -

getListHead

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

Returns:
listHead

setListHead

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

Parameters:
listHead -

getMaxRows

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

Returns:
maxRows

setMaxRows

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

Parameters:
maxRows -

getName

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

Returns:
name

setName

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

Parameters:
name -

getName

public Name getName(int i)

setName

public void setName(int i,
                    Name _value)

getServiceKey

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

Returns:
serviceKey

setServiceKey

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

Parameters:
serviceKey -

getSessionKey

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

Returns:
sessionKey

setSessionKey

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

Parameters:
sessionKey -

equals

public boolean equals(java.lang.Object obj)

hashCode

public int hashCode()