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

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

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

See Also:
Serialized Form

Constructor Summary
Relationship()
           
Relationship(java.lang.String value)
           
Relationship(com.ibm.ws.webservices.engine.types.URI value)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 javax.xml.namespace.QName getRelationshipType()
           
 com.ibm.ws.webservices.engine.types.URI getValue()
           
 int hashCode()
           
 void setRelationshipType(javax.xml.namespace.QName relationshipType)
           
 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

Relationship

public Relationship()

Relationship

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

Relationship

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

toString

public java.lang.String toString()

getRelationshipType

public javax.xml.namespace.QName getRelationshipType()

setRelationshipType

public void setRelationshipType(javax.xml.namespace.QName relationshipType)

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()