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