public class SingleMac extends MacAddress
Java class for SingleMac complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SingleMac">
<complexContent>
<extension base="{urn:vim25}MacAddress">
<sequence>
<element name="address" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
address |
negate| Constructor and Description |
|---|
SingleMac() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAddress()
Gets the value of the address property.
|
void |
setAddress(String value)
Sets the value of the address property.
|
isNegate, setNegateprotected String address
Copyright © 2018. All rights reserved.