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