public class CITelephoneImpl extends AbstractObjectImpl implements CITelephone
| Constructor and Description |
|---|
CITelephoneImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
addFacsimile(String facsimile)
Adds a new facsimile property
|
void |
addVoice(String voice)
Adds a new voice property
|
List<String> |
getFacsimileList()
Gets the list of facsimile properties
|
int |
getNumFacsimiles()
Returns number of facsimile properties
|
int |
getNumVoices()
Returns number of voice properties
|
List<String> |
getVoiceList()
Gets the list of voice properties
|
getId, getUuid, isSetId, isSetUuid, setId, setUuidpublic List<String> getVoiceList()
getVoiceList in interface CITelephonepublic int getNumVoices()
getNumVoices in interface CITelephonepublic void addVoice(String voice)
addVoice in interface CITelephonepublic List<String> getFacsimileList()
getFacsimileList in interface CITelephonepublic int getNumFacsimiles()
getNumFacsimiles in interface CITelephonepublic void addFacsimile(String facsimile)
addFacsimile in interface CITelephoneCopyright © 2016 VAST Team / Sensia Software LLC. All rights reserved.