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:
- java.util.Map<Parameter,Value>
public class AnnouncementParmValue
- extends Value
| Nested classes/interfaces inherited from interface java.util.Map |
java.util.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 |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface java.util.Map |
equals, hashCode |
AnnouncementParmValue
public AnnouncementParmValue(Parameter parameter)
getSegmentIds
public java.util.List<SegmentId> getSegmentIds()
addSegmentId
public void addSegmentId(SegmentId s)
getTextToSpeechSegs
public java.util.List<TextToSpeechSeg> getTextToSpeechSegs()
addTextToSpeechSeg
public void addTextToSpeechSeg(TextToSpeechSeg textToSpeechSeg)
getDisplayTextSegs
public java.util.List<DisplayTextSeg> getDisplayTextSegs()
addDisplayTextSeg
public void addDisplayTextSeg(DisplayTextSeg displayTextSeg)
getSilenceSegs
public java.util.List<SilenceSeg> getSilenceSegs()
addSilenceSeg
public void addSilenceSeg(SilenceSeg silenceSeg)
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
Copyright © 2010. All Rights Reserved.