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

com.github.debugthug.xo.Text Maven / Gradle / Ivy

Go to download

Simple library having an App to test the XML requests and responses of TruJet.

The newest version!
package com.github.debugthug.xo;

import com.thoughtworks.xstream.annotations.XStreamAlias;

@XStreamAlias("soap:Text")
public class Text {

	@XStreamAlias("xml:lang")
	private String lang;

	public String getLang() {
		return lang;
	}

	public void setLang(String lang) {
		this.lang = lang;
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy