ca.macewan.ims.enterprise
Class Tel

java.lang.Object
  extended byca.macewan.ims.enterprise.Tel

public class Tel
extends Object

Represents a "tel" element.

Version:
0.1
Author:
Erwin Veugelers
See Also:
IMS Enterprise Specification

Field Summary
static String[] TELTYPE_ENUM
           
static String TELTYPE_FAX
           
static String TELTYPE_MOBILE
           
static String TELTYPE_PAGER
           
static String TELTYPE_VOICE
           
 
Constructor Summary
Tel()
           
 
Method Summary
 String getTel()
           
 String getTelType()
           
 void setTel(String tl)
           
 void setTelType(String ttype)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

Tel

public Tel()
Method Detail

setTel

public void setTel(String tl)

getTel

public String getTel()

setTelType

public void setTelType(String ttype)

getTelType

public String getTelType()