Uses of Class
io.mosip.kernel.core.cbeffutil.jaxbclasses.RegistryIDType
-
Packages that use RegistryIDType Package Description io.mosip.kernel.core.cbeffutil.entity io.mosip.kernel.core.cbeffutil.jaxbclasses -
-
Uses of RegistryIDType in io.mosip.kernel.core.cbeffutil.entity
Methods in io.mosip.kernel.core.cbeffutil.entity that return RegistryIDType Modifier and Type Method Description RegistryIDTypeBDBInfo. getCaptureDevice()RegistryIDTypeBDBInfo. getComparisonAlgorithm()RegistryIDTypeBDBInfo. getCompressionAlgorithm()RegistryIDTypeBDBInfo. getFeatureExtractionAlgorithm()RegistryIDTypeBDBInfo. getFormat()RegistryIDTypeSBInfo. getFormat()RegistryIDTypeBDBInfo. getProduct()Methods in io.mosip.kernel.core.cbeffutil.entity with parameters of type RegistryIDType Modifier and Type Method Description SBInfo.SBInfoBuilderSBInfo.SBInfoBuilder. setFormatOwner(RegistryIDType format)BDBInfo.BDBInfoBuilderBDBInfo.BDBInfoBuilder. withCaptureDevice(RegistryIDType captureDevice)BDBInfo.BDBInfoBuilderBDBInfo.BDBInfoBuilder. withComparisonAlgorithm(RegistryIDType comparisonAlgorithm)BDBInfo.BDBInfoBuilderBDBInfo.BDBInfoBuilder. withCompressionAlgorithm(RegistryIDType compressionAlgorithm)BDBInfo.BDBInfoBuilderBDBInfo.BDBInfoBuilder. withFeatureExtractionAlgorithm(RegistryIDType featureExtractionAlgorithm)BDBInfo.BDBInfoBuilderBDBInfo.BDBInfoBuilder. withFormat(RegistryIDType format)BDBInfo.BDBInfoBuilderBDBInfo.BDBInfoBuilder. withProduct(RegistryIDType product) -
Uses of RegistryIDType in io.mosip.kernel.core.cbeffutil.jaxbclasses
Fields in io.mosip.kernel.core.cbeffutil.jaxbclasses declared as RegistryIDType Modifier and Type Field Description protected RegistryIDTypeQualityType. algorithmprotected RegistryIDTypeBDBInfoType. captureDeviceprotected RegistryIDTypeBDBInfoType. comparisonAlgorithmprotected RegistryIDTypeBDBInfoType. compressionAlgorithmprotected RegistryIDTypeBDBInfoType. featureExtractionAlgorithmprotected RegistryIDTypeBDBInfoType. formatprotected RegistryIDTypeSBInfoType. formatprotected RegistryIDTypeBDBInfoType. productMethods in io.mosip.kernel.core.cbeffutil.jaxbclasses that return RegistryIDType Modifier and Type Method Description RegistryIDTypeObjectFactory. createRegistryIDType()Create an instance ofRegistryIDTypeRegistryIDTypeQualityType. getAlgorithm()Gets the value of the algorithm property.RegistryIDTypeBDBInfoType. getCaptureDevice()Gets the value of the captureDevice property.RegistryIDTypeBDBInfoType. getComparisonAlgorithm()Gets the value of the comparisonAlgorithm property.RegistryIDTypeBDBInfoType. getCompressionAlgorithm()Gets the value of the compressionAlgorithm property.RegistryIDTypeBDBInfoType. getFeatureExtractionAlgorithm()Gets the value of the featureExtractionAlgorithm property.RegistryIDTypeBDBInfoType. getFormat()Gets the value of the format property.RegistryIDTypeSBInfoType. getFormat()Gets the value of the format property.RegistryIDTypeBDBInfoType. getProduct()Gets the value of the product property.Methods in io.mosip.kernel.core.cbeffutil.jaxbclasses with parameters of type RegistryIDType Modifier and Type Method Description voidQualityType. setAlgorithm(RegistryIDType value)Sets the value of the algorithm property.voidBDBInfoType. setCaptureDevice(RegistryIDType value)Sets the value of the captureDevice property.voidBDBInfoType. setComparisonAlgorithm(RegistryIDType value)Sets the value of the comparisonAlgorithm property.voidBDBInfoType. setCompressionAlgorithm(RegistryIDType value)Sets the value of the compressionAlgorithm property.voidBDBInfoType. setFeatureExtractionAlgorithm(RegistryIDType value)Sets the value of the featureExtractionAlgorithm property.voidBDBInfoType. setFormat(RegistryIDType value)Sets the value of the format property.voidSBInfoType. setFormat(RegistryIDType value)Sets the value of the format property.voidBDBInfoType. setProduct(RegistryIDType value)Sets the value of the product property.
-