uk.ac.soton.ecs.grimoires.server.impl.wsdl.autogen
Class AddWSDLFileAdvertRequest

java.lang.Object
  extended byuk.ac.soton.ecs.grimoires.server.impl.wsdl.autogen.AddWSDLFileAdvertRequest
All Implemented Interfaces:
Serializable

public class AddWSDLFileAdvertRequest
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
AddWSDLFileAdvertRequest()
           
AddWSDLFileAdvertRequest(String content, String url)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getContent()
          Gets the content value for this AddWSDLFileAdvertRequest.
 String getUrl()
          Gets the url value for this AddWSDLFileAdvertRequest.
 int hashCode()
           
 void setContent(String content)
          Sets the content value for this AddWSDLFileAdvertRequest.
 void setUrl(String url)
          Sets the url value for this AddWSDLFileAdvertRequest.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AddWSDLFileAdvertRequest

public AddWSDLFileAdvertRequest()

AddWSDLFileAdvertRequest

public AddWSDLFileAdvertRequest(String content,
                                String url)
Method Detail

getUrl

public String getUrl()
Gets the url value for this AddWSDLFileAdvertRequest.

Returns:
url

setUrl

public void setUrl(String url)
Sets the url value for this AddWSDLFileAdvertRequest.

Parameters:
url -

getContent

public String getContent()
Gets the content value for this AddWSDLFileAdvertRequest.

Returns:
content

setContent

public void setContent(String content)
Sets the content value for this AddWSDLFileAdvertRequest.

Parameters:
content -

equals

public boolean equals(Object obj)

hashCode

public int hashCode()