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

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

public class Find_binding
extends AbstractMessage
implements Serializable, UDDIv2DataModelVisitable

See Also:
Serialized Form

Constructor Summary
Find_binding()
           
Find_binding(FindQualifiers findQualifiers, String generic, Integer maxRows, String serviceKey, TModelBag tModelBag)
           
 
Method Summary
 Object accept(UDDIv2DataModelVisitor v)
          Grimoires specific methods and constructors
 boolean equals(Object obj)
           
 FindQualifiers getFindQualifiers()
          Gets the findQualifiers value for this Find_binding.
 String getGeneric()
          Gets the generic value for this Find_binding.
 Integer getMaxRows()
          Gets the maxRows value for this Find_binding.
 String getServiceKey()
          Gets the serviceKey value for this Find_binding.
 TModelBag getTModelBag()
          Gets the tModelBag value for this Find_binding.
 int hashCode()
           
 void setFindQualifiers(FindQualifiers findQualifiers)
          Sets the findQualifiers value for this Find_binding.
 void setGeneric(String generic)
          Sets the generic value for this Find_binding.
 void setMaxRows(Integer maxRows)
          Sets the maxRows value for this Find_binding.
 void setServiceKey(String serviceKey)
          Sets the serviceKey value for this Find_binding.
 void setTModelBag(TModelBag tModelBag)
          Sets the tModelBag value for this Find_binding.
 
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_binding

public Find_binding()

Find_binding

public Find_binding(FindQualifiers findQualifiers,
                    String generic,
                    Integer maxRows,
                    String serviceKey,
                    TModelBag tModelBag)
Method Detail

getFindQualifiers

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

Returns:
findQualifiers

setFindQualifiers

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

Parameters:
findQualifiers -

getTModelBag

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

Returns:
tModelBag

setTModelBag

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

Parameters:
tModelBag -

getGeneric

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

Returns:
generic

setGeneric

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

Parameters:
generic -

getMaxRows

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

Returns:
maxRows

setMaxRows

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

Parameters:
maxRows -

getServiceKey

public String getServiceKey()
Gets the serviceKey value for this Find_binding.

Returns:
serviceKey

setServiceKey

public void setServiceKey(String serviceKey)
Sets the serviceKey value for this Find_binding.

Parameters:
serviceKey -

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