public class MAC extends Object
Java class for MAC complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MAC">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="address" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
MAC() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAddress()
Gets the value of the address property.
|
boolean |
isSetAddress() |
void |
setAddress(String value)
Sets the value of the address property.
|
protected String address
public String getAddress()
Stringpublic void setAddress(String value)
value - allowed object is
Stringpublic boolean isSetAddress()
Copyright © 2012. All Rights Reserved.