net.sf.vcard4j.java.type
Class BDAY

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

public class BDAY
extends SingleType

To specify the birth date of the object the vCard represents.

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

Nested Class Summary
 class BDAY.Parameters
           
 
Constructor Summary
BDAY(org.w3c.dom.Element type)
           
 
Method Summary
 VDate get()
           
 Parameters getParameters()
           
 void set(VDate 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

BDAY

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

set

public void set(VDate value)

get

public VDate get()

getParameters

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