public class ExtExtendedProductInfo extends DynamicData
Java class for ExtExtendedProductInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ExtExtendedProductInfo">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="companyUrl" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="productUrl" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="managementUrl" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="self" type="{urn:vim25}ManagedObjectReference" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
companyUrl |
protected String |
managementUrl |
protected String |
productUrl |
protected ManagedObjectReference |
self |
| Constructor and Description |
|---|
ExtExtendedProductInfo() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCompanyUrl()
Gets the value of the companyUrl property.
|
String |
getManagementUrl()
Gets the value of the managementUrl property.
|
String |
getProductUrl()
Gets the value of the productUrl property.
|
ManagedObjectReference |
getSelf()
Gets the value of the self property.
|
void |
setCompanyUrl(String value)
Sets the value of the companyUrl property.
|
void |
setManagementUrl(String value)
Sets the value of the managementUrl property.
|
void |
setProductUrl(String value)
Sets the value of the productUrl property.
|
void |
setSelf(ManagedObjectReference value)
Sets the value of the self property.
|
protected String companyUrl
protected String productUrl
protected String managementUrl
protected ManagedObjectReference self
public String getCompanyUrl()
Stringpublic void setCompanyUrl(String value)
value - allowed object is
Stringpublic String getProductUrl()
Stringpublic void setProductUrl(String value)
value - allowed object is
Stringpublic String getManagementUrl()
Stringpublic void setManagementUrl(String value)
value - allowed object is
Stringpublic ManagedObjectReference getSelf()
ManagedObjectReferencepublic void setSelf(ManagedObjectReference value)
value - allowed object is
ManagedObjectReferenceCopyright © 2018. All rights reserved.