
com.xqbase.util.winrm.shell.Receive Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of xqbase-util-winrm Show documentation
Show all versions of xqbase-util-winrm Show documentation
Reusable Java components for www.xqbase.com, WinRM Part
The newest version!
package com.xqbase.util.winrm.shell;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlType;
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "Receive", propOrder = {"desiredStream"})
public class Receive {
@XmlElement(name = "DesiredStream", required = true)
protected DesiredStreamType desiredStream;
public DesiredStreamType getDesiredStream() {
return desiredStream;
}
public void setDesiredStream(DesiredStreamType desiredStream) {
this.desiredStream = desiredStream;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy