Uses of Class
com.opencloud.slee.resources.cgin.cap_v4.CAP4EventSpecificInformationBCSM.OAnswerSpecificInfo
-
Packages that use CAP4EventSpecificInformationBCSM.OAnswerSpecificInfo 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.OAnswerSpecificInfo in com.opencloud.slee.resources.cgin.cap_v4
Methods in com.opencloud.slee.resources.cgin.cap_v4 that return CAP4EventSpecificInformationBCSM.OAnswerSpecificInfo Modifier and Type Method Description CAP4EventSpecificInformationBCSM.OAnswerSpecificInfo
CAP4EventSpecificInformationBCSM.OAnswerSpecificInfo. clone()
Constructs a copy of this object and everything reachable from it.static CAP4EventSpecificInformationBCSM.OAnswerSpecificInfo
CAP4EventSpecificInformationBCSM.OAnswerSpecificInfo. copyOf(CCEventSpecificInformationBCSM.OAnswerSpecificInfo 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.OAnswerSpecificInfo
CAP4EventSpecificInformationBCSM.OAnswerSpecificInfo. setChargeIndicator(byte[] value)
Sets the value of the field chargeIndicator.CAP4EventSpecificInformationBCSM.OAnswerSpecificInfo
CAP4EventSpecificInformationBCSM.OAnswerSpecificInfo. setDestinationAddress(CalledPartyNumber value)
Sets the value of the field destinationAddress.CAP4EventSpecificInformationBCSM.OAnswerSpecificInfo
CAP4EventSpecificInformationBCSM.OAnswerSpecificInfo. setExt_basicServiceCode(MAPExt_BasicServiceCode value)
Sets the value of the field ext-basicServiceCode.CAP4EventSpecificInformationBCSM.OAnswerSpecificInfo
CAP4EventSpecificInformationBCSM.OAnswerSpecificInfo. setExt_basicServiceCode2(MAPExt_BasicServiceCode value)
Sets the value of the field ext-basicServiceCode2.CAP4EventSpecificInformationBCSM.OAnswerSpecificInfo
CAP4EventSpecificInformationBCSM.OAnswerSpecificInfo. setForwardedCallPresent(boolean flag)
Sets the presence or absence of the optional field forwardedCall.CAP4EventSpecificInformationBCSM.OAnswerSpecificInfo
CAP4EventSpecificInformationBCSM.OAnswerSpecificInfo. 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.OAnswerSpecificInfo Modifier and Type Method Description CAP4EventSpecificInformationBCSM
CAP4EventSpecificInformationBCSM. setOAnswerSpecificInfo(CAP4EventSpecificInformationBCSM.OAnswerSpecificInfo value)
Sets the value of the oAnswerSpecificInfo choice. -
Uses of CAP4EventSpecificInformationBCSM.OAnswerSpecificInfo 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.OAnswerSpecificInfo Modifier and Type Field Description static PersistCodec<CCEventSpecificInformationBCSM.OAnswerSpecificInfo,CAP4EventSpecificInformationBCSM.OAnswerSpecificInfo,CAP4Proto.CAP_datatypes_EventSpecificInformationBCSM_oAnswerSpecificInfo>
CAP4Codecs. CAP_datatypes_EventSpecificInformationBCSM_oAnswerSpecificInfo
Singleton codec for the ASN.1 type: CAP-datatypes.EventSpecificInformationBCSM.oAnswerSpecificInfo
-