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:
java.util.Map<Parameter,Value>

public class AnnouncementParmValue
extends Value


Nested Class Summary
 
Nested classes/interfaces inherited from interface java.util.Map
java.util.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)
           
 java.util.List<DisplayTextSeg> getDisplayTextSegs()
           
 java.util.List<SegmentId> getSegmentIds()
           
 java.util.List<SilenceSeg> getSilenceSegs()
           
 java.util.List<TextToSpeechSeg> getTextToSpeechSegs()
           
 java.lang.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 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.