public class ExtensionServerInfo extends DynamicData
Java class for ExtensionServerInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ExtensionServerInfo">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="url" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="description" type="{urn:vim25}Description"/>
<element name="company" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="type" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="adminEmail" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded"/>
<element name="serverThumbprint" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<String> |
adminEmail |
protected String |
company |
protected Description |
description |
protected String |
serverThumbprint |
protected String |
type |
protected String |
url |
| Constructor and Description |
|---|
ExtensionServerInfo() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getAdminEmail()
Gets the value of the adminEmail property.
|
String |
getCompany()
Gets the value of the company property.
|
Description |
getDescription()
Gets the value of the description property.
|
String |
getServerThumbprint()
Gets the value of the serverThumbprint property.
|
String |
getType()
Gets the value of the type property.
|
String |
getUrl()
Gets the value of the url property.
|
void |
setCompany(String value)
Sets the value of the company property.
|
void |
setDescription(Description value)
Sets the value of the description property.
|
void |
setServerThumbprint(String value)
Sets the value of the serverThumbprint property.
|
void |
setType(String value)
Sets the value of the type property.
|
void |
setUrl(String value)
Sets the value of the url property.
|
protected String url
protected Description description
protected String company
protected String type
protected String serverThumbprint
public String getUrl()
Stringpublic void setUrl(String value)
value - allowed object is
Stringpublic Description getDescription()
Descriptionpublic void setDescription(Description value)
value - allowed object is
Descriptionpublic String getCompany()
Stringpublic void setCompany(String value)
value - allowed object is
Stringpublic String getType()
Stringpublic void setType(String value)
value - allowed object is
Stringpublic List<String> getAdminEmail()
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 adminEmail property.
For example, to add a new item, do as follows:
getAdminEmail().add(newItem);
Objects of the following type(s) are allowed in the list
String
public String getServerThumbprint()
StringCopyright © 2018. All rights reserved.