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

nl.pdok.catalogus.model.RelativeHeight Maven / Gradle / Ivy

The newest version!
package nl.pdok.catalogus.model;

import org.codehaus.jackson.annotate.JsonIgnoreProperties;

@JsonIgnoreProperties(ignoreUnknown=true)
public class RelativeHeight {
	
	private String layerPostfix; 
	
	public String getLayer_postfix() {
		return layerPostfix;
	}
	
	public void setLayer_postfix(String layerPostfix) {
		this.layerPostfix = layerPostfix;
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy