|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.edustructures.sifworks.SIFSimpleType<java.lang.String>
com.edustructures.sifworks.SIFString
com.edustructures.sifworks.SIFEnum
com.edustructures.sifworks.common.PhoneNumberType
public class PhoneNumberType
Defines the set of values that can be specified whenever a PhoneNumberType
is used as a parameter to a method or constructor. Alternatively, the static
wrap method can be called to encapsulate any string value in
a PhoneNumberType object.
| Field Summary | |
|---|---|
static PhoneNumberType |
ALT
Alternate telephone number ("0350") |
static PhoneNumberType |
ANSWERING_SERVICE
Answering service ("0359") |
static PhoneNumberType |
APPOINTMENT
Appointment telephone number ("0400") |
static PhoneNumberType |
BEEPER
Beeper number ("0370") |
static PhoneNumberType |
FAX
Facsimile number ("2364") |
static PhoneNumberType |
INSTANT_MESSAGING
Instant messaging number ("0478") |
static PhoneNumberType |
MEDIA_CONFERENCE
Media conferencing number ("0486") |
static PhoneNumberType |
PRIMARY
Main telephone number ("0096") |
static PhoneNumberType |
SIF1x_ALT
Alternate telephone number ("01") |
static PhoneNumberType |
SIF1x_ANSWERING_SERVICE
Answering service ("02") |
static PhoneNumberType |
SIF1x_APPT_NUMBER
Appointment telephone number ("10") |
static PhoneNumberType |
SIF1x_BEEPER
Beeper number ("03") |
static PhoneNumberType |
SIF1x_EXT
Telephone extension ("04") |
static PhoneNumberType |
SIF1x_HOME_FAX
Home facsimile number ("05") |
static PhoneNumberType |
SIF1x_HOME_PHONE
Home telephone number ("06") |
static PhoneNumberType |
SIF1x_NIGHT_PHONE
Night telephone number ("07") |
static PhoneNumberType |
SIF1x_OTHER_RES_FAX
Other residential facsimile number ("08") |
static PhoneNumberType |
SIF1x_OTHER_RES_PHONE
Other residential telephone number ("09") |
static PhoneNumberType |
SIF1x_PERSONAL_CELL
Personal cellular number ("11") |
static PhoneNumberType |
SIF1x_PERSONAL_PHONE
Personal telephone number ("12") |
static PhoneNumberType |
SIF1x_TELEMAIL
Telemail number ("14") |
static PhoneNumberType |
SIF1x_TELEX
Telex number ("13") |
static PhoneNumberType |
SIF1x_VOICEMAIL
Voicemail ("15") |
static PhoneNumberType |
SIF1x_WORK_CELL
Work cellular number ("16") |
static PhoneNumberType |
SIF1x_WORK_FAX
Work facsimile number ("17") |
static PhoneNumberType |
SIF1x_WORK_PHONE
Work telephone number ("18") |
static PhoneNumberType |
TELEMAIL
Telemail ("0437") |
static PhoneNumberType |
TELEX
Telex number ("0426") |
static PhoneNumberType |
VOICE_MAIL
Voice mail ("0448") |
| Method Summary | |
|---|---|
static PhoneNumberType |
wrap(java.lang.String value)
Wrap an arbitrary string value in a PhoneNumberType object. |
| Methods inherited from class com.edustructures.sifworks.SIFString |
|---|
getTypeConverter, isDoNotEncode |
| Methods inherited from class com.edustructures.sifworks.SIFSimpleType |
|---|
createField, equals, getDataType, getSQLType, getValue, hashCode, toString, toString, toString |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final PhoneNumberType ALT
public static final PhoneNumberType SIF1x_OTHER_RES_FAX
public static final PhoneNumberType SIF1x_EXT
public static final PhoneNumberType SIF1x_HOME_PHONE
public static final PhoneNumberType SIF1x_OTHER_RES_PHONE
public static final PhoneNumberType MEDIA_CONFERENCE
public static final PhoneNumberType SIF1x_WORK_FAX
public static final PhoneNumberType BEEPER
public static final PhoneNumberType SIF1x_WORK_PHONE
public static final PhoneNumberType SIF1x_HOME_FAX
public static final PhoneNumberType SIF1x_WORK_CELL
public static final PhoneNumberType SIF1x_TELEMAIL
public static final PhoneNumberType SIF1x_APPT_NUMBER
public static final PhoneNumberType INSTANT_MESSAGING
public static final PhoneNumberType SIF1x_PERSONAL_CELL
public static final PhoneNumberType SIF1x_PERSONAL_PHONE
public static final PhoneNumberType PRIMARY
public static final PhoneNumberType ANSWERING_SERVICE
public static final PhoneNumberType SIF1x_NIGHT_PHONE
public static final PhoneNumberType SIF1x_VOICEMAIL
public static final PhoneNumberType TELEX
public static final PhoneNumberType SIF1x_TELEX
public static final PhoneNumberType SIF1x_ALT
public static final PhoneNumberType VOICE_MAIL
public static final PhoneNumberType TELEMAIL
public static final PhoneNumberType SIF1x_ANSWERING_SERVICE
public static final PhoneNumberType FAX
public static final PhoneNumberType APPOINTMENT
public static final PhoneNumberType SIF1x_BEEPER
| Method Detail |
|---|
public static PhoneNumberType wrap(java.lang.String value)
value - The element/attribute value. This method does not verify
that the value is valid according to the SIF Specification.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||