com.intel.gpe.clients.api.workflow
Class WSDLReference

java.lang.Object
  extended by com.intel.gpe.clients.api.workflow.WSDLReference

public class WSDLReference
extends java.lang.Object

This is an URI of the WSDL document that contains port type and operation definitions used in the workflow description.

Version:
$Id: WSDLReference.java,v 1.1 2006/07/27 12:54:41 vashorin Exp $
Author:
Valery Shorin

Constructor Summary
WSDLReference(java.lang.String location, java.lang.String namespace)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getLocation()
          Gets the location value for this WSDLReference.
 java.lang.String getNamespace()
          Gets the namespace value for this WSDLReference.
 void setLocation(java.lang.String location)
          Sets the location value for this WSDLReference.
 void setNamespace(java.lang.String namespace)
          Sets the namespace value for this WSDLReference.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WSDLReference

public WSDLReference(java.lang.String location,
                     java.lang.String namespace)
Method Detail

getLocation

public java.lang.String getLocation()
Gets the location value for this WSDLReference.

Returns:
location

setLocation

public void setLocation(java.lang.String location)
Sets the location value for this WSDLReference.

Parameters:
location -

getNamespace

public java.lang.String getNamespace()
Gets the namespace value for this WSDLReference.

Returns:
namespace

setNamespace

public void setNamespace(java.lang.String namespace)
Sets the namespace value for this WSDLReference.

Parameters:
namespace -

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object


Copyright © 2008. All Rights Reserved.