|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface InterOperatorIdentifier
Defines an interface representing the Inter-Operator-Identifier grouped AVP type.
From the Diameter Ro Reference Point Protocol Details (3GPP TS 32.299 V7.1.0) specification:
7.2.39 Inter-Operator-Identifier AVP
The Inter-Operator-Identifier AVP (AVP code 838) is of type Grouped and holds the identification of the network
neighbours (originating and terminating) as exchanged via SIP signalling and described in [404].
It has the following ABNF grammar:
Inter-Operator-Identifier ::= AVP Header: 838
[ Originating-IOI ]
[ Terminating-IOI ]
| 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 |
getOriginatingIoi()
Returns the value of the Originating-IOI AVP, of type UTF8String. |
java.lang.String |
getTerminatingIoi()
Returns the value of the Terminating-IOI AVP, of type UTF8String. |
boolean |
hasOriginatingIoi()
Returns true if the Originating-IOI AVP is present in the message. |
boolean |
hasTerminatingIoi()
Returns true if the Terminating-IOI AVP is present in the message. |
void |
setOriginatingIoi(java.lang.String originatingIoi)
Sets the value of the Originating-IOI AVP, of type UTF8String. |
void |
setTerminatingIoi(java.lang.String terminatingIoi)
Sets the value of the Terminating-IOI 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 getOriginatingIoi()
java.lang.String getTerminatingIoi()
boolean hasOriginatingIoi()
boolean hasTerminatingIoi()
void setOriginatingIoi(java.lang.String originatingIoi)
void setTerminatingIoi(java.lang.String terminatingIoi)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||