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

com.github.debugthug.xo.fareRules.FareRulesAndRestrictions Maven / Gradle / Ivy

package com.github.debugthug.xo.fareRules;

import com.github.debugthug.xo.StrInput;
import com.thoughtworks.xstream.annotations.XStreamAlias;

public class FareRulesAndRestrictions {
	
	@XStreamAlias("StrInput")
	private StrInput strInput;

	public StrInput getStrInput() {
		return strInput;
	}

	public void setStrInput(StrInput strInput) {
		this.strInput = strInput;
	}
	
	

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy