org.apache.axis2.addressing.miheaders
Class RelatesTo

java.lang.Object
  extended byorg.apache.axis2.addressing.miheaders.RelatesTo
All Implemented Interfaces:
java.io.Serializable

public class RelatesTo
extends java.lang.Object
implements java.io.Serializable

Class RelatesTo

See Also:
Serialized Form

Constructor Summary
RelatesTo(java.lang.String address)
          Constructor RelatesTo
RelatesTo(java.lang.String value, java.lang.String relationshipType)
          Constructor RelatesTo
 
Method Summary
 java.lang.String getRelationshipType()
          Method getRelationshipType
 java.lang.String getValue()
          Method getValue
 void setRelationshipType(java.lang.String relationshipType)
          Method setRelationshipType
 void setValue(java.lang.String value)
          Method setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RelatesTo

public RelatesTo(java.lang.String address)
Constructor RelatesTo

Parameters:
address -

RelatesTo

public RelatesTo(java.lang.String value,
                 java.lang.String relationshipType)
Constructor RelatesTo

Parameters:
value -
relationshipType -
Method Detail

getValue

public java.lang.String getValue()
Method getValue

Returns:

setValue

public void setValue(java.lang.String value)
Method setValue

Parameters:
value -

getRelationshipType

public java.lang.String getRelationshipType()
Method getRelationshipType

Returns:

setRelationshipType

public void setRelationshipType(java.lang.String relationshipType)
Method setRelationshipType

Parameters:
relationshipType -