|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.csapi.jr.se.cc.Carrier
Defines the Sequence of Data Elements that indicates carrier information. It consists of the carrier selection field followed by the Carrier ID information to be used for routing a call to a carrier.
Constructor Summary | |
Carrier()
Creates a new Carrier instance. |
|
Carrier(byte[] _carrierID,
org.csapi.jr.se.cc.CarrierSelectionField _carrierSelectionField)
Creates a new Carrier instance. |
Method Summary | |
boolean |
equals(java.lang.Object o)
Indicates whether some other object is 'equal to' this one. |
byte[] |
getCarrierID()
This method returns a carrierID. |
org.csapi.jr.se.cc.CarrierSelectionField |
getCarrierSelectionField()
This method returns a carrierSelectionField. |
int |
hashCode()
Returns a hashcode value for the object. |
void |
setCarrierID(byte[] carrierID)
This method sets a carrierID. |
void |
setCarrierSelectionField(org.csapi.jr.se.cc.CarrierSelectionField carrierSelectionField)
This method sets a carrierSelectionField. |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Carrier()
public Carrier(byte[] _carrierID, org.csapi.jr.se.cc.CarrierSelectionField _carrierSelectionField)
_carrierID
- _carrierSelectionField
- Method Detail |
public byte[] getCarrierID()
public org.csapi.jr.se.cc.CarrierSelectionField getCarrierSelectionField()
public void setCarrierID(byte[] carrierID)
public void setCarrierSelectionField(org.csapi.jr.se.cc.CarrierSelectionField carrierSelectionField)
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |