Package | Description |
---|---|
com.opencloud.slee.resources.cgin.cap_v3 |
Provides an API for the CAP v3 protocol.
|
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.
|
Modifier and Type | Method and Description |
---|---|
AccessPointName |
CAP3InitialDPGPRSArg.getAccessPointName()
Gets the value of the field accessPointName.
|
AccessPointName |
CAP3GPRSEventSpecificInformation.Pdp_ContextchangeOfPositionSpecificInformation.getAccessPointName()
Gets the value of the field accessPointName.
|
AccessPointName |
CAP3GPRSEventSpecificInformation.PDPContextEstablishmentSpecificInformation.getAccessPointName()
Gets the value of the field accessPointName.
|
AccessPointName |
CAP3GPRSEventSpecificInformation.PDPContextEstablishmentAcknowledgementSpecificInformation.getAccessPointName()
Gets the value of the field accessPointName.
|
AccessPointName |
CAP3ConnectGPRSArg.getAccessPointName()
Gets the value of the field accessPointName.
|
Modifier and Type | Method and Description |
---|---|
CAP3InitialDPGPRSArg |
CAP3InitialDPGPRSArg.setAccessPointName(AccessPointName value)
Sets the value of the field accessPointName.
|
CAP3GPRSEventSpecificInformation.Pdp_ContextchangeOfPositionSpecificInformation |
CAP3GPRSEventSpecificInformation.Pdp_ContextchangeOfPositionSpecificInformation.setAccessPointName(AccessPointName value)
Sets the value of the field accessPointName.
|
CAP3GPRSEventSpecificInformation.PDPContextEstablishmentSpecificInformation |
CAP3GPRSEventSpecificInformation.PDPContextEstablishmentSpecificInformation.setAccessPointName(AccessPointName value)
Sets the value of the field accessPointName.
|
CAP3GPRSEventSpecificInformation.PDPContextEstablishmentAcknowledgementSpecificInformation |
CAP3GPRSEventSpecificInformation.PDPContextEstablishmentAcknowledgementSpecificInformation.setAccessPointName(AccessPointName value)
Sets the value of the field accessPointName.
|
CAP3ConnectGPRSArg |
CAP3ConnectGPRSArg.setAccessPointName(AccessPointName value)
Sets the value of the field accessPointName.
|
Modifier and Type | Field and Description |
---|---|
static IA5StringCodec<AccessPointName> |
AccessPointName.NETWORKID_CODEC
ASCII/ISO646-US string codec for field NetworkId.
|
static IA5StringCodec<AccessPointName> |
AccessPointName.OPERATORID_CODEC
ASCII/ISO646-US string codec for field OperatorId.
|
Modifier and Type | Method and Description |
---|---|
AccessPointName |
AccessPointName.clone()
Constructs a copy of this object and everything reachable from it.
|
static AccessPointName |
AccessPointName.copyOf(AccessPointName 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.
|
AccessPointName |
AccessPointName.setNetworkId(String value)
Sets the value of the network identifier.
|
AccessPointName |
AccessPointName.setNetworkId(String value,
StringCodec<AccessPointName> codec)
Sets the value of the network identifier using the given codec.
|
AccessPointName |
AccessPointName.setNetworkIdEncoded(byte[] encoded)
Sets the encoded value of the network identifier to a clone of the given byte array.
|
AccessPointName |
AccessPointName.setOperatorId(String value)
Sets the value of the operator identifier.
|
AccessPointName |
AccessPointName.setOperatorId(String value,
StringCodec<AccessPointName> codec)
Sets the value of the operator identifier using the given codec.
|
AccessPointName |
AccessPointName.setOperatorIdEncoded(byte[] encoded)
Sets the encoded value of the operator identifier to a clone of the given byte array.
|
Modifier and Type | Method and Description |
---|---|
StringCodec<AccessPointName> |
AccessPointName.getNetworkIdCodec()
Gets the codec used for field NetworkId.
|
StringCodec<AccessPointName> |
AccessPointName.getOperatorIdCodec()
Gets the codec used for field OperatorId.
|
Modifier and Type | Method and Description |
---|---|
static AccessPointName |
AccessPointName.copyOf(AccessPointName 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.
|
Modifier and Type | Method and Description |
---|---|
String |
AccessPointName.getNetworkId(StringCodec<AccessPointName> codec)
Gets the value of the network identifier using the given codec.
|
String |
AccessPointName.getOperatorId(StringCodec<AccessPointName> codec)
Gets the value of the operator identifier using the given codec.
|
AccessPointName |
AccessPointName.setNetworkId(String value,
StringCodec<AccessPointName> codec)
Sets the value of the network identifier using the given codec.
|
AccessPointName |
AccessPointName.setOperatorId(String value,
StringCodec<AccessPointName> codec)
Sets the value of the operator identifier using the given codec.
|