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 is not INLINE )
|
String |
getUri()
Gets or sets a uri of agent card (
null if ValueLocation is INLINE )
|
byte |
getValueLocation()
Gets or sets a value location
|
void |
setAgentCard(VCardContact value) |
void |
setUri(String value) |
void |
setValueLocation(byte value) |
public VCardAgent()
Initializes a new instance of the VCardAgent
class
public byte getValueLocation()
Gets or sets a value location
public void setValueLocation(byte value)
public String getUri()
Gets or sets a uri of agent card (null
if ValueLocation
is INLINE
)
public void setUri(String value)
public VCardContact getAgentCard()
Gets or sets an agent's card (null
if ValueLocation
is not INLINE
)
public void setAgentCard(VCardContact value)
Copyright (c) 2008-2013 Aspose Pty Ltd. All Rights Reserved.