net.qrivy.bioapi
Class BioAPI_BSP_SCHEMA

java.lang.Object
  extended by net.qrivy.bioapi.BioAPI_BSP_SCHEMA

public class BioAPI_BSP_SCHEMA
extends java.lang.Object


Constructor Summary
BioAPI_BSP_SCHEMA()
           
 
Method Summary
 void delete()
           
 java.lang.String getBSPName()
           
 BioAPI_BIR_BIOMETRIC_DATA_FORMAT getBspSupportedFormats()
           
 int getDefaultCaptureTimeout()
           
 int getDefaultEnrollTimeout()
           
 int getDefaultIdentifyTimeout()
           
 int getDefaultVerifyTimeout()
           
 java.lang.String getDescription()
           
 long getDeviceId()
           
 long getFactorsMask()
           
 long getMaxBspDbSize()
           
 long getMaxIdentify()
           
 long getMaxPayloadSize()
           
 SWIGTYPE_p_unsigned_char getModuleId()
           
 long getNumSupportedFormats()
           
 long getOperations()
           
 long getOptions()
           
 char getPath()
           
 long getPayloadPolicy()
           
 BioAPI_VERSION getProductVersion()
           
 BioAPI_VERSION getSpecVersion()
           
 java.lang.String getVendor()
           
 void setBSPName(java.lang.String BSPName)
           
 void setBspSupportedFormats(BioAPI_BIR_BIOMETRIC_DATA_FORMAT BspSupportedFormats)
           
 void setDefaultCaptureTimeout(int DefaultCaptureTimeout)
           
 void setDefaultEnrollTimeout(int DefaultEnrollTimeout)
           
 void setDefaultIdentifyTimeout(int DefaultIdentifyTimeout)
           
 void setDefaultVerifyTimeout(int DefaultVerifyTimeout)
           
 void setDescription(java.lang.String Description)
           
 void setDeviceId(long DeviceId)
           
 void setFactorsMask(long FactorsMask)
           
 void setMaxBspDbSize(long MaxBspDbSize)
           
 void setMaxIdentify(long MaxIdentify)
           
 void setMaxPayloadSize(long MaxPayloadSize)
           
 void setModuleId(SWIGTYPE_p_unsigned_char ModuleId)
           
 void setNumSupportedFormats(long NumSupportedFormats)
           
 void setOperations(long Operations)
           
 void setOptions(long Options)
           
 void setPath(char Path)
           
 void setPayloadPolicy(long PayloadPolicy)
           
 void setProductVersion(BioAPI_VERSION ProductVersion)
           
 void setSpecVersion(BioAPI_VERSION SpecVersion)
           
 void setVendor(java.lang.String Vendor)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BioAPI_BSP_SCHEMA

public BioAPI_BSP_SCHEMA()
Method Detail

delete

public void delete()

setModuleId

public void setModuleId(SWIGTYPE_p_unsigned_char ModuleId)

getModuleId

public SWIGTYPE_p_unsigned_char getModuleId()

setDeviceId

public void setDeviceId(long DeviceId)

getDeviceId

public long getDeviceId()

setBSPName

public void setBSPName(java.lang.String BSPName)

getBSPName

public java.lang.String getBSPName()

setSpecVersion

public void setSpecVersion(BioAPI_VERSION SpecVersion)

getSpecVersion

public BioAPI_VERSION getSpecVersion()

setProductVersion

public void setProductVersion(BioAPI_VERSION ProductVersion)

getProductVersion

public BioAPI_VERSION getProductVersion()

setVendor

public void setVendor(java.lang.String Vendor)

getVendor

public java.lang.String getVendor()

setBspSupportedFormats

public void setBspSupportedFormats(BioAPI_BIR_BIOMETRIC_DATA_FORMAT BspSupportedFormats)

getBspSupportedFormats

public BioAPI_BIR_BIOMETRIC_DATA_FORMAT getBspSupportedFormats()

setNumSupportedFormats

public void setNumSupportedFormats(long NumSupportedFormats)

getNumSupportedFormats

public long getNumSupportedFormats()

setFactorsMask

public void setFactorsMask(long FactorsMask)

getFactorsMask

public long getFactorsMask()

setOperations

public void setOperations(long Operations)

getOperations

public long getOperations()

setOptions

public void setOptions(long Options)

getOptions

public long getOptions()

setPayloadPolicy

public void setPayloadPolicy(long PayloadPolicy)

getPayloadPolicy

public long getPayloadPolicy()

setMaxPayloadSize

public void setMaxPayloadSize(long MaxPayloadSize)

getMaxPayloadSize

public long getMaxPayloadSize()

setDefaultVerifyTimeout

public void setDefaultVerifyTimeout(int DefaultVerifyTimeout)

getDefaultVerifyTimeout

public int getDefaultVerifyTimeout()

setDefaultIdentifyTimeout

public void setDefaultIdentifyTimeout(int DefaultIdentifyTimeout)

getDefaultIdentifyTimeout

public int getDefaultIdentifyTimeout()

setDefaultCaptureTimeout

public void setDefaultCaptureTimeout(int DefaultCaptureTimeout)

getDefaultCaptureTimeout

public int getDefaultCaptureTimeout()

setDefaultEnrollTimeout

public void setDefaultEnrollTimeout(int DefaultEnrollTimeout)

getDefaultEnrollTimeout

public int getDefaultEnrollTimeout()

setMaxBspDbSize

public void setMaxBspDbSize(long MaxBspDbSize)

getMaxBspDbSize

public long getMaxBspDbSize()

setMaxIdentify

public void setMaxIdentify(long MaxIdentify)

getMaxIdentify

public long getMaxIdentify()

setDescription

public void setDescription(java.lang.String Description)

getDescription

public java.lang.String getDescription()

setPath

public void setPath(char Path)

getPath

public char getPath()