Uses of Class
org.jainslee.resources.diameter.rf.types.vcb0.PsAppendFreeFormatData
-
Packages that use PsAppendFreeFormatData Package Description org.jainslee.resources.diameter.rf.types.vcb0 GroupedAvp
andDiameterMessage
objects defined inRFC 4006
and3GPP TS 32.299 v12.11.0.
-
-
Uses of PsAppendFreeFormatData in org.jainslee.resources.diameter.rf.types.vcb0
Fields in org.jainslee.resources.diameter.rf.types.vcb0 declared as PsAppendFreeFormatData Modifier and Type Field Description static PsAppendFreeFormatData
PsAppendFreeFormatData. APPEND
If this AVP is present and indicates 'Append', the GGSN shall append the received PS free format data to the PS free format data stored for the online charging session.static PsAppendFreeFormatData
PsAppendFreeFormatData. OVERWRITE
If this AVP is absent or in value 'Overwrite', the GGSN shall overwrite all PS free format data already stored for the online charging session.Methods in org.jainslee.resources.diameter.rf.types.vcb0 that return PsAppendFreeFormatData Modifier and Type Method Description static PsAppendFreeFormatData
PsAppendFreeFormatData. fromInt(int type)
PsAppendFreeFormatData
PsFurnishChargingInformation. getPsAppendFreeFormatData()
Returns the value of the PS-Append-Free-Format-Data AVP, of type Enumerated.Methods in org.jainslee.resources.diameter.rf.types.vcb0 with parameters of type PsAppendFreeFormatData Modifier and Type Method Description void
PsFurnishChargingInformation. setPsAppendFreeFormatData(PsAppendFreeFormatData psAppendFreeFormatData)
Sets the value of the PS-Append-Free-Format-Data AVP, of type Enumerated.
-