net.sf.vcard4j.java.type
Class PHOTO
java.lang.Object
   net.sf.vcard4j.java.Type
net.sf.vcard4j.java.Type
       net.sf.vcard4j.java.SingleType
net.sf.vcard4j.java.SingleType
           net.sf.vcard4j.java.type.PHOTO
net.sf.vcard4j.java.type.PHOTO
- public class PHOTO- extends SingleType
To specify an image or photograph information that annotates some aspect of the object the vCard represents.
- Author:
- generated by net.sf.vcard4j.compiler.SingleTypeCompiler
 
| Constructor Summary | 
| PHOTO(org.w3c.dom.Element type)
 | 
 
 
| 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 | 
 
PHOTO
public PHOTO(org.w3c.dom.Element type)
set
public void set(java.lang.String value)
- 
 
get
public java.lang.String get()
- 
 
getParameters
public Parameters getParameters()
- 
- Specified by:
- getParametersin class- Type
 
-