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

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

public class Find_business
extends AbstractMessage
implements Serializable, UDDIv2DataModelVisitable

See Also:
Serialized Form

Constructor Summary
Find_business()
           
Find_business(CategoryBag categoryBag, DiscoveryURLs discoveryURLs, FindQualifiers findQualifiers, String generic, IdentifierBag identifierBag, Integer maxRows, Name[] name, TModelBag tModelBag)
           
 
Method Summary
 Object accept(UDDIv2DataModelVisitor v)
          Grimoires specific methods and constructors
 boolean equals(Object obj)
           
 CategoryBag getCategoryBag()
          Gets the categoryBag value for this Find_business.
 DiscoveryURLs getDiscoveryURLs()
          Gets the discoveryURLs value for this Find_business.
 FindQualifiers getFindQualifiers()
          Gets the findQualifiers value for this Find_business.
 String getGeneric()
          Gets the generic value for this Find_business.
 IdentifierBag getIdentifierBag()
          Gets the identifierBag value for this Find_business.
 Integer getMaxRows()
          Gets the maxRows value for this Find_business.
 Name[] getName()
          Gets the name value for this Find_business.
 Name getName(int i)
           
 TModelBag getTModelBag()
          Gets the tModelBag value for this Find_business.
 int hashCode()
           
 void setCategoryBag(CategoryBag categoryBag)
          Sets the categoryBag value for this Find_business.
 void setDiscoveryURLs(DiscoveryURLs discoveryURLs)
          Sets the discoveryURLs value for this Find_business.
 void setFindQualifiers(FindQualifiers findQualifiers)
          Sets the findQualifiers value for this Find_business.
 void setGeneric(String generic)
          Sets the generic value for this Find_business.
 void setIdentifierBag(IdentifierBag identifierBag)
          Sets the identifierBag value for this Find_business.
 void setMaxRows(Integer maxRows)
          Sets the maxRows value for this Find_business.
 void setName(int i, Name _value)
           
 void setName(Name[] name)
          Sets the name value for this Find_business.
 void setTModelBag(TModelBag tModelBag)
          Sets the tModelBag value for this Find_business.
 
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_business

public Find_business()

Find_business

public Find_business(CategoryBag categoryBag,
                     DiscoveryURLs discoveryURLs,
                     FindQualifiers findQualifiers,
                     String generic,
                     IdentifierBag identifierBag,
                     Integer maxRows,
                     Name[] name,
                     TModelBag tModelBag)
Method Detail

getFindQualifiers

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

Returns:
findQualifiers

setFindQualifiers

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

Parameters:
findQualifiers -

getName

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

Returns:
name

setName

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

Parameters:
name -

getName

public Name getName(int i)

setName

public void setName(int i,
                    Name _value)

getIdentifierBag

public IdentifierBag getIdentifierBag()
Gets the identifierBag value for this Find_business.

Returns:
identifierBag

setIdentifierBag

public void setIdentifierBag(IdentifierBag identifierBag)
Sets the identifierBag value for this Find_business.

Parameters:
identifierBag -

getCategoryBag

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

Returns:
categoryBag

setCategoryBag

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

Parameters:
categoryBag -

getTModelBag

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

Returns:
tModelBag

setTModelBag

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

Parameters:
tModelBag -

getDiscoveryURLs

public DiscoveryURLs getDiscoveryURLs()
Gets the discoveryURLs value for this Find_business.

Returns:
discoveryURLs

setDiscoveryURLs

public void setDiscoveryURLs(DiscoveryURLs discoveryURLs)
Sets the discoveryURLs value for this Find_business.

Parameters:
discoveryURLs -

getGeneric

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

Returns:
generic

setGeneric

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

Parameters:
generic -

getMaxRows

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

Returns:
maxRows

setMaxRows

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

Parameters:
maxRows -

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