233 lines
5.6 KiB
Java
233 lines
5.6 KiB
Java
package org.jnbis.record;
|
|
|
|
import org.jnbis.internal.record.BaseImageRecord;
|
|
|
|
/* loaded from: classes6.dex */
|
|
public class FacialAndSmtImage extends BaseImageRecord {
|
|
private String colorSpace;
|
|
private String colorsPresent;
|
|
private String deviceMonitoringMode;
|
|
private String facialFeaturePoints;
|
|
private String horizontalPixelScale;
|
|
private String imageType;
|
|
private String ncicDesignationCode;
|
|
private String photoAcquisitionSource;
|
|
private String photoDate;
|
|
private String photoDescription;
|
|
private String poseOffsetAngle;
|
|
private String scaleUnits;
|
|
private String scannedHorizontalPixelScale;
|
|
private String scannedVerticalPixelScale;
|
|
private String scarMarkTattooSize;
|
|
private String smtDescriptors;
|
|
private String sourceAgency;
|
|
private String subjectAcquisitionProfile;
|
|
private String subjectEyeColor;
|
|
private String subjectFacialDescription;
|
|
private String subjectHairColor;
|
|
private String subjectPose;
|
|
private String subjectPoseAngles;
|
|
private String subjectQualityScore;
|
|
private String verticalPixelScale;
|
|
|
|
public void setVerticalPixelScale(String str) {
|
|
this.verticalPixelScale = str;
|
|
}
|
|
|
|
public void setSubjectQualityScore(String str) {
|
|
this.subjectQualityScore = str;
|
|
}
|
|
|
|
public void setSubjectPoseAngles(String str) {
|
|
this.subjectPoseAngles = str;
|
|
}
|
|
|
|
public void setSubjectPose(String str) {
|
|
this.subjectPose = str;
|
|
}
|
|
|
|
public void setSubjectHairColor(String str) {
|
|
this.subjectHairColor = str;
|
|
}
|
|
|
|
public void setSubjectFacialDescription(String str) {
|
|
this.subjectFacialDescription = str;
|
|
}
|
|
|
|
public void setSubjectEyeColor(String str) {
|
|
this.subjectEyeColor = str;
|
|
}
|
|
|
|
public void setSubjectAcquisitionProfile(String str) {
|
|
this.subjectAcquisitionProfile = str;
|
|
}
|
|
|
|
public void setSourceAgency(String str) {
|
|
this.sourceAgency = str;
|
|
}
|
|
|
|
public void setSmtDescriptors(String str) {
|
|
this.smtDescriptors = str;
|
|
}
|
|
|
|
public void setScarMarkTattooSize(String str) {
|
|
this.scarMarkTattooSize = str;
|
|
}
|
|
|
|
public void setScannedVerticalPixelScale(String str) {
|
|
this.scannedVerticalPixelScale = str;
|
|
}
|
|
|
|
public void setScannedHorizontalPixelScale(String str) {
|
|
this.scannedHorizontalPixelScale = str;
|
|
}
|
|
|
|
public void setScaleUnits(String str) {
|
|
this.scaleUnits = str;
|
|
}
|
|
|
|
public void setPoseOffsetAngle(String str) {
|
|
this.poseOffsetAngle = str;
|
|
}
|
|
|
|
public void setPhotoDescription(String str) {
|
|
this.photoDescription = str;
|
|
}
|
|
|
|
public void setPhotoDate(String str) {
|
|
this.photoDate = str;
|
|
}
|
|
|
|
public void setPhotoAcquisitionSource(String str) {
|
|
this.photoAcquisitionSource = str;
|
|
}
|
|
|
|
public void setNcicDesignationCode(String str) {
|
|
this.ncicDesignationCode = str;
|
|
}
|
|
|
|
public void setImageType(String str) {
|
|
this.imageType = str;
|
|
}
|
|
|
|
public void setHorizontalPixelScale(String str) {
|
|
this.horizontalPixelScale = str;
|
|
}
|
|
|
|
public void setFacialFeaturePoints(String str) {
|
|
this.facialFeaturePoints = str;
|
|
}
|
|
|
|
public void setDeviceMonitoringMode(String str) {
|
|
this.deviceMonitoringMode = str;
|
|
}
|
|
|
|
public void setColorsPresent(String str) {
|
|
this.colorsPresent = str;
|
|
}
|
|
|
|
public void setColorSpace(String str) {
|
|
this.colorSpace = str;
|
|
}
|
|
|
|
public String getVerticalPixelScale() {
|
|
return this.verticalPixelScale;
|
|
}
|
|
|
|
public String getSubjectQualityScore() {
|
|
return this.subjectQualityScore;
|
|
}
|
|
|
|
public String getSubjectPoseAngles() {
|
|
return this.subjectPoseAngles;
|
|
}
|
|
|
|
public String getSubjectPose() {
|
|
return this.subjectPose;
|
|
}
|
|
|
|
public String getSubjectHairColor() {
|
|
return this.subjectHairColor;
|
|
}
|
|
|
|
public String getSubjectFacialDescription() {
|
|
return this.subjectFacialDescription;
|
|
}
|
|
|
|
public String getSubjectEyeColor() {
|
|
return this.subjectEyeColor;
|
|
}
|
|
|
|
public String getSubjectAcquisitionProfile() {
|
|
return this.subjectAcquisitionProfile;
|
|
}
|
|
|
|
public String getSourceAgency() {
|
|
return this.sourceAgency;
|
|
}
|
|
|
|
public String getSmtDescriptors() {
|
|
return this.smtDescriptors;
|
|
}
|
|
|
|
public String getScarMarkTattooSize() {
|
|
return this.scarMarkTattooSize;
|
|
}
|
|
|
|
public String getScannedVerticalPixelScale() {
|
|
return this.scannedVerticalPixelScale;
|
|
}
|
|
|
|
public String getScannedHorizontalPixelScale() {
|
|
return this.scannedHorizontalPixelScale;
|
|
}
|
|
|
|
public String getScaleUnits() {
|
|
return this.scaleUnits;
|
|
}
|
|
|
|
public String getPoseOffsetAngle() {
|
|
return this.poseOffsetAngle;
|
|
}
|
|
|
|
public String getPhotoDescription() {
|
|
return this.photoDescription;
|
|
}
|
|
|
|
public String getPhotoDate() {
|
|
return this.photoDate;
|
|
}
|
|
|
|
public String getPhotoAcquisitionSource() {
|
|
return this.photoAcquisitionSource;
|
|
}
|
|
|
|
public String getNcicDesignationCode() {
|
|
return this.ncicDesignationCode;
|
|
}
|
|
|
|
public String getImageType() {
|
|
return this.imageType;
|
|
}
|
|
|
|
public String getHorizontalPixelScale() {
|
|
return this.horizontalPixelScale;
|
|
}
|
|
|
|
public String getFacialFeaturePoints() {
|
|
return this.facialFeaturePoints;
|
|
}
|
|
|
|
public String getDeviceMonitoringMode() {
|
|
return this.deviceMonitoringMode;
|
|
}
|
|
|
|
public String getColorsPresent() {
|
|
return this.colorsPresent;
|
|
}
|
|
|
|
public String getColorSpace() {
|
|
return this.colorSpace;
|
|
}
|
|
}
|