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

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

public class GetAllWSDLFilesResponse
extends Object
implements Serializable

See Also:
Serialized Form

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

Constructor Detail

GetAllWSDLFilesResponse

public GetAllWSDLFilesResponse()

GetAllWSDLFilesResponse

public GetAllWSDLFilesResponse(String[] url)
Method Detail

getUrl

public String[] getUrl()
Gets the url value for this GetAllWSDLFilesResponse.

Returns:
url

setUrl

public void setUrl(String[] url)
Sets the url value for this GetAllWSDLFilesResponse.

Parameters:
url -

getUrl

public String getUrl(int i)

setUrl

public void setUrl(int i,
                   String _value)

equals

public boolean equals(Object obj)

hashCode

public int hashCode()