public class HostServiceSourcePackage extends DynamicData
Java class for HostServiceSourcePackage complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HostServiceSourcePackage">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="sourcePackageName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="description" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
description |
protected String |
sourcePackageName |
| Constructor and Description |
|---|
HostServiceSourcePackage() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Gets the value of the description property.
|
String |
getSourcePackageName()
Gets the value of the sourcePackageName property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setSourcePackageName(String value)
Sets the value of the sourcePackageName property.
|
protected String sourcePackageName
protected String description
public String getSourcePackageName()
Stringpublic void setSourcePackageName(String value)
value - allowed object is
Stringpublic String getDescription()
StringCopyright © 2018. All rights reserved.