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

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

public class Save_binding
extends AbstractMessage
implements Serializable, UDDIv2DataModelVisitable

See Also:
Serialized Form

Constructor Summary
Save_binding()
           
Save_binding(String authInfo, BindingTemplate[] bindingTemplate, String generic)
           
 
Method Summary
 Object accept(UDDIv2DataModelVisitor v)
          Grimoires specific methods and constructors
 boolean equals(Object obj)
           
 String getAuthInfo()
          Gets the authInfo value for this Save_binding.
 BindingTemplate[] getBindingTemplate()
          Gets the bindingTemplate value for this Save_binding.
 BindingTemplate getBindingTemplate(int i)
           
 String getGeneric()
          Gets the generic value for this Save_binding.
 int hashCode()
           
 void setAuthInfo(String authInfo)
          Sets the authInfo value for this Save_binding.
 void setBindingTemplate(BindingTemplate[] bindingTemplate)
          Sets the bindingTemplate value for this Save_binding.
 void setBindingTemplate(int i, BindingTemplate _value)
           
 void setGeneric(String generic)
          Sets the generic value for this Save_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

Save_binding

public Save_binding()

Save_binding

public Save_binding(String authInfo,
                    BindingTemplate[] bindingTemplate,
                    String generic)
Method Detail

getAuthInfo

public String getAuthInfo()
Gets the authInfo value for this Save_binding.

Returns:
authInfo

setAuthInfo

public void setAuthInfo(String authInfo)
Sets the authInfo value for this Save_binding.

Parameters:
authInfo -

getBindingTemplate

public BindingTemplate[] getBindingTemplate()
Gets the bindingTemplate value for this Save_binding.

Returns:
bindingTemplate

setBindingTemplate

public void setBindingTemplate(BindingTemplate[] bindingTemplate)
Sets the bindingTemplate value for this Save_binding.

Parameters:
bindingTemplate -

getBindingTemplate

public BindingTemplate getBindingTemplate(int i)

setBindingTemplate

public void setBindingTemplate(int i,
                               BindingTemplate _value)

getGeneric

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

Returns:
generic

setGeneric

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

Parameters:
generic -

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