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;
}
}