com.webmethods.caf.portalclient.impl
Class URI

java.lang.Object
  extended by com.webmethods.caf.portalclient.impl.URI
All Implemented Interfaces:
Serializable

public class URI
extends Object
implements Serializable

Object to represent an URI as an input parameter or returned by the Portal Client web services NOTE: this class is generated by Glue

See Also:
Serialized Form

Field Summary
 String value
          The URI as a string
 
Constructor Summary
URI()
           
 
Method Summary
 boolean equals(Object o)
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

value

public String value
The URI as a string

Constructor Detail

URI

public URI()
Method Detail

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object