Uses of Interface
org.jainslee.resources.diameter.sh.types.userdata.ShIMSDataExtension
-
Packages that use ShIMSDataExtension Package Description org.jainslee.resources.diameter.sh Diameter Sh Resource Adaptor Types based on following 3GPP specifications:org.jainslee.resources.diameter.sh.types.userdata Data objects used to marshal and unmarshal the XML content ofUserData
AVPs. -
-
Uses of ShIMSDataExtension in org.jainslee.resources.diameter.sh
Methods in org.jainslee.resources.diameter.sh that return ShIMSDataExtension Modifier and Type Method Description ShIMSDataExtension
UserDataObjectFactory. createShIMSDataExtension()
Create an instance ofShIMSDataExtension
-
Uses of ShIMSDataExtension in org.jainslee.resources.diameter.sh.types.userdata
Methods in org.jainslee.resources.diameter.sh.types.userdata that return ShIMSDataExtension Modifier and Type Method Description ShIMSDataExtension
ShIMSData. getExtension()
Gets the value of the extension property.Methods in org.jainslee.resources.diameter.sh.types.userdata with parameters of type ShIMSDataExtension Modifier and Type Method Description void
ShIMSData. setExtension(ShIMSDataExtension value)
Sets the value of the extension property.
-