org.mobicents.protocols.mgcp.jain.pkg
Class AnnouncementParmValue
java.lang.Object
org.mobicents.protocols.mgcp.jain.pkg.Value
org.mobicents.protocols.mgcp.jain.pkg.AnnouncementParmValue
- All Implemented Interfaces:
- Map<Parameter,Value>
public class AnnouncementParmValue
- extends Value
| Nested classes/interfaces inherited from interface java.util.Map |
Map.Entry<K,V> |
| Methods inherited from class org.mobicents.protocols.mgcp.jain.pkg.Value |
clear, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values |
AnnouncementParmValue
public AnnouncementParmValue(Parameter parameter)
getSegmentIds
public List<SegmentId> getSegmentIds()
addSegmentId
public void addSegmentId(SegmentId s)
getTextToSpeechSegs
public List<TextToSpeechSeg> getTextToSpeechSegs()
addTextToSpeechSeg
public void addTextToSpeechSeg(TextToSpeechSeg textToSpeechSeg)
getDisplayTextSegs
public List<DisplayTextSeg> getDisplayTextSegs()
addDisplayTextSeg
public void addDisplayTextSeg(DisplayTextSeg displayTextSeg)
getSilenceSegs
public List<SilenceSeg> getSilenceSegs()
addSilenceSeg
public void addSilenceSeg(SilenceSeg silenceSeg)
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2013 TeleStax, Inc.. All Rights Reserved.