cgl.fthpis.datatype.request
Class FindPublisher

java.lang.Object
  extended bycgl.fthpis.datatype.request.FindPublisher
All Implemented Interfaces:
Admin, org.apache.juddi.datatype.RegistryObject, java.io.Serializable

public class FindPublisher
extends java.lang.Object
implements org.apache.juddi.datatype.RegistryObject, Admin

Author:
Mehmet S. Aktas (maktas@indiana.edu)
See Also:
Serialized Form

Field Summary
(package private)  AuthInfo authInfo
           
(package private)  org.apache.juddi.datatype.request.FindQualifiers findQualifiers
           
(package private)  java.lang.String generic
           
(package private)  int maxRows
           
(package private)  org.apache.juddi.datatype.Name name
           
 
Constructor Summary
FindPublisher()
          Constructs a new empty find_publisher request.
 
Method Summary
 void addFindQualifier(org.apache.juddi.datatype.request.FindQualifier findQualifier)
           
 AuthInfo getAuthInfo()
           
 org.apache.juddi.datatype.request.FindQualifiers getFindQualifiers()
           
 java.lang.String getGeneric()
           
 int getMaxRows()
           
 org.apache.juddi.datatype.Name getName()
          Returns the name argument of the search.
 java.lang.String getNameString()
          Returns the name argument of the search.
 void setAuthInfo(AuthInfo authInfo)
           
 void setFindQualifiers(org.apache.juddi.datatype.request.FindQualifiers findQualifiers)
           
 void setGeneric(java.lang.String genericValue)
           
 void setMaxRows(int maxRows)
           
 void setMaxRows(java.lang.String maxRows)
           
 void setName(org.apache.juddi.datatype.Name newname)
          Sets the name argument of the search to the given name.
 void setName(java.lang.String newName)
          Sets the name argument of the search to the given name.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

generic

java.lang.String generic

authInfo

AuthInfo authInfo

name

org.apache.juddi.datatype.Name name

findQualifiers

org.apache.juddi.datatype.request.FindQualifiers findQualifiers

maxRows

int maxRows
Constructor Detail

FindPublisher

public FindPublisher()
Constructs a new empty find_publisher request.

Method Detail

setGeneric

public void setGeneric(java.lang.String genericValue)
Parameters:
genericValue -

getGeneric

public java.lang.String getGeneric()
Returns:
String request's generic value.

setName

public void setName(java.lang.String newName)
Sets the name argument of the search to the given name. This value is a partial name. The PublisherList returned contains PublisherInfo objects for Publisher whose name matches the value passed (leftmost match).

Parameters:
newName - The name argument of the search.

setName

public void setName(org.apache.juddi.datatype.Name newname)
Sets the name argument of the search to the given name. This value is a partial name. The PublisherList returned contains PublisherInfo objects for Publisher whose name matches the value passed (leftmost match).

Parameters:
newname - The name argument of the search.

getName

public org.apache.juddi.datatype.Name getName()
Returns the name argument of the search. Null is returned if the name argument for this search has not been specified.

Returns:
The name argument of the search, or null if the argument has not been specified.

getNameString

public java.lang.String getNameString()
Returns the name argument of the search. Null is returned if the name argument for this search has not been specified.

Returns:
The name argument of the search as a String, or null if the argument has not been specified.

getMaxRows

public int getMaxRows()

setMaxRows

public void setMaxRows(int maxRows)

setMaxRows

public void setMaxRows(java.lang.String maxRows)

addFindQualifier

public void addFindQualifier(org.apache.juddi.datatype.request.FindQualifier findQualifier)

setFindQualifiers

public void setFindQualifiers(org.apache.juddi.datatype.request.FindQualifiers findQualifiers)

getFindQualifiers

public org.apache.juddi.datatype.request.FindQualifiers getFindQualifiers()

setAuthInfo

public void setAuthInfo(AuthInfo authInfo)

getAuthInfo

public AuthInfo getAuthInfo()