All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.ingenico.direct.domain.LengthValidator Maven / Gradle / Ivy

/*
 * This class was auto-generated from the API references found at
 * https://support.direct.ingenico.com/documentation/api/reference
 */
package com.ingenico.direct.domain;

public class LengthValidator {

	private Integer maxLength = null;

	private Integer minLength = null;

	public Integer getMaxLength() {
		return maxLength;
	}

	public void setMaxLength(Integer value) {
		this.maxLength = value;
	}

	public Integer getMinLength() {
		return minLength;
	}

	public void setMinLength(Integer value) {
		this.minLength = value;
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy