Uses of Class
com.opencloud.slee.resources.cgin.cap_v4.CAP4EventSpecificInformationBCSM.TAnswerSpecificInfo
-
Packages that use CAP4EventSpecificInformationBCSM.TAnswerSpecificInfo Package Description com.opencloud.slee.resources.cgin.cap_v4 Provides an API for the CAP v4 protocol.com.opencloud.slee.resources.cgin.cap_v4.persist Provides conversion between CGIN data objects of this protocol and Google protobuf (GPB) messages. -
-
Uses of CAP4EventSpecificInformationBCSM.TAnswerSpecificInfo in com.opencloud.slee.resources.cgin.cap_v4
Methods in com.opencloud.slee.resources.cgin.cap_v4 that return CAP4EventSpecificInformationBCSM.TAnswerSpecificInfo Modifier and Type Method Description CAP4EventSpecificInformationBCSM.TAnswerSpecificInfo
CAP4EventSpecificInformationBCSM.TAnswerSpecificInfo. clone()
Constructs a copy of this object and everything reachable from it.static CAP4EventSpecificInformationBCSM.TAnswerSpecificInfo
CAP4EventSpecificInformationBCSM.TAnswerSpecificInfo. copyOf(CCEventSpecificInformationBCSM.TAnswerSpecificInfo 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.CAP4EventSpecificInformationBCSM.TAnswerSpecificInfo
CAP4EventSpecificInformationBCSM.TAnswerSpecificInfo. setChargeIndicator(byte[] value)
Sets the value of the field chargeIndicator.CAP4EventSpecificInformationBCSM.TAnswerSpecificInfo
CAP4EventSpecificInformationBCSM.TAnswerSpecificInfo. setDestinationAddress(CalledPartyNumber value)
Sets the value of the field destinationAddress.CAP4EventSpecificInformationBCSM.TAnswerSpecificInfo
CAP4EventSpecificInformationBCSM.TAnswerSpecificInfo. setExt_basicServiceCode(MAPExt_BasicServiceCode value)
Sets the value of the field ext-basicServiceCode.CAP4EventSpecificInformationBCSM.TAnswerSpecificInfo
CAP4EventSpecificInformationBCSM.TAnswerSpecificInfo. setExt_basicServiceCode2(MAPExt_BasicServiceCode value)
Sets the value of the field ext-basicServiceCode2.CAP4EventSpecificInformationBCSM.TAnswerSpecificInfo
CAP4EventSpecificInformationBCSM.TAnswerSpecificInfo. setForwardedCallPresent(boolean flag)
Sets the presence or absence of the optional field forwardedCall.CAP4EventSpecificInformationBCSM.TAnswerSpecificInfo
CAP4EventSpecificInformationBCSM.TAnswerSpecificInfo. setOr_CallPresent(boolean flag)
Sets the presence or absence of the optional field or-Call.Methods in com.opencloud.slee.resources.cgin.cap_v4 with parameters of type CAP4EventSpecificInformationBCSM.TAnswerSpecificInfo Modifier and Type Method Description CAP4EventSpecificInformationBCSM
CAP4EventSpecificInformationBCSM. setTAnswerSpecificInfo(CAP4EventSpecificInformationBCSM.TAnswerSpecificInfo value)
Sets the value of the tAnswerSpecificInfo choice. -
Uses of CAP4EventSpecificInformationBCSM.TAnswerSpecificInfo in com.opencloud.slee.resources.cgin.cap_v4.persist
Fields in com.opencloud.slee.resources.cgin.cap_v4.persist with type parameters of type CAP4EventSpecificInformationBCSM.TAnswerSpecificInfo Modifier and Type Field Description static PersistCodec<CCEventSpecificInformationBCSM.TAnswerSpecificInfo,CAP4EventSpecificInformationBCSM.TAnswerSpecificInfo,CAP4Proto.CAP_datatypes_EventSpecificInformationBCSM_tAnswerSpecificInfo>
CAP4Codecs. CAP_datatypes_EventSpecificInformationBCSM_tAnswerSpecificInfo
Singleton codec for the ASN.1 type: CAP-datatypes.EventSpecificInformationBCSM.tAnswerSpecificInfo
-