Package | Description |
---|---|
com.opencloud.slee.resources.cgin.callcontrol |
Provides a common API for callcontrol protocols originally based on the INAP
family of protocols.
|
com.opencloud.slee.resources.cgin.cap_v2 |
Provides an API for the CAP v2 protocol.
|
com.opencloud.slee.resources.cgin.cap_v3 |
Provides an API for the CAP v3 protocol.
|
com.opencloud.slee.resources.cgin.cap_v4 |
Provides an API for the CAP v4 protocol.
|
com.opencloud.slee.resources.cgin.etsi_inap_cs1 |
Provides an API for the ETSI INAP CS1 protocol.
|
Modifier and Type | Method and Description |
---|---|
CCScfID |
CCScfID.clone()
Constructs a copy of this object and everything reachable from it.
|
static CCScfID |
CCScfID.copyOf(CCScfID 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.
|
CCScfID |
CCEstablishTemporaryConnectionArg.getScfID()
Gets the value of the field scfID.
|
CCScfID |
CCScfID.setByteArray(byte[] value)
Sets the value of the field byteArray.
|
Modifier and Type | Method and Description |
---|---|
static CCScfID |
CCScfID.copyOf(CCScfID 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.
|
CCEstablishTemporaryConnectionArg |
CCEstablishTemporaryConnectionArg.setScfID(CCScfID value)
Sets the value of the field scfID.
|
Modifier and Type | Method and Description |
---|---|
CAP2EstablishTemporaryConnectionArg |
CAP2EstablishTemporaryConnectionArg.setScfID(CCScfID value)
Sets the value of the field scfID.
|
Modifier and Type | Method and Description |
---|---|
CCScfID |
CAP3CompoundCriteria.getScfID()
Gets the value of the field scfID.
|
Modifier and Type | Method and Description |
---|---|
CAP3EstablishTemporaryConnectionArg |
CAP3EstablishTemporaryConnectionArg.setScfID(CCScfID value)
Sets the value of the field scfID.
|
CAP3CompoundCriteria |
CAP3CompoundCriteria.setScfID(CCScfID value)
Sets the value of the field scfID.
|
Modifier and Type | Method and Description |
---|---|
CAP4EstablishTemporaryConnectionArg |
CAP4EstablishTemporaryConnectionArg.setScfID(CCScfID value)
Sets the value of the field scfID.
|
Modifier and Type | Method and Description |
---|---|
CCScfID |
CS1ConnectArg.getScfID()
Gets the value of the field scfID.
|
Modifier and Type | Method and Description |
---|---|
CS1EstablishTemporaryConnectionArg |
CS1EstablishTemporaryConnectionArg.setScfID(CCScfID value)
Sets the value of the field scfID.
|
CS1ConnectArg |
CS1ConnectArg.setScfID(CCScfID value)
Sets the value of the field scfID.
|