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

com.github.debugthug.xo.holdInventory.HoldInventoryResult Maven / Gradle / Ivy

package com.github.debugthug.xo.holdInventory;

import com.thoughtworks.xstream.annotations.XStreamAlias;

@XStreamAlias("HoldInventoryResult")
public class HoldInventoryResult {

	@XStreamAlias("HoldInventoryRS")
	private HoldInventoryRS holdInventoryRS;

	public HoldInventoryRS getHoldInventoryRS() {
		return holdInventoryRS;
	}

	public void setHoldInventoryRS(HoldInventoryRS holdInventoryRS) {
		this.holdInventoryRS = holdInventoryRS;
	}
	
	
	
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy