Uses of Class
com.opencloud.slee.resources.cgin.ContainingOctetString
-
Packages that use ContainingOctetString Package Description com.opencloud.slee.resources.cgin Defines an API for the CGIN infrastructure on which all protocols are built.com.opencloud.slee.resources.cgin.cap_v1 Provides an API for the CAP v1 protocol.com.opencloud.slee.resources.cgin.etsi_inap_cs1 Provides an API for the ETSI INAP CS1 protocol.com.opencloud.slee.resources.cgin.map Provides an API for the MAP protocol. -
-
Uses of ContainingOctetString in com.opencloud.slee.resources.cgin
Methods in com.opencloud.slee.resources.cgin that return ContainingOctetString Modifier and Type Method Description ContainingOctetString
ContainingOctetString. clone()
Constructs a copy of this object and everything reachable from it.static ContainingOctetString
ContainingOctetString. copyOf(ContainingOctetString from)
Creates a new object of this type, initialising its field values from those of the given object.ContainingOctetString
ContainingOctetString. setByteArray(byte[] value)
Sets the value of the field byteArray.ContainingOctetString
ContainingOctetString. setContainedValue(DataObject value)
Sets the contained value.Methods in com.opencloud.slee.resources.cgin with parameters of type ContainingOctetString Modifier and Type Method Description static ContainingOctetString
ContainingOctetString. copyOf(ContainingOctetString from)
Creates a new object of this type, initialising its field values from those of the given object. -
Uses of ContainingOctetString in com.opencloud.slee.resources.cgin.cap_v1
Methods in com.opencloud.slee.resources.cgin.cap_v1 that return ContainingOctetString Modifier and Type Method Description ContainingOctetString
CAP1ExtensionField. getValue()
Gets the value of the field value.Methods in com.opencloud.slee.resources.cgin.cap_v1 with parameters of type ContainingOctetString Modifier and Type Method Description CAP1ExtensionField
CAP1ExtensionField. setValue(ContainingOctetString value)
Sets the value of the field value. -
Uses of ContainingOctetString in com.opencloud.slee.resources.cgin.etsi_inap_cs1
Methods in com.opencloud.slee.resources.cgin.etsi_inap_cs1 that return ContainingOctetString Modifier and Type Method Description ContainingOctetString
CS1ExtensionField. getValue()
Gets the value of the field value.Methods in com.opencloud.slee.resources.cgin.etsi_inap_cs1 with parameters of type ContainingOctetString Modifier and Type Method Description CS1ExtensionField
CS1ExtensionField. setValue(ContainingOctetString value)
Sets the value of the field value. -
Uses of ContainingOctetString in com.opencloud.slee.resources.cgin.map
Methods in com.opencloud.slee.resources.cgin.map that return ContainingOctetString Modifier and Type Method Description ContainingOctetString
MAPPrivateExtension. getExtType()
Gets the value of the field extType.Methods in com.opencloud.slee.resources.cgin.map with parameters of type ContainingOctetString Modifier and Type Method Description MAPPrivateExtension
MAPPrivateExtension. setExtType(ContainingOctetString value)
Sets the value of the field extType.
-