Uses of Class
com.opencloud.slee.resources.in.datatypes.cc.MSBearerCapability.GSM.Content
-
Packages that use MSBearerCapability.GSM.Content Package Description com.opencloud.slee.resources.in.datatypes.cc Defines classes to represent some call-control types for which their ASN.1 specifications say merely OCTET STRING (with no CONTAINING clause), and for which standards define the layout of bit-fields within the octet strings. -
-
Uses of MSBearerCapability.GSM.Content in com.opencloud.slee.resources.in.datatypes.cc
Methods in com.opencloud.slee.resources.in.datatypes.cc that return MSBearerCapability.GSM.Content Modifier and Type Method Description MSBearerCapability.GSM.Content
MSBearerCapability.GSM.Content. clone()
Constructs a copy of this object and everything reachable from it.static MSBearerCapability.GSM.Content
MSBearerCapability.GSM.Content. copyOf(MSBearerCapability.GSM.Content from)
Creates a new object of this type, cloning the values of common fields from the given object of any subclass of the same base type.MSBearerCapability.GSM.Content
MSBearerCapability.GSM. getContent()
Gets the value of the speech or non-speech content.MSBearerCapability.GSM.Content
MSBearerCapability.GSM.Content. setNonSpeech(MSBearerCapability.GSM.Content.NonSpeech value)
Sets the value of the field.MSBearerCapability.GSM.Content
MSBearerCapability.GSM.Content. setSpeech(MSBearerCapability.GSM.Content.Speech value)
Sets the value of the field.Methods in com.opencloud.slee.resources.in.datatypes.cc with parameters of type MSBearerCapability.GSM.Content Modifier and Type Method Description static MSBearerCapability.GSM.Content
MSBearerCapability.GSM.Content. copyOf(MSBearerCapability.GSM.Content from)
Creates a new object of this type, cloning the values of common fields from the given object of any subclass of the same base type.MSBearerCapability.GSM
MSBearerCapability.GSM. setContent(MSBearerCapability.GSM.Content value)
Sets the value of the speech or non-speech content.Constructors in com.opencloud.slee.resources.in.datatypes.cc with parameters of type MSBearerCapability.GSM.Content Constructor Description GSM(MSBearerCapability.GSM.TransferMode transferMode, MSBearerCapability.GSM.RadioChannelReq radioChannelReq, MSBearerCapability.GSM.Content content)
Constructs a new GSM object from given values for all fields.
-