|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectezvcard.types.VCardType
ezvcard.types.TextType
ezvcard.types.UriType
ezvcard.types.SourceType
public class SourceType
A URL that can be used to retrieve the most up-to-date version of the person's vCard.
VCard vcard = new VCard();
SourceType source = new SourceType("http://www.company.com/employees/doe_john.vcf");
vcard.addSource(source);
vCard property name: SOURCE
vCard versions: 3.0, 4.0
| Field Summary | |
|---|---|
static String |
NAME
|
| Fields inherited from class ezvcard.types.TextType |
|---|
value |
| Fields inherited from class ezvcard.types.VCardType |
|---|
group, subTypes, typeName |
| Constructor Summary | |
|---|---|
SourceType()
|
|
SourceType(String url)
|
|
| Method Summary | |
|---|---|
void |
addPid(int localId,
int clientPidMapRef)
Adds a PID value. |
String |
getAltId()
Gets the ALTID. |
List<Integer[]> |
getPids()
Gets all PID parameter values. |
Integer |
getPref()
Gets the preference value. |
void |
removePids()
Removes all PID values. |
void |
setAltId(String altId)
Sets the ALTID. |
void |
setPref(Integer pref)
Sets the preference value. |
| Methods inherited from class ezvcard.types.UriType |
|---|
doMarshalXml, doUnmarshalHtml, doUnmarshalXml |
| Methods inherited from class ezvcard.types.TextType |
|---|
doMarshalText, doUnmarshalText, getValue, setValue |
| Methods inherited from class ezvcard.types.VCardType |
|---|
compareTo, doMarshalSubTypes, getGroup, getQName, getSubTypes, getSupportedVersions, getTypeName, marshalSubTypes, marshalText, marshalXml, setGroup, unmarshalHtml, unmarshalText, unmarshalXml |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String NAME
| Constructor Detail |
|---|
public SourceType()
public SourceType(String url)
url - the URL| Method Detail |
|---|
public List<Integer[]> getPids()
vCard versions: 4.0
VCardSubTypes.getPids()
public void addPid(int localId,
int clientPidMapRef)
vCard versions: 4.0
localId - the local IDclientPidMapRef - the ID used to reference the property's globally
unique identifier in the CLIENTPIDMAP property.VCardSubTypes.addPid(int, int)public void removePids()
vCard versions: 4.0
VCardSubTypes.removePids()public Integer getPref()
vCard versions: 4.0
VCardSubTypes.getPref()public void setPref(Integer pref)
vCard versions: 4.0
pref - the preference value or null to removeVCardSubTypes.setPref(java.lang.Integer)public String getAltId()
vCard versions: 4.0
VCardSubTypes.getAltId()public void setAltId(String altId)
vCard versions: 4.0
altId - the ALTID or null to removeVCardSubTypes.setAltId(java.lang.String)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||