uk.ac.soton.ecs.grimoires.server.impl.uddiv2.datamodel
Class Find_service

java.lang.Object
  extended byuk.ac.soton.ecs.grimoires.server.impl.AbstractMessage
      extended byuk.ac.soton.ecs.grimoires.server.impl.uddiv2.datamodel.Find_service
All Implemented Interfaces:
Message, Serializable, UDDIv2DataModelVisitable

public class Find_service
extends AbstractMessage
implements Serializable, UDDIv2DataModelVisitable

See Also:
Serialized Form

Constructor Summary
Find_service()
           
Find_service(String businessKey, CategoryBag categoryBag, FindQualifiers findQualifiers, String generic, Integer maxRows, Name[] name, TModelBag tModelBag)
           
 
Method Summary
 Object accept(UDDIv2DataModelVisitor v)
          Grimoires specific methods and constructors
 boolean equals(Object obj)
           
 String getBusinessKey()
          Gets the businessKey value for this Find_service.
 CategoryBag getCategoryBag()
          Gets the categoryBag value for this Find_service.
 FindQualifiers getFindQualifiers()
          Gets the findQualifiers value for this Find_service.
 String getGeneric()
          Gets the generic value for this Find_service.
 Integer getMaxRows()
          Gets the maxRows value for this Find_service.
 Name[] getName()
          Gets the name value for this Find_service.
 Name getName(int i)
           
 TModelBag getTModelBag()
          Gets the tModelBag value for this Find_service.
 int hashCode()
           
 void setBusinessKey(String businessKey)
          Sets the businessKey value for this Find_service.
 void setCategoryBag(CategoryBag categoryBag)
          Sets the categoryBag value for this Find_service.
 void setFindQualifiers(FindQualifiers findQualifiers)
          Sets the findQualifiers value for this Find_service.
 void setGeneric(String generic)
          Sets the generic value for this Find_service.
 void setMaxRows(Integer maxRows)
          Sets the maxRows value for this Find_service.
 void setName(int i, Name _value)
           
 void setName(Name[] name)
          Sets the name value for this Find_service.
 void setTModelBag(TModelBag tModelBag)
          Sets the tModelBag value for this Find_service.
 
Methods inherited from class uk.ac.soton.ecs.grimoires.server.impl.AbstractMessage
addError, addError, errorThrown, getErrors, getFirstError, getResult, setResult
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Find_service

public Find_service()

Find_service

public Find_service(String businessKey,
                    CategoryBag categoryBag,
                    FindQualifiers findQualifiers,
                    String generic,
                    Integer maxRows,
                    Name[] name,
                    TModelBag tModelBag)
Method Detail

getFindQualifiers

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

Returns:
findQualifiers

setFindQualifiers

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

Parameters:
findQualifiers -

getName

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

Returns:
name

setName

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

Parameters:
name -

getName

public Name getName(int i)

setName

public void setName(int i,
                    Name _value)

getCategoryBag

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

Returns:
categoryBag

setCategoryBag

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

Parameters:
categoryBag -

getTModelBag

public TModelBag getTModelBag()
Gets the tModelBag value for this Find_service.

Returns:
tModelBag

setTModelBag

public void setTModelBag(TModelBag tModelBag)
Sets the tModelBag value for this Find_service.

Parameters:
tModelBag -

getGeneric

public String getGeneric()
Gets the generic value for this Find_service.

Returns:
generic

setGeneric

public void setGeneric(String generic)
Sets the generic value for this Find_service.

Parameters:
generic -

getMaxRows

public Integer getMaxRows()
Gets the maxRows value for this Find_service.

Returns:
maxRows

setMaxRows

public void setMaxRows(Integer maxRows)
Sets the maxRows value for this Find_service.

Parameters:
maxRows -

getBusinessKey

public String getBusinessKey()
Gets the businessKey value for this Find_service.

Returns:
businessKey

setBusinessKey

public void setBusinessKey(String businessKey)
Sets the businessKey value for this Find_service.

Parameters:
businessKey -

equals

public boolean equals(Object obj)

hashCode

public int hashCode()

accept

public Object accept(UDDIv2DataModelVisitor v)
              throws Exception
Grimoires specific methods and constructors

Specified by:
accept in interface UDDIv2DataModelVisitable
Throws:
Exception