public class ReceiveResponse extends Object
Java class for ReceiveResponse complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ReceiveResponse">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Stream" type="{http://schemas.microsoft.com/wbem/wsman/1/windows/shell}StreamType" maxOccurs="unbounded"/>
<element name="CommandState" type="{http://schemas.microsoft.com/wbem/wsman/1/windows/shell}CommandStateType" minOccurs="0"/>
</sequence>
<attribute ref="{http://schemas.microsoft.com/wbem/wsman/1/windows/shell}SequenceID"/>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CommandStateType |
commandState |
protected BigInteger |
sequenceID |
protected List<StreamType> |
stream |
| Constructor and Description |
|---|
ReceiveResponse() |
| Modifier and Type | Method and Description |
|---|---|
CommandStateType |
getCommandState()
Gets the value of the commandState property.
|
BigInteger |
getSequenceID()
Gets the value of the sequenceID property.
|
List<StreamType> |
getStream()
Gets the value of the stream property.
|
void |
setCommandState(CommandStateType value)
Sets the value of the commandState property.
|
void |
setSequenceID(BigInteger value)
Sets the value of the sequenceID property.
|
protected List<StreamType> stream
protected CommandStateType commandState
protected BigInteger sequenceID
public List<StreamType> getStream()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the stream property.
For example, to add a new item, do as follows:
getStream().add(newItem);
Objects of the following type(s) are allowed in the list
StreamType
public CommandStateType getCommandState()
CommandStateTypepublic void setCommandState(CommandStateType value)
value - allowed object is
CommandStateTypepublic BigInteger getSequenceID()
BigIntegerpublic void setSequenceID(BigInteger value)
value - allowed object is
BigIntegerCopyright © 2017. All rights reserved.