VCardAgent

Inheritance: java.lang.Object

public final class VCardAgent

Represents a vCard Agent property

Constructors

ConstructorDescription
VCardAgent()Initializes a new instance of the VCardAgent class

Methods

MethodDescription
equals(Object arg0)
getAgentCard()Gets or sets an agent’s card ( null if ValueLocation (#getValueLocation.getValueLocation/#setValueLocation(int).setValueLocation(int)) is not INLINE )
getClass()
getUri()Gets or sets a uri of agent card ( null if ValueLocation (#getValueLocation.getValueLocation/#setValueLocation(int).setValueLocation(int)) is INLINE )
getValueLocation()Gets or sets a value location
hashCode()
notify()
notifyAll()
setAgentCard(VCardContact value)Gets or sets an agent’s card ( null if ValueLocation (#getValueLocation.getValueLocation/#setValueLocation(int).setValueLocation(int)) is not INLINE )
setUri(String value)Gets or sets a uri of agent card ( null if ValueLocation (#getValueLocation.getValueLocation/#setValueLocation(int).setValueLocation(int)) is INLINE )
setValueLocation(int value)Gets or sets a value location
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

VCardAgent()

public VCardAgent()

Initializes a new instance of the VCardAgent class

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

ParameterTypeDescription
arg0java.lang.Object

Returns: boolean

getAgentCard()

public final VCardContact getAgentCard()

Gets or sets an agent’s card ( null if ValueLocation (#getValueLocation.getValueLocation/#setValueLocation(int).setValueLocation(int)) is not INLINE )

Returns: VCardContact

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getUri()

public final String getUri()

Gets or sets a uri of agent card ( null if ValueLocation (#getValueLocation.getValueLocation/#setValueLocation(int).setValueLocation(int)) is INLINE )

Returns: java.lang.String

getValueLocation()

public final int getValueLocation()

Gets or sets a value location

Returns: int

hashCode()

public native int hashCode()

Returns: int

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

setAgentCard(VCardContact value)

public final void setAgentCard(VCardContact value)

Gets or sets an agent’s card ( null if ValueLocation (#getValueLocation.getValueLocation/#setValueLocation(int).setValueLocation(int)) is not INLINE )

Parameters:

ParameterTypeDescription
valueVCardContact

setUri(String value)

public final void setUri(String value)

Gets or sets a uri of agent card ( null if ValueLocation (#getValueLocation.getValueLocation/#setValueLocation(int).setValueLocation(int)) is INLINE )

Parameters:

ParameterTypeDescription
valuejava.lang.String

setValueLocation(int value)

public final void setValueLocation(int value)

Gets or sets a value location

Parameters:

ParameterTypeDescription
valueint

toString()

public String toString()

Returns: java.lang.String

wait()

public final void wait()

wait(long arg0)

public final native void wait(long arg0)

Parameters:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int