org.csapi.jr.se.cc
Class CallLegProperty

java.lang.Object
  |
  +--org.csapi.jr.se.cc.CallLegProperty
All Implemented Interfaces:
java.io.Serializable

public final class CallLegProperty
extends java.lang.Object
implements java.io.Serializable

This data type is a Sequence of Data Elements which describes a property. It is a structured data type consisting of a {name,value} pair:

See Also:
Serialized Form

Constructor Summary
CallLegProperty()
          Creates a new CallLegProperty instance.
CallLegProperty(java.lang.String _callLegPropertyName, java.lang.String _callLegPropertyValue)
          Creates a new CallLegProperty instance.
 
Method Summary
 boolean equals(java.lang.Object o)
          Indicates whether some other object is 'equal to' this one.
 java.lang.String getCallLegPropertyName()
          This method returns a callLegPropertyName.
 java.lang.String getCallLegPropertyValue()
          This method returns a callLegPropertyValue.
 int hashCode()
          Returns a hashcode value for the object.
 void setCallLegPropertyName(java.lang.String callLegPropertyName)
          This method sets a callLegPropertyName.
 void setCallLegPropertyValue(java.lang.String callLegPropertyValue)
          This method sets a callLegPropertyValue.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CallLegProperty

public CallLegProperty()
Creates a new CallLegProperty instance.


CallLegProperty

public CallLegProperty(java.lang.String _callLegPropertyName,
                       java.lang.String _callLegPropertyValue)
Creates a new CallLegProperty instance.

Parameters:
_callLegPropertyName -
_callLegPropertyValue -
Method Detail

getCallLegPropertyName

public java.lang.String getCallLegPropertyName()
This method returns a callLegPropertyName.

Returns:
a String value

getCallLegPropertyValue

public java.lang.String getCallLegPropertyValue()
This method returns a callLegPropertyValue.

Returns:
a String value

setCallLegPropertyName

public void setCallLegPropertyName(java.lang.String callLegPropertyName)
This method sets a callLegPropertyName.


setCallLegPropertyValue

public void setCallLegPropertyValue(java.lang.String callLegPropertyValue)
This method sets a callLegPropertyValue.


equals

public boolean equals(java.lang.Object o)
Indicates whether some other object is 'equal to' this one.

Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Returns a hashcode value for the object.

Overrides:
hashCode in class java.lang.Object