org.mobicents.protocols.mgcp.jain.pkg
Class AnnouncementParmValue

java.lang.Object
  extended by org.mobicents.protocols.mgcp.jain.pkg.Value
      extended by org.mobicents.protocols.mgcp.jain.pkg.AnnouncementParmValue
All Implemented Interfaces:
Map<Parameter,Value>

public class AnnouncementParmValue
extends Value


Nested Class Summary
 
Nested classes/interfaces inherited from interface java.util.Map
Map.Entry<K,V>
 
Constructor Summary
AnnouncementParmValue(Parameter parameter)
           
 
Method Summary
 void addDisplayTextSeg(DisplayTextSeg displayTextSeg)
           
 void addSegmentId(SegmentId s)
           
 void addSilenceSeg(SilenceSeg silenceSeg)
           
 void addTextToSpeechSeg(TextToSpeechSeg textToSpeechSeg)
           
 List<DisplayTextSeg> getDisplayTextSegs()
           
 List<SegmentId> getSegmentIds()
           
 List<SilenceSeg> getSilenceSegs()
           
 List<TextToSpeechSeg> getTextToSpeechSegs()
           
 String toString()
           
 
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
 

Constructor Detail

AnnouncementParmValue

public AnnouncementParmValue(Parameter parameter)
Method Detail

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 © 2012 TeleStax, Inc.. All Rights Reserved.