cgl.axis.services.WSCTX.uddi_wsctx_schema
Class Find_publisher

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

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

See Also:
Serialized Form

Constructor Summary
Find_publisher()
           
Find_publisher(AuthInfo authInfo, FindQualifiers findQualifiers, int listHead, int maxRows, Name[] name)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 AuthInfo getAuthInfo()
          Gets the authInfo value for this Find_publisher.
 FindQualifiers getFindQualifiers()
          Gets the findQualifiers value for this Find_publisher.
 int getListHead()
          Gets the listHead value for this Find_publisher.
 int getMaxRows()
          Gets the maxRows value for this Find_publisher.
 Name[] getName()
          Gets the name value for this Find_publisher.
 Name getName(int i)
           
 int hashCode()
           
 void setAuthInfo(AuthInfo authInfo)
          Sets the authInfo value for this Find_publisher.
 void setFindQualifiers(FindQualifiers findQualifiers)
          Sets the findQualifiers value for this Find_publisher.
 void setListHead(int listHead)
          Sets the listHead value for this Find_publisher.
 void setMaxRows(int maxRows)
          Sets the maxRows value for this Find_publisher.
 void setName(int i, Name _value)
           
 void setName(Name[] name)
          Sets the name value for this Find_publisher.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Find_publisher

public Find_publisher()

Find_publisher

public Find_publisher(AuthInfo authInfo,
                      FindQualifiers findQualifiers,
                      int listHead,
                      int maxRows,
                      Name[] name)
Method Detail

getAuthInfo

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

Returns:
authInfo

setAuthInfo

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

Parameters:
authInfo -

getFindQualifiers

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

Returns:
findQualifiers

setFindQualifiers

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

Parameters:
findQualifiers -

getListHead

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

Returns:
listHead

setListHead

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

Parameters:
listHead -

getMaxRows

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

Returns:
maxRows

setMaxRows

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

Parameters:
maxRows -

getName

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

Returns:
name

setName

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

Parameters:
name -

getName

public Name getName(int i)

setName

public void setName(int i,
                    Name _value)

equals

public boolean equals(java.lang.Object obj)

hashCode

public int hashCode()