Package | Description |
---|---|
com.opencloud.slee.resources.cgin.cap_v3 |
Provides an API for the CAP v3 protocol.
|
com.opencloud.slee.resources.cgin.cap_v3.persist |
Provides conversion between CGIN data objects of this protocol and Google protobuf (GPB) messages.
|
Modifier and Type | Method and Description |
---|---|
CAP3EndUserAddress |
CAP3EndUserAddress.clone()
Constructs a copy of this object and everything reachable from it.
|
static CAP3EndUserAddress |
CAP3EndUserAddress.copyOf(CAP3EndUserAddress 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.
|
CAP3EndUserAddress |
CAP3InitialDPGPRSArg.getEndUserAddress()
Gets the value of the field endUserAddress.
|
CAP3EndUserAddress |
CAP3GPRSEventSpecificInformation.Pdp_ContextchangeOfPositionSpecificInformation.getEndUserAddress()
Gets the value of the field endUserAddress.
|
CAP3EndUserAddress |
CAP3GPRSEventSpecificInformation.PDPContextEstablishmentSpecificInformation.getEndUserAddress()
Gets the value of the field endUserAddress.
|
CAP3EndUserAddress |
CAP3GPRSEventSpecificInformation.PDPContextEstablishmentAcknowledgementSpecificInformation.getEndUserAddress()
Gets the value of the field endUserAddress.
|
CAP3EndUserAddress |
CAP3EndUserAddress.setPDPAddress(byte[] value)
Sets the value of the field pDPAddress.
|
CAP3EndUserAddress |
CAP3EndUserAddress.setPDPTypeNumber(byte[] value)
Sets the value of the field pDPTypeNumber.
|
CAP3EndUserAddress |
CAP3EndUserAddress.setPDPTypeOrganization(byte[] value)
Sets the value of the field pDPTypeOrganization.
|
Modifier and Type | Method and Description |
---|---|
static CAP3EndUserAddress |
CAP3EndUserAddress.copyOf(CAP3EndUserAddress 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.
|
CAP3InitialDPGPRSArg |
CAP3InitialDPGPRSArg.setEndUserAddress(CAP3EndUserAddress value)
Sets the value of the field endUserAddress.
|
CAP3GPRSEventSpecificInformation.Pdp_ContextchangeOfPositionSpecificInformation |
CAP3GPRSEventSpecificInformation.Pdp_ContextchangeOfPositionSpecificInformation.setEndUserAddress(CAP3EndUserAddress value)
Sets the value of the field endUserAddress.
|
CAP3GPRSEventSpecificInformation.PDPContextEstablishmentSpecificInformation |
CAP3GPRSEventSpecificInformation.PDPContextEstablishmentSpecificInformation.setEndUserAddress(CAP3EndUserAddress value)
Sets the value of the field endUserAddress.
|
CAP3GPRSEventSpecificInformation.PDPContextEstablishmentAcknowledgementSpecificInformation |
CAP3GPRSEventSpecificInformation.PDPContextEstablishmentAcknowledgementSpecificInformation.setEndUserAddress(CAP3EndUserAddress value)
Sets the value of the field endUserAddress.
|
Modifier and Type | Field and Description |
---|---|
static PersistCodec<CAP3EndUserAddress,CAP3EndUserAddress,CAP3Proto.CAP_datatypes_EndUserAddress> |
CAP3Codecs.CAP_datatypes_EndUserAddress
Singleton codec for the ASN.1 type: CAP-datatypes.EndUserAddress
|
static PersistCodec<CAP3EndUserAddress,CAP3EndUserAddress,CAP3Proto.CAP_datatypes_EndUserAddress> |
CAP3Codecs.CAP_datatypes_EndUserAddress
Singleton codec for the ASN.1 type: CAP-datatypes.EndUserAddress
|