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

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

package com.github.debugthug.xo;

import com.thoughtworks.xstream.annotations.XStreamAlias;

@XStreamAlias("Code")
public class Code {

	@XStreamAlias("soap:Value")
	private String value;

	public String getValue() {
		return value;
	}

	public void setValue(String value) {
		this.value = value;
	}
	
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy