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