public class DVSContactInfo extends DynamicData
Java class for DVSContactInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DVSContactInfo">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="contact" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
contact |
protected String |
name |
| Constructor and Description |
|---|
DVSContactInfo() |
| Modifier and Type | Method and Description |
|---|---|
String |
getContact()
Gets the value of the contact property.
|
String |
getName()
Gets the value of the name property.
|
void |
setContact(String value)
Sets the value of the contact property.
|
void |
setName(String value)
Sets the value of the name property.
|
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getContact()
StringCopyright © 2018. All rights reserved.