net.sf.vcard4j.java.type
Class SOUND

java.lang.Object
  extended bynet.sf.vcard4j.java.Type
      extended bynet.sf.vcard4j.java.SingleType
          extended bynet.sf.vcard4j.java.type.SOUND

public class SOUND
extends SingleType

To specify a digital sound content information that annotates some aspect of the vCard. By default this type is used to specify the proper pronunciation of the name type value of the vCard.

Author:
generated by net.sf.vcard4j.compiler.SingleTypeCompiler

Nested Class Summary
 class SOUND.Parameters
           
 
Constructor Summary
SOUND(org.w3c.dom.Element type)
           
 
Method Summary
 java.lang.String get()
           
 Parameters getParameters()
           
 void set(java.lang.String value)
           
 
Methods inherited from class net.sf.vcard4j.java.Type
getName
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SOUND

public SOUND(org.w3c.dom.Element type)
Method Detail

set

public void set(java.lang.String value)

get

public java.lang.String get()

getParameters

public Parameters getParameters()
Specified by:
getParameters in class Type