public class ProductComponentInfo extends DynamicData
Java class for ProductComponentInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ProductComponentInfo">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="id" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="version" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="release" type="{http://www.w3.org/2001/XMLSchema}int"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
id |
protected String |
name |
protected int |
release |
protected String |
version |
| Constructor and Description |
|---|
ProductComponentInfo() |
| Modifier and Type | Method and Description |
|---|---|
String |
getId()
Gets the value of the id property.
|
String |
getName()
Gets the value of the name property.
|
int |
getRelease()
Gets the value of the release property.
|
String |
getVersion()
Gets the value of the version property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setRelease(int value)
Sets the value of the release property.
|
void |
setVersion(String value)
Sets the value of the version property.
|
protected String id
protected String name
protected String version
protected int release
public void setId(String value)
value - allowed object is
Stringpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getVersion()
Stringpublic void setVersion(String value)
value - allowed object is
Stringpublic int getRelease()
public void setRelease(int value)
Copyright © 2018. All rights reserved.