public class HostSystemIdentificationInfo extends DynamicData
Java class for HostSystemIdentificationInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HostSystemIdentificationInfo">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="identifierValue" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="identifierType" type="{urn:vim25}ElementDescription"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ElementDescription |
identifierType |
protected String |
identifierValue |
| Constructor and Description |
|---|
HostSystemIdentificationInfo() |
| Modifier and Type | Method and Description |
|---|---|
ElementDescription |
getIdentifierType()
Gets the value of the identifierType property.
|
String |
getIdentifierValue()
Gets the value of the identifierValue property.
|
void |
setIdentifierType(ElementDescription value)
Sets the value of the identifierType property.
|
void |
setIdentifierValue(String value)
Sets the value of the identifierValue property.
|
protected String identifierValue
protected ElementDescription identifierType
public String getIdentifierValue()
Stringpublic void setIdentifierValue(String value)
value - allowed object is
Stringpublic ElementDescription getIdentifierType()
ElementDescriptionpublic void setIdentifierType(ElementDescription value)
value - allowed object is
ElementDescriptionCopyright © 2018. All rights reserved.