|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface LcsClientName
Defines an interface representing the LCS-Client-Name grouped AVP type.
From the Diameter Ro Reference Point Protocol Details (3GPP TS 32.299 V7.1.0) specification:
7.2.44 LCS-Client-Name AVP The LCS-Client-Name AVP (AVP code 1235) is of type Grouped and contains the information
related to the name of the LCS Client.
It has the following ABNF grammar:
LCS-Client-Name ::= AVP Header: 1235
[ LCS-Data-Coding-Scheme ]
[ LCS-Name-String ]
[ LCS-Format-Indicator ]
| 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. |
LcsFormatIndicator |
getLcsFormatIndicator()
Returns the value of the LCS-Format-Indicator AVP, of type Enumerated. |
java.lang.String |
getLcsNameString()
Returns the value of the LCS-Name-String AVP, of type UTF8String. |
boolean |
hasLcsDataCodingScheme()
Returns true if the LCS-Data-Coding-Scheme AVP is present in the message. |
boolean |
hasLcsFormatIndicator()
Returns true if the LCS-Format-Indicator AVP is present in the message. |
boolean |
hasLcsNameString()
Returns true if the LCS-Name-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 |
setLcsFormatIndicator(LcsFormatIndicator lcsFormatIndicator)
Sets the value of the LCS-Format-Indicator AVP, of type Enumerated. |
void |
setLcsNameString(java.lang.String lcsNameString)
Sets the value of the LCS-Name-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()
LcsFormatIndicator getLcsFormatIndicator()
java.lang.String getLcsNameString()
boolean hasLcsDataCodingScheme()
boolean hasLcsFormatIndicator()
boolean hasLcsNameString()
void setLcsDataCodingScheme(java.lang.String lcsDataCodingScheme)
void setLcsFormatIndicator(LcsFormatIndicator lcsFormatIndicator)
void setLcsNameString(java.lang.String lcsNameString)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||