public class IoFilterInfo extends DynamicData
Java class for IoFilterInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="IoFilterInfo">
<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="vendor" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="version" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="type" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="summary" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="releaseDate" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
id |
protected String |
name |
protected String |
releaseDate |
protected String |
summary |
protected String |
type |
protected String |
vendor |
protected String |
version |
| Constructor and Description |
|---|
IoFilterInfo() |
| Modifier and Type | Method and Description |
|---|---|
String |
getId()
Gets the value of the id property.
|
String |
getName()
Gets the value of the name property.
|
String |
getReleaseDate()
Gets the value of the releaseDate property.
|
String |
getSummary()
Gets the value of the summary property.
|
String |
getType()
Gets the value of the type property.
|
String |
getVendor()
Gets the value of the vendor 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 |
setReleaseDate(String value)
Sets the value of the releaseDate property.
|
void |
setSummary(String value)
Sets the value of the summary property.
|
void |
setType(String value)
Sets the value of the type property.
|
void |
setVendor(String value)
Sets the value of the vendor property.
|
void |
setVersion(String value)
Sets the value of the version property.
|
protected String id
protected String name
protected String vendor
protected String version
protected String type
protected String summary
protected String releaseDate
public void setId(String value)
value - allowed object is
Stringpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getVendor()
Stringpublic void setVendor(String value)
value - allowed object is
Stringpublic String getVersion()
Stringpublic void setVersion(String value)
value - allowed object is
Stringpublic String getType()
Stringpublic void setType(String value)
value - allowed object is
Stringpublic String getSummary()
Stringpublic void setSummary(String value)
value - allowed object is
Stringpublic String getReleaseDate()
StringCopyright © 2018. All rights reserved.