Uses of Class
com.opencloud.slee.resources.in.datatypes.cc.PriceInHundredthsOfUnits
-
Packages that use PriceInHundredthsOfUnits Package Description com.opencloud.slee.resources.cgin.callcontrol Provides a common API for callcontrol protocols originally based on the INAP family of protocols.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 PriceInHundredthsOfUnits in com.opencloud.slee.resources.cgin.callcontrol
Methods in com.opencloud.slee.resources.cgin.callcontrol that return PriceInHundredthsOfUnits Modifier and Type Method Description PriceInHundredthsOfUnits
CCVariablePart. getPrice()
Gets the value of the price choice.Methods in com.opencloud.slee.resources.cgin.callcontrol with parameters of type PriceInHundredthsOfUnits Modifier and Type Method Description CCVariablePart
CCVariablePart. setPrice(PriceInHundredthsOfUnits value)
Sets the value of the price choice. -
Uses of PriceInHundredthsOfUnits in com.opencloud.slee.resources.in.datatypes.cc
Methods in com.opencloud.slee.resources.in.datatypes.cc that return PriceInHundredthsOfUnits Modifier and Type Method Description PriceInHundredthsOfUnits
PriceInHundredthsOfUnits. clone()
Constructs a copy of this object and everything reachable from it.static PriceInHundredthsOfUnits
PriceInHundredthsOfUnits. copyOf(PriceInHundredthsOfUnits 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.PriceInHundredthsOfUnits
PriceInHundredthsOfUnits. setPrice(int value)
Sets the value of the price as integer number of hundredths.PriceInHundredthsOfUnits
PriceInHundredthsOfUnits. setPriceAsBigDecimal(BigDecimal value)
Sets the value of the field Price as a BigDecimal.PriceInHundredthsOfUnits
PriceInHundredthsOfUnits. setPriceAsString(String value)
Sets the value of the field Price as a String.PriceInHundredthsOfUnits
PriceInHundredthsOfUnits. setPricePresent(boolean flag)
Sets the presence or absence of the field Price.Methods in com.opencloud.slee.resources.in.datatypes.cc with parameters of type PriceInHundredthsOfUnits Modifier and Type Method Description static PriceInHundredthsOfUnits
PriceInHundredthsOfUnits. copyOf(PriceInHundredthsOfUnits 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.
-