|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface LocationType
Defines an interface representing the Location-Type grouped AVP type.
From the Diameter Ro Reference Point Protocol Details (3GPP TS 32.299 V7.1.0) specification:
7.2.54 Location-Type AVP
The Location-Type AVP (AVP code 1244) is of type Grouped and indicates the type of location estimate required by the
LCS client.
It has the following ABNF grammar:
Location-Type::= AVP Header: 1244
[ Location-Estimate-Type ]
[ Deferred-Location-Event-Type ]
| 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 |
getDeferredLocationEventType()
Returns the value of the Deferred-Location-Event-Type AVP, of type UTF8String. |
LocationEstimateType |
getLocationEstimateType()
Returns the value of the Location-Estimate-Type AVP, of type Enumerated. |
boolean |
hasDeferredLocationEventType()
Returns true if the Deferred-Location-Event-Type AVP is present in the message. |
boolean |
hasLocationEstimateType()
Returns true if the Location-Estimate-Type AVP is present in the message. |
void |
setDeferredLocationEventType(java.lang.String deferredLocationEventType)
Sets the value of the Deferred-Location-Event-Type AVP, of type UTF8String. |
void |
setLocationEstimateType(LocationEstimateType locationEstimateType)
Sets the value of the Location-Estimate-Type AVP, of type Enumerated. |
| 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 getDeferredLocationEventType()
LocationEstimateType getLocationEstimateType()
boolean hasDeferredLocationEventType()
boolean hasLocationEstimateType()
void setDeferredLocationEventType(java.lang.String deferredLocationEventType)
void setLocationEstimateType(LocationEstimateType locationEstimateType)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||