package eu.dnetlib.pid.service;


public class PIDLocAttRule {

	private String resolveURLXPath, targetXPath;

	public String getResolveURLXPath() {
		return resolveURLXPath;
	}

	public void setResolveURLXPath(String resolveURLXPath) {
		this.resolveURLXPath = resolveURLXPath;
	}

	public String getTargetXPath() {
		return targetXPath;
	}

	public void setTargetXPath(String targetXPath) {
		this.targetXPath = targetXPath;
	}

	public PIDLocAttRule(String resolveURLXPath, String targetXPath) {
		super();
		this.resolveURLXPath = resolveURLXPath;
		this.targetXPath = targetXPath;
	}

	public PIDLocAttRule() {
		super();
		// TODO Auto-generated constructor stub
	}
	
	@Override
	public String toString() {
		return "PIDALocattRule [resolveURLXPath=" + resolveURLXPath
				+ ", targetXPath=" + targetXPath +"]";
	}
	
	
}
