Uses of Class
com.opencloud.slee.resources.cgin.cap_v3.CAP3EndUserAddress
-
Packages that use CAP3EndUserAddress 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. -
-
Uses of CAP3EndUserAddress in com.opencloud.slee.resources.cgin.cap_v3
Methods in com.opencloud.slee.resources.cgin.cap_v3 that return CAP3EndUserAddress Modifier and Type Method 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
CAP3GPRSEventSpecificInformation.Pdp_ContextchangeOfPositionSpecificInformation. getEndUserAddress()
Gets the value of the field endUserAddress.CAP3EndUserAddress
CAP3GPRSEventSpecificInformation.PDPContextEstablishmentAcknowledgementSpecificInformation. getEndUserAddress()
Gets the value of the field endUserAddress.CAP3EndUserAddress
CAP3GPRSEventSpecificInformation.PDPContextEstablishmentSpecificInformation. getEndUserAddress()
Gets the value of the field endUserAddress.CAP3EndUserAddress
CAP3InitialDPGPRSArg. 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.Methods in com.opencloud.slee.resources.cgin.cap_v3 with parameters of type CAP3EndUserAddress Modifier and Type Method 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.CAP3GPRSEventSpecificInformation.Pdp_ContextchangeOfPositionSpecificInformation
CAP3GPRSEventSpecificInformation.Pdp_ContextchangeOfPositionSpecificInformation. setEndUserAddress(CAP3EndUserAddress value)
Sets the value of the field endUserAddress.CAP3GPRSEventSpecificInformation.PDPContextEstablishmentAcknowledgementSpecificInformation
CAP3GPRSEventSpecificInformation.PDPContextEstablishmentAcknowledgementSpecificInformation. setEndUserAddress(CAP3EndUserAddress value)
Sets the value of the field endUserAddress.CAP3GPRSEventSpecificInformation.PDPContextEstablishmentSpecificInformation
CAP3GPRSEventSpecificInformation.PDPContextEstablishmentSpecificInformation. setEndUserAddress(CAP3EndUserAddress value)
Sets the value of the field endUserAddress.CAP3InitialDPGPRSArg
CAP3InitialDPGPRSArg. setEndUserAddress(CAP3EndUserAddress value)
Sets the value of the field endUserAddress. -
Uses of CAP3EndUserAddress in com.opencloud.slee.resources.cgin.cap_v3.persist
Fields in com.opencloud.slee.resources.cgin.cap_v3.persist with type parameters of type CAP3EndUserAddress Modifier and Type Field Description static PersistCodec<CAP3EndUserAddress,CAP3EndUserAddress,CAP3Proto.CAP_datatypes_EndUserAddress>
CAP3Codecs. CAP_datatypes_EndUserAddress
Singleton codec for the ASN.1 type: CAP-datatypes.EndUserAddressstatic PersistCodec<CAP3EndUserAddress,CAP3EndUserAddress,CAP3Proto.CAP_datatypes_EndUserAddress>
CAP3Codecs. CAP_datatypes_EndUserAddress
Singleton codec for the ASN.1 type: CAP-datatypes.EndUserAddress
-