public class AmbDevice extends ComponentData
| Modifier and Type | Class and Description |
|---|---|
static class |
AmbDevice.AmbAddress |
static class |
AmbDevice.EthernetAddress |
_| Constructor and Description |
|---|
AmbDevice()
Default Constructor for Component.
|
| Modifier and Type | Method and Description |
|---|---|
AmbDevice.AmbAddress |
getAddress() |
org.w3c.dom.Element |
getControlCdbExtraData() |
AmbDevice.EthernetAddress |
getEthernetConfig() |
void |
setAddress(AmbDevice.AmbAddress address) |
void |
setControlCdbExtraData(java.lang.String xmldoc) |
void |
setEthernetConfig(AmbDevice.EthernetAddress ethernetConfig) |
getExtraData, setData, setData, toStringpublic AmbDevice()
public AmbDevice.AmbAddress getAddress()
public void setAddress(AmbDevice.AmbAddress address)
address - the address to setpublic AmbDevice.EthernetAddress getEthernetConfig()
public void setEthernetConfig(AmbDevice.EthernetAddress ethernetConfig)
public void setControlCdbExtraData(java.lang.String xmldoc)
public org.w3c.dom.Element getControlCdbExtraData()