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

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

public class Delete_service
extends AbstractMessage
implements Serializable, UDDIv2DataModelVisitable

See Also:
Serialized Form

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

Delete_service

public Delete_service()

Delete_service

public Delete_service(String authInfo,
                      String generic,
                      String[] serviceKey)
Method Detail

getAuthInfo

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

Returns:
authInfo

setAuthInfo

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

Parameters:
authInfo -

getServiceKey

public String[] getServiceKey()
Gets the serviceKey value for this Delete_service.

Returns:
serviceKey

setServiceKey

public void setServiceKey(String[] serviceKey)
Sets the serviceKey value for this Delete_service.

Parameters:
serviceKey -

getServiceKey

public String getServiceKey(int i)

setServiceKey

public void setServiceKey(int i,
                          String _value)

getGeneric

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

Returns:
generic

setGeneric

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

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