cgl.axis.services.WSCTX.uddi_wsctx_schema
Class Find_session

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

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

See Also:
Serialized Form

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

Constructor Detail

Find_session

public Find_session()

Find_session

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

getAuthInfo

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

Returns:
authInfo

setAuthInfo

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

Parameters:
authInfo -

getContextBag

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

Returns:
contextBag

setContextBag

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

Parameters:
contextBag -

getFindQualifiers

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

Returns:
findQualifiers

setFindQualifiers

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

Parameters:
findQualifiers -

getLease

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

Returns:
lease

setLease

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

Parameters:
lease -

getListHead

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

Returns:
listHead

setListHead

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

Parameters:
listHead -

getMaxRows

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

Returns:
maxRows

setMaxRows

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

Parameters:
maxRows -

getName

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

Returns:
name

setName

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

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_session.

Returns:
serviceKey

setServiceKey

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

Parameters:
serviceKey -

getServiceKey

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

setServiceKey

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

equals

public boolean equals(java.lang.Object obj)

hashCode

public int hashCode()