|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface LcsRequestorId
Defines an interface representing the LCS-Requestor-ID grouped AVP type.
From the Diameter Ro Reference Point Protocol Details (3GPP TS 32.299 V7.1.0) specification:
7.2.50 LCS-Requestor-ID AVP
The LCS-Requestor-ID AVP (AVP code 1239) is of type Grouped and contains information related to the identification
of the Requestor.
It has the following ABNF grammar:
LCS-Requestor-ID ::= AVP Header: 1239
[ LCS-Data-Coding-Scheme ]
[ LCS-Requestor-ID-String ]
| 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 |
getLcsDataCodingScheme()
Returns the value of the LCS-Data-Coding-Scheme AVP, of type UTF8String. |
java.lang.String |
getLcsRequestorIdString()
Returns the value of the LCS-Requestor-ID-String AVP, of type UTF8String. |
boolean |
hasLcsDataCodingScheme()
Returns true if the LCS-Data-Coding-Scheme AVP is present in the message. |
boolean |
hasLcsRequestorIdString()
Returns true if the LCS-Requestor-ID-String AVP is present in the message. |
void |
setLcsDataCodingScheme(java.lang.String lcsDataCodingScheme)
Sets the value of the LCS-Data-Coding-Scheme AVP, of type UTF8String. |
void |
setLcsRequestorIdString(java.lang.String lcsRequestorIdString)
Sets the value of the LCS-Requestor-ID-String 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 getLcsDataCodingScheme()
java.lang.String getLcsRequestorIdString()
boolean hasLcsDataCodingScheme()
boolean hasLcsRequestorIdString()
void setLcsDataCodingScheme(java.lang.String lcsDataCodingScheme)
void setLcsRequestorIdString(java.lang.String lcsRequestorIdString)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||