public class MobileAddress extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
MobileAddress.Type |
| Constructor and Description |
|---|
MobileAddress() |
MobileAddress(MobileAddress.Type type,
String address) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAddress() |
MobileAddress.Type |
getType() |
void |
setAddress(MobileAddress.Type type,
String address) |
String |
toString() |
public MobileAddress()
public MobileAddress(MobileAddress.Type type, String address) throws SxmpErrorException
SxmpErrorExceptionpublic MobileAddress.Type getType()
public void setAddress(MobileAddress.Type type, String address) throws SxmpErrorException
SxmpErrorExceptionpublic String getAddress()
Copyright © 2016. All rights reserved.