com.ibm.websphere.srm.bpel.wsaddressing
Class AttributedURI
java.lang.Object
com.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
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 |
AttributedURI
public AttributedURI()
AttributedURI
public AttributedURI(com.ibm.ws.webservices.engine.types.URI value)
AttributedURI
public AttributedURI(java.lang.String value)
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()