|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.diameter.rf.util.AppServInfo
public class AppServInfo
Holds information about the accounting servers. Identifies information needed to keep track of transactions between networks for charging purposes.
Constructor Summary | |
---|---|
AppServInfo()
|
Method Summary | |
---|---|
java.lang.String |
getAppCalledPartyAddr()
Obtains the called party address (SIP URL, E.164). |
java.lang.String |
getApplicationServer()
Obtains the SIP URLs of the Application Server addressed during the session. |
int[] |
getMandatoryCapability()
Obtains the determined mandatory capabilities of an S-CSCF, each having a unique value determined by the operator. |
int[] |
getOptionalCapability()
Obtains the determined optional capabilities of an S-CSCF, each having a unique value determined by the operator. |
java.lang.String |
getOriginatingIOI()
Obtains the inter-operator identifier for the originating network as generated by the S-CSCF in the home network of the originating end user. |
java.lang.String[] |
getServerName()
Obtains the SIP-URL used to identify a sip server (e.g. |
java.lang.String |
getTerminatingIOI()
Obtains the inter-operator identifier for the terminating network as generated by the S-CSCF in the home network of the terminating end user. |
void |
setAppCalledPartyAddr(java.lang.String appCalledPartyAddr)
Sets the called party address value. |
void |
setApplicationServer(java.lang.String applicationServer)
Sets the Application server SIP URL value. |
void |
setMandatoryCapability(int[] mandatoryCapability)
Sets the mandatory capabilities value. |
void |
setOptionalCapability(int[] optionalCapability)
Sets the optional capabilities value. |
void |
setOriginatingIOI(java.lang.String originatingIOI)
Sets the originating network inter-operating identifier value. |
void |
setServerName(java.lang.String[] serverName)
Sets the server name value. |
void |
setTerminatingIOI(java.lang.String terminatingIOI)
Sets the terminating network inter-operating identifier value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AppServInfo()
Method Detail |
---|
public int[] getMandatoryCapability()
public void setMandatoryCapability(int[] mandatoryCapability)
mandatoryCapability
- The mandatoryCapability to set.public int[] getOptionalCapability()
public void setOptionalCapability(int[] optionalCapability)
optionalCapability
- The optionalCapability to set.public java.lang.String getOriginatingIOI()
public void setOriginatingIOI(java.lang.String originatingIOI)
originatingIOI
- The originatingIOI to set.public java.lang.String[] getServerName()
public void setServerName(java.lang.String[] serverName)
serverName
- The serverName to set.public java.lang.String getTerminatingIOI()
public void setTerminatingIOI(java.lang.String terminatingIOI)
terminatingIOI
- The terminatingIOI to set.public java.lang.String getAppCalledPartyAddr()
public void setAppCalledPartyAddr(java.lang.String appCalledPartyAddr)
appCalledPartyAddr
- The appCalledPartyAddr to set.public java.lang.String getApplicationServer()
public void setApplicationServer(java.lang.String applicationServer)
applicationServer
- The applicationServer to set.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |