|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface MessageClass
Defines an interface representing the Message-Class grouped AVP type.
From the Diameter Ro Reference Point Protocol Details (3GPP TS 32.299 V7.1.0) specification:
7.2.59 Message-Class AVP
The Message-Class AVP (AVP code 1213) is of type Grouped.
It has the following ABNF grammar:
Message-Class ::= AVP Header: 1213
[ Class-Identifier ]
[ Token-Text ]
| 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 | |
|---|---|
ClassIdentifier |
getClassIdentifier()
Returns the value of the Class-Identifier AVP, of type Enumerated. |
java.lang.String |
getTokenText()
Returns the value of the Token-Text AVP, of type UTF8String. |
boolean |
hasClassIdentifier()
Returns true if the Class-Identifier AVP is present in the message. |
boolean |
hasTokenText()
Returns true if the Token-Text AVP is present in the message. |
void |
setClassIdentifier(ClassIdentifier classIdentifier)
Sets the value of the Class-Identifier AVP, of type Enumerated. |
void |
setTokenText(java.lang.String tokenText)
Sets the value of the Token-Text 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 |
|---|
ClassIdentifier getClassIdentifier()
java.lang.String getTokenText()
boolean hasClassIdentifier()
boolean hasTokenText()
void setClassIdentifier(ClassIdentifier classIdentifier)
void setTokenText(java.lang.String tokenText)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||