public class VirtualMachineMessage extends DynamicData
Java class for VirtualMachineMessage complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VirtualMachineMessage">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="id" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="argument" type="{http://www.w3.org/2001/XMLSchema}anyType" maxOccurs="unbounded" minOccurs="0"/>
<element name="text" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<Object> |
argument |
protected String |
id |
protected String |
text |
| Constructor and Description |
|---|
VirtualMachineMessage() |
| Modifier and Type | Method and Description |
|---|---|
List<Object> |
getArgument()
Gets the value of the argument property.
|
String |
getId()
Gets the value of the id property.
|
String |
getText()
Gets the value of the text property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setText(String value)
Sets the value of the text property.
|
public void setId(String value)
value - allowed object is
Stringpublic List<Object> getArgument()
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 argument property.
For example, to add a new item, do as follows:
getArgument().add(newItem);
Objects of the following type(s) are allowed in the list
Object
public String getText()
StringCopyright © 2018. All rights reserved.