public class Extension extends DynamicData
Java class for Extension complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Extension">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="description" type="{urn:vim25}Description"/>
<element name="key" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="company" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="type" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="version" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="subjectName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="server" type="{urn:vim25}ExtensionServerInfo" maxOccurs="unbounded" minOccurs="0"/>
<element name="client" type="{urn:vim25}ExtensionClientInfo" maxOccurs="unbounded" minOccurs="0"/>
<element name="taskList" type="{urn:vim25}ExtensionTaskTypeInfo" maxOccurs="unbounded" minOccurs="0"/>
<element name="eventList" type="{urn:vim25}ExtensionEventTypeInfo" maxOccurs="unbounded" minOccurs="0"/>
<element name="faultList" type="{urn:vim25}ExtensionFaultTypeInfo" maxOccurs="unbounded" minOccurs="0"/>
<element name="privilegeList" type="{urn:vim25}ExtensionPrivilegeInfo" maxOccurs="unbounded" minOccurs="0"/>
<element name="resourceList" type="{urn:vim25}ExtensionResourceInfo" maxOccurs="unbounded" minOccurs="0"/>
<element name="lastHeartbeatTime" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="healthInfo" type="{urn:vim25}ExtensionHealthInfo" minOccurs="0"/>
<element name="ovfConsumerInfo" type="{urn:vim25}ExtensionOvfConsumerInfo" minOccurs="0"/>
<element name="extendedProductInfo" type="{urn:vim25}ExtExtendedProductInfo" minOccurs="0"/>
<element name="managedEntityInfo" type="{urn:vim25}ExtManagedEntityInfo" maxOccurs="unbounded" minOccurs="0"/>
<element name="shownInSolutionManager" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="solutionManagerInfo" type="{urn:vim25}ExtSolutionManagerInfo" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<ExtensionClientInfo> |
client |
protected String |
company |
protected Description |
description |
protected List<ExtensionEventTypeInfo> |
eventList |
protected ExtExtendedProductInfo |
extendedProductInfo |
protected List<ExtensionFaultTypeInfo> |
faultList |
protected ExtensionHealthInfo |
healthInfo |
protected String |
key |
protected XMLGregorianCalendar |
lastHeartbeatTime |
protected List<ExtManagedEntityInfo> |
managedEntityInfo |
protected ExtensionOvfConsumerInfo |
ovfConsumerInfo |
protected List<ExtensionPrivilegeInfo> |
privilegeList |
protected List<ExtensionResourceInfo> |
resourceList |
protected List<ExtensionServerInfo> |
server |
protected Boolean |
shownInSolutionManager |
protected ExtSolutionManagerInfo |
solutionManagerInfo |
protected String |
subjectName |
protected List<ExtensionTaskTypeInfo> |
taskList |
protected String |
type |
protected String |
version |
| Constructor and Description |
|---|
Extension() |
| Modifier and Type | Method and Description |
|---|---|
List<ExtensionClientInfo> |
getClient()
Gets the value of the client property.
|
String |
getCompany()
Gets the value of the company property.
|
Description |
getDescription()
Gets the value of the description property.
|
List<ExtensionEventTypeInfo> |
getEventList()
Gets the value of the eventList property.
|
ExtExtendedProductInfo |
getExtendedProductInfo()
Gets the value of the extendedProductInfo property.
|
List<ExtensionFaultTypeInfo> |
getFaultList()
Gets the value of the faultList property.
|
ExtensionHealthInfo |
getHealthInfo()
Gets the value of the healthInfo property.
|
String |
getKey()
Gets the value of the key property.
|
XMLGregorianCalendar |
getLastHeartbeatTime()
Gets the value of the lastHeartbeatTime property.
|
List<ExtManagedEntityInfo> |
getManagedEntityInfo()
Gets the value of the managedEntityInfo property.
|
ExtensionOvfConsumerInfo |
getOvfConsumerInfo()
Gets the value of the ovfConsumerInfo property.
|
List<ExtensionPrivilegeInfo> |
getPrivilegeList()
Gets the value of the privilegeList property.
|
List<ExtensionResourceInfo> |
getResourceList()
Gets the value of the resourceList property.
|
List<ExtensionServerInfo> |
getServer()
Gets the value of the server property.
|
ExtSolutionManagerInfo |
getSolutionManagerInfo()
Gets the value of the solutionManagerInfo property.
|
String |
getSubjectName()
Gets the value of the subjectName property.
|
List<ExtensionTaskTypeInfo> |
getTaskList()
Gets the value of the taskList property.
|
String |
getType()
Gets the value of the type property.
|
String |
getVersion()
Gets the value of the version property.
|
Boolean |
isShownInSolutionManager()
Gets the value of the shownInSolutionManager property.
|
void |
setCompany(String value)
Sets the value of the company property.
|
void |
setDescription(Description value)
Sets the value of the description property.
|
void |
setExtendedProductInfo(ExtExtendedProductInfo value)
Sets the value of the extendedProductInfo property.
|
void |
setHealthInfo(ExtensionHealthInfo value)
Sets the value of the healthInfo property.
|
void |
setKey(String value)
Sets the value of the key property.
|
void |
setLastHeartbeatTime(XMLGregorianCalendar value)
Sets the value of the lastHeartbeatTime property.
|
void |
setOvfConsumerInfo(ExtensionOvfConsumerInfo value)
Sets the value of the ovfConsumerInfo property.
|
void |
setShownInSolutionManager(Boolean value)
Sets the value of the shownInSolutionManager property.
|
void |
setSolutionManagerInfo(ExtSolutionManagerInfo value)
Sets the value of the solutionManagerInfo property.
|
void |
setSubjectName(String value)
Sets the value of the subjectName property.
|
void |
setType(String value)
Sets the value of the type property.
|
void |
setVersion(String value)
Sets the value of the version property.
|
protected Description description
protected String key
protected String company
protected String type
protected String version
protected String subjectName
protected List<ExtensionServerInfo> server
protected List<ExtensionClientInfo> client
protected List<ExtensionTaskTypeInfo> taskList
protected List<ExtensionEventTypeInfo> eventList
protected List<ExtensionFaultTypeInfo> faultList
protected List<ExtensionPrivilegeInfo> privilegeList
protected List<ExtensionResourceInfo> resourceList
protected XMLGregorianCalendar lastHeartbeatTime
protected ExtensionHealthInfo healthInfo
protected ExtensionOvfConsumerInfo ovfConsumerInfo
protected ExtExtendedProductInfo extendedProductInfo
protected List<ExtManagedEntityInfo> managedEntityInfo
protected Boolean shownInSolutionManager
protected ExtSolutionManagerInfo solutionManagerInfo
public Description getDescription()
Descriptionpublic void setDescription(Description value)
value - allowed object is
Descriptionpublic String getKey()
Stringpublic void setKey(String value)
value - allowed object is
Stringpublic String getCompany()
Stringpublic void setCompany(String value)
value - allowed object is
Stringpublic String getType()
Stringpublic void setType(String value)
value - allowed object is
Stringpublic String getVersion()
Stringpublic void setVersion(String value)
value - allowed object is
Stringpublic String getSubjectName()
Stringpublic void setSubjectName(String value)
value - allowed object is
Stringpublic List<ExtensionServerInfo> getServer()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the server property.
For example, to add a new item, do as follows:
getServer().add(newItem);
Objects of the following type(s) are allowed in the list
ExtensionServerInfo
public List<ExtensionClientInfo> getClient()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the client property.
For example, to add a new item, do as follows:
getClient().add(newItem);
Objects of the following type(s) are allowed in the list
ExtensionClientInfo
public List<ExtensionTaskTypeInfo> getTaskList()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the taskList property.
For example, to add a new item, do as follows:
getTaskList().add(newItem);
Objects of the following type(s) are allowed in the list
ExtensionTaskTypeInfo
public List<ExtensionEventTypeInfo> getEventList()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the eventList property.
For example, to add a new item, do as follows:
getEventList().add(newItem);
Objects of the following type(s) are allowed in the list
ExtensionEventTypeInfo
public List<ExtensionFaultTypeInfo> getFaultList()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the faultList property.
For example, to add a new item, do as follows:
getFaultList().add(newItem);
Objects of the following type(s) are allowed in the list
ExtensionFaultTypeInfo
public List<ExtensionPrivilegeInfo> getPrivilegeList()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the privilegeList property.
For example, to add a new item, do as follows:
getPrivilegeList().add(newItem);
Objects of the following type(s) are allowed in the list
ExtensionPrivilegeInfo
public List<ExtensionResourceInfo> getResourceList()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the resourceList property.
For example, to add a new item, do as follows:
getResourceList().add(newItem);
Objects of the following type(s) are allowed in the list
ExtensionResourceInfo
public XMLGregorianCalendar getLastHeartbeatTime()
XMLGregorianCalendarpublic void setLastHeartbeatTime(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic ExtensionHealthInfo getHealthInfo()
ExtensionHealthInfopublic void setHealthInfo(ExtensionHealthInfo value)
value - allowed object is
ExtensionHealthInfopublic ExtensionOvfConsumerInfo getOvfConsumerInfo()
ExtensionOvfConsumerInfopublic void setOvfConsumerInfo(ExtensionOvfConsumerInfo value)
value - allowed object is
ExtensionOvfConsumerInfopublic ExtExtendedProductInfo getExtendedProductInfo()
ExtExtendedProductInfopublic void setExtendedProductInfo(ExtExtendedProductInfo value)
value - allowed object is
ExtExtendedProductInfopublic List<ExtManagedEntityInfo> getManagedEntityInfo()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the managedEntityInfo property.
For example, to add a new item, do as follows:
getManagedEntityInfo().add(newItem);
Objects of the following type(s) are allowed in the list
ExtManagedEntityInfo
public Boolean isShownInSolutionManager()
Booleanpublic void setShownInSolutionManager(Boolean value)
value - allowed object is
Booleanpublic ExtSolutionManagerInfo getSolutionManagerInfo()
ExtSolutionManagerInfopublic void setSolutionManagerInfo(ExtSolutionManagerInfo value)
value - allowed object is
ExtSolutionManagerInfoCopyright © 2018. All rights reserved.