org.apache.axis2.addressing
Class RelatesTo

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

public class RelatesTo
extends Object
implements Serializable

Class RelatesTo

See Also:
Serialized Form

Constructor Summary
RelatesTo(String address)
          Constructor RelatesTo
RelatesTo(String value, String relationshipType)
          Constructor RelatesTo
 
Method Summary
 String getRelationshipType()
          Method getRelationshipType
 String getValue()
          Method getValue
 void setRelationshipType(String relationshipType)
          Method setRelationshipType
 void setValue(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(String address)
Constructor RelatesTo

Parameters:
address -

RelatesTo

public RelatesTo(String value,
                 String relationshipType)
Constructor RelatesTo

Parameters:
value -
relationshipType -
Method Detail

getRelationshipType

public String getRelationshipType()
Method getRelationshipType


getValue

public String getValue()
Method getValue


setRelationshipType

public void setRelationshipType(String relationshipType)
Method setRelationshipType

Parameters:
relationshipType -

setValue

public void setValue(String value)
Method setValue

Parameters:
value -