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.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
static ContainingOctetString |
ContainingOctetString.copyOf(ContainingOctetString from)
Creates a new object of this type, initialising its field values from those of the given object.
|
Modifier and Type | Method and Description |
---|---|
ContainingOctetString |
CAP1ExtensionField.getValue()
Gets the value of the field value.
|
Modifier and Type | Method and Description |
---|---|
CAP1ExtensionField |
CAP1ExtensionField.setValue(ContainingOctetString value)
Sets the value of the field value.
|
Modifier and Type | Method and Description |
---|---|
ContainingOctetString |
CS1ExtensionField.getValue()
Gets the value of the field value.
|
Modifier and Type | Method and Description |
---|---|
CS1ExtensionField |
CS1ExtensionField.setValue(ContainingOctetString value)
Sets the value of the field value.
|
Modifier and Type | Method and Description |
---|---|
ContainingOctetString |
MAPPrivateExtension.getExtType()
Gets the value of the field extType.
|
Modifier and Type | Method and Description |
---|---|
MAPPrivateExtension |
MAPPrivateExtension.setExtType(ContainingOctetString value)
Sets the value of the field extType.
|