public class Receive extends Object
Java class for Receive complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Receive">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="DesiredStream" type="{http://schemas.microsoft.com/wbem/wsman/1/windows/shell}DesiredStreamType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected DesiredStreamType |
desiredStream |
| Constructor and Description |
|---|
Receive() |
| Modifier and Type | Method and Description |
|---|---|
DesiredStreamType |
getDesiredStream()
Gets the value of the desiredStream property.
|
void |
setDesiredStream(DesiredStreamType value)
Sets the value of the desiredStream property.
|
protected DesiredStreamType desiredStream
public DesiredStreamType getDesiredStream()
DesiredStreamTypepublic void setDesiredStream(DesiredStreamType value)
value - allowed object is
DesiredStreamTypeCopyright © 2017. All rights reserved.