Uses of Class
com.opencloud.slee.resources.in.datatypes.cc.AccessPointName
-
Packages that use AccessPointName 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. -
-
Uses of AccessPointName in com.opencloud.slee.resources.cgin.cap_v3
Methods in com.opencloud.slee.resources.cgin.cap_v3 that return AccessPointName Modifier and Type Method Description AccessPointName
CAP3ConnectGPRSArg. getAccessPointName()
Gets the value of the field accessPointName.AccessPointName
CAP3GPRSEventSpecificInformation.Pdp_ContextchangeOfPositionSpecificInformation. getAccessPointName()
Gets the value of the field accessPointName.AccessPointName
CAP3GPRSEventSpecificInformation.PDPContextEstablishmentAcknowledgementSpecificInformation. getAccessPointName()
Gets the value of the field accessPointName.AccessPointName
CAP3GPRSEventSpecificInformation.PDPContextEstablishmentSpecificInformation. getAccessPointName()
Gets the value of the field accessPointName.AccessPointName
CAP3InitialDPGPRSArg. getAccessPointName()
Gets the value of the field accessPointName.Methods in com.opencloud.slee.resources.cgin.cap_v3 with parameters of type AccessPointName Modifier and Type Method Description CAP3ConnectGPRSArg
CAP3ConnectGPRSArg. 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.PDPContextEstablishmentAcknowledgementSpecificInformation
CAP3GPRSEventSpecificInformation.PDPContextEstablishmentAcknowledgementSpecificInformation. setAccessPointName(AccessPointName value)
Sets the value of the field accessPointName.CAP3GPRSEventSpecificInformation.PDPContextEstablishmentSpecificInformation
CAP3GPRSEventSpecificInformation.PDPContextEstablishmentSpecificInformation. setAccessPointName(AccessPointName value)
Sets the value of the field accessPointName.CAP3InitialDPGPRSArg
CAP3InitialDPGPRSArg. setAccessPointName(AccessPointName value)
Sets the value of the field accessPointName. -
Uses of AccessPointName in com.opencloud.slee.resources.in.datatypes.cc
Fields in com.opencloud.slee.resources.in.datatypes.cc with type parameters of type AccessPointName Modifier and Type Field 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.Methods in com.opencloud.slee.resources.in.datatypes.cc that return AccessPointName Modifier and Type Method 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.Methods in com.opencloud.slee.resources.in.datatypes.cc that return types with arguments of type AccessPointName Modifier and Type Method Description StringCodec<AccessPointName>
AccessPointName. getNetworkIdCodec()
Gets the codec used for field NetworkId.StringCodec<AccessPointName>
AccessPointName. getOperatorIdCodec()
Gets the codec used for field OperatorId.Methods in com.opencloud.slee.resources.in.datatypes.cc with parameters of type AccessPointName Modifier and Type Method 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.Method parameters in com.opencloud.slee.resources.in.datatypes.cc with type arguments of type AccessPointName Modifier and Type Method 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.
-