|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.csapi.jr.se.ChargeAdviceInfo
Defines the Sequence of Data Elements that specify the two sets of Advice of Charge parameters. The first set defines the current tariff. The second set may be used in case of a tariff switch in the network.
Constructor Summary | |
ChargeAdviceInfo()
Creates a new ChargeAdviceInfo instance. |
|
ChargeAdviceInfo(org.csapi.jr.se.CAIElements _currentCAI,
org.csapi.jr.se.CAIElements _nextCAI)
Creates a new ChargeAdviceInfo instance. |
Method Summary | |
boolean |
equals(java.lang.Object o)
Indicates whether some other object is 'equal to' this one. |
org.csapi.jr.se.CAIElements |
getCurrentCAI()
This method returns a currentCAI. |
org.csapi.jr.se.CAIElements |
getNextCAI()
This method returns a nextCAI. |
int |
hashCode()
Returns a hashcode value for the object. |
void |
setCurrentCAI(org.csapi.jr.se.CAIElements currentCAI)
This method sets a currentCAI. |
void |
setNextCAI(org.csapi.jr.se.CAIElements nextCAI)
This method sets a nextCAI. |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ChargeAdviceInfo()
public ChargeAdviceInfo(org.csapi.jr.se.CAIElements _currentCAI, org.csapi.jr.se.CAIElements _nextCAI)
_currentCAI
- Current tariff_nextCAI
- Next tariff after tariff switchMethod Detail |
public org.csapi.jr.se.CAIElements getCurrentCAI()
public org.csapi.jr.se.CAIElements getNextCAI()
public void setCurrentCAI(org.csapi.jr.se.CAIElements currentCAI)
public void setNextCAI(org.csapi.jr.se.CAIElements nextCAI)
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 |