|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.intel.gpe.clients.api.workflow.WSDLReference
public class WSDLReference
This is an URI of the WSDL document that contains port type and operation definitions used in the workflow description.
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 |
---|
public WSDLReference(java.lang.String location, java.lang.String namespace)
Method Detail |
---|
public java.lang.String getLocation()
public void setLocation(java.lang.String location)
location
- public java.lang.String getNamespace()
public void setNamespace(java.lang.String namespace)
namespace
- public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |