public class CustomizationSpecItem extends DynamicData
Java class for CustomizationSpecItem complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CustomizationSpecItem">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="info" type="{urn:vim25}CustomizationSpecInfo"/>
<element name="spec" type="{urn:vim25}CustomizationSpec"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CustomizationSpecInfo |
info |
protected CustomizationSpec |
spec |
| Constructor and Description |
|---|
CustomizationSpecItem() |
| Modifier and Type | Method and Description |
|---|---|
CustomizationSpecInfo |
getInfo()
Gets the value of the info property.
|
CustomizationSpec |
getSpec()
Gets the value of the spec property.
|
void |
setInfo(CustomizationSpecInfo value)
Sets the value of the info property.
|
void |
setSpec(CustomizationSpec value)
Sets the value of the spec property.
|
protected CustomizationSpecInfo info
protected CustomizationSpec spec
public CustomizationSpecInfo getInfo()
CustomizationSpecInfopublic void setInfo(CustomizationSpecInfo value)
value - allowed object is
CustomizationSpecInfopublic CustomizationSpec getSpec()
CustomizationSpecpublic void setSpec(CustomizationSpec value)
value - allowed object is
CustomizationSpecCopyright © 2018. All rights reserved.