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