public class SharesInfo extends DynamicData
Java class for SharesInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SharesInfo">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="shares" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="level" type="{urn:vim25}SharesLevel"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected SharesLevel |
level |
protected int |
shares |
| Constructor and Description |
|---|
SharesInfo() |
| Modifier and Type | Method and Description |
|---|---|
SharesLevel |
getLevel()
Gets the value of the level property.
|
int |
getShares()
Gets the value of the shares property.
|
void |
setLevel(SharesLevel value)
Sets the value of the level property.
|
void |
setShares(int value)
Sets the value of the shares property.
|
protected int shares
protected SharesLevel level
public int getShares()
public void setShares(int value)
public SharesLevel getLevel()
SharesLevelpublic void setLevel(SharesLevel value)
value - allowed object is
SharesLevelCopyright © 2018. All rights reserved.