com.ibm.websphere.srm.bpel.wsaddressing
Class AttributedURI

java.lang.Object
  extended bycom.ibm.websphere.srm.bpel.wsaddressing.AttributedURI
All Implemented Interfaces:
java.io.Serializable, com.ibm.ws.webservices.engine.encoding.SimpleType

public class AttributedURI
extends java.lang.Object
implements java.io.Serializable, com.ibm.ws.webservices.engine.encoding.SimpleType

See Also:
Serialized Form

Constructor Summary
AttributedURI()
           
AttributedURI(java.lang.String value)
           
AttributedURI(com.ibm.ws.webservices.engine.types.URI value)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 com.ibm.ws.webservices.engine.types.URI getValue()
           
 int hashCode()
           
 void setValue(com.ibm.ws.webservices.engine.types.URI value)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AttributedURI

public AttributedURI()

AttributedURI

public AttributedURI(com.ibm.ws.webservices.engine.types.URI value)

AttributedURI

public AttributedURI(java.lang.String value)
Method Detail

toString

public java.lang.String toString()

getValue

public com.ibm.ws.webservices.engine.types.URI getValue()

setValue

public void setValue(com.ibm.ws.webservices.engine.types.URI value)

equals

public boolean equals(java.lang.Object obj)

hashCode

public int hashCode()