|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ApplicationServerInformation
Defines an interface representing the Application-Server-Information grouped AVP type.
From the Diameter Ro Reference Point Protocol Details (3GPP TS 32.299 V7.1.0) specification:
7.2.12 Application-Server-Information AVP
The Application-Server-Information AVP (AVP code 850) is of type Grouped and contains information about application
servers visited through ISC interface.
It has the following ABNF grammar:
Application-Server-Information ::= AVP Header: 850
[ Application-Server ]
* [ Application-Provided-Called-Party-Address ]
| Field Summary |
|---|
| Fields inherited from interface net.java.slee.resource.diameter.base.events.avp.DiameterAvp |
|---|
FLAG_RULE_MAY, FLAG_RULE_MUST, FLAG_RULE_MUSTNOT |
| Method Summary | |
|---|---|
java.lang.String[] |
getApplicationProvidedCalledPartyAddresses()
Returns the set of Application-Provided-Called-Party-Address AVPs. |
java.lang.String |
getApplicationServer()
Returns the value of the Application-Server AVP, of type UTF8String. |
boolean |
hasApplicationServer()
Returns true if the Application-Server AVP is present in the message. |
void |
setApplicationProvidedCalledPartyAddress(java.lang.String applicationProvidedCalledPartyAddress)
Sets a single Application-Provided-Called-Party-Address AVP in the message, of type UTF8String. |
void |
setApplicationProvidedCalledPartyAddresses(java.lang.String[] applicationProvidedCalledPartyAddresses)
Sets the set of Application-Provided-Called-Party-Address AVPs, with all the values in the given array. |
void |
setApplicationServer(java.lang.String applicationServer)
Sets the value of the Application-Server AVP, of type UTF8String. |
| Methods inherited from interface net.java.slee.resource.diameter.base.events.avp.GroupedAvp |
|---|
getExtensionAvps, setExtensionAvps |
| Methods inherited from interface net.java.slee.resource.diameter.base.events.avp.DiameterAvp |
|---|
byteArrayValue, clone, doubleValue, floatValue, getCode, getMandatoryRule, getName, getProtectedRule, getType, getVendorId, intValue, longValue, octetStringValue, stringValue |
| Method Detail |
|---|
java.lang.String[] getApplicationProvidedCalledPartyAddresses()
java.lang.String getApplicationServer()
boolean hasApplicationServer()
void setApplicationProvidedCalledPartyAddress(java.lang.String applicationProvidedCalledPartyAddress)
void setApplicationProvidedCalledPartyAddresses(java.lang.String[] applicationProvidedCalledPartyAddresses)
void setApplicationServer(java.lang.String applicationServer)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||