public final class VCardAgent extends Object
Represents a vCard Agent property
Constructor and Description |
---|
VCardAgent()
Initializes a new instance of the
VCardAgent class |
Modifier and Type | Method and Description |
---|---|
VCardContact |
getAgentCard()
Gets or sets an agent's card (
null if ValueLocation (getValueLocation() /setValueLocation(int) ) is not INLINE ) |
String |
getUri()
Gets or sets a uri of agent card (
null if ValueLocation (getValueLocation() /setValueLocation(int) ) is INLINE ) |
int |
getValueLocation()
Gets or sets a value location
|
void |
setAgentCard(VCardContact value)
Gets or sets an agent's card (
null if ValueLocation (getValueLocation() /setValueLocation(int) ) is not INLINE ) |
void |
setUri(String value)
Gets or sets a uri of agent card (
null if ValueLocation (getValueLocation() /setValueLocation(int) ) is INLINE ) |
void |
setValueLocation(int value)
Gets or sets a value location
|
public VCardAgent()
Initializes a new instance of the VCardAgent
class
public final int getValueLocation()
Gets or sets a value location
public final void setValueLocation(int value)
Gets or sets a value location
public final String getUri()
Gets or sets a uri of agent card (null
if ValueLocation
(getValueLocation()
/setValueLocation(int)
) is INLINE
)
public final void setUri(String value)
Gets or sets a uri of agent card (null
if ValueLocation
(getValueLocation()
/setValueLocation(int)
) is INLINE
)
public final VCardContact getAgentCard()
Gets or sets an agent's card (null
if ValueLocation
(getValueLocation()
/setValueLocation(int)
) is not INLINE
)
public final void setAgentCard(VCardContact value)
Gets or sets an agent's card (null
if ValueLocation
(getValueLocation()
/setValueLocation(int)
) is not INLINE
)