public class GuestInfoNamespaceGenerationInfo extends DynamicData
Java class for GuestInfoNamespaceGenerationInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GuestInfoNamespaceGenerationInfo">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="key" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="generationNo" type="{http://www.w3.org/2001/XMLSchema}int"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected int |
generationNo |
protected String |
key |
| Constructor and Description |
|---|
GuestInfoNamespaceGenerationInfo() |
| Modifier and Type | Method and Description |
|---|---|
int |
getGenerationNo()
Gets the value of the generationNo property.
|
String |
getKey()
Gets the value of the key property.
|
void |
setGenerationNo(int value)
Sets the value of the generationNo property.
|
void |
setKey(String value)
Sets the value of the key property.
|
protected String key
protected int generationNo
public String getKey()
Stringpublic void setKey(String value)
value - allowed object is
Stringpublic int getGenerationNo()
public void setGenerationNo(int value)
Copyright © 2018. All rights reserved.