Uses of Class
com.opencloud.slee.resources.in.datatypes.cc.MSClassmark
-
Packages that use MSClassmark 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 MSClassmark in com.opencloud.slee.resources.in.datatypes.cc
Methods in com.opencloud.slee.resources.in.datatypes.cc that return MSClassmark Modifier and Type Method Description MSClassmark
MSClassmark. clone()
Constructs a copy of this object and everything reachable from it.static MSClassmark
MSClassmark. copyOf(MSClassmark 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.MSClassmark
MSClassmark. setMSClassmark1(MSClassmark.MSClassmark1 value)
Sets the value of MS Classmark 1.MSClassmark
MSClassmark. setMSClassmark2(MSClassmark.MSClassmark2 value)
Sets the value of MS Classmark 2.MSClassmark
MSClassmark. setMSClassmark3(byte[] value)
Sets the value of MS Classmark 3.Methods in com.opencloud.slee.resources.in.datatypes.cc with parameters of type MSClassmark Modifier and Type Method Description static MSClassmark
MSClassmark. copyOf(MSClassmark 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.
-