com.aspose.email
Class VCardAgent

java.lang.Object
  extended by com.aspose.email.VCardAgent

public final class VCardAgent
extends Object

Represents a vCard Agent property


Constructor Summary
VCardAgent()
           Initializes a new instance of the VCardAgent class
 
Method Summary
 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)
 VCardValueLocation getValueLocation()
           Gets or sets a value location
 void setAgentCard(VCardContact value)
           
 void setUri(String value)
           
 void setValueLocation(VCardValueLocation value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VCardAgent

public VCardAgent()

Initializes a new instance of the VCardAgent class

Method Detail

getValueLocation

public VCardValueLocation getValueLocation()

Gets or sets a value location


setValueLocation

public void setValueLocation(VCardValueLocation value)

getUri

public String getUri()

Gets or sets a uri of agent card (null if ValueLocation is INLINE)


setUri

public void setUri(String value)

getAgentCard

public VCardContact getAgentCard()

Gets or sets an agent's card (null if ValueLocation is not INLINE)


setAgentCard

public void setAgentCard(VCardContact value)


Copyright (c) 2002-2011 Aspose Pty Ltd. All Rights Reserved.