ca.macewan.ims.enterprise
Class Tel
java.lang.Object
ca.macewan.ims.enterprise.Tel
- public class Tel
- extends Object
Represents a "tel" element.
- Version:
- 0.1
- Author:
- Erwin Veugelers
- See Also:
- IMS Enterprise Specification
Constructor Summary |
Tel()
|
TELTYPE_VOICE
public static final String TELTYPE_VOICE
- See Also:
- Constant Field Values
TELTYPE_FAX
public static final String TELTYPE_FAX
- See Also:
- Constant Field Values
TELTYPE_MOBILE
public static final String TELTYPE_MOBILE
- See Also:
- Constant Field Values
TELTYPE_PAGER
public static final String TELTYPE_PAGER
- See Also:
- Constant Field Values
TELTYPE_ENUM
public static final String[] TELTYPE_ENUM
Tel
public Tel()
setTel
public void setTel(String tl)
getTel
public String getTel()
setTelType
public void setTelType(String ttype)
getTelType
public String getTelType()