VCardOrganization

Inheritance: java.lang.Object

public final class VCardOrganization

Represents vCard organization properties

Constructors

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

Methods

MethodDescription
equals(Object arg0)
getAgent()Gets or sets an agent
getClass()
getDepartments()Gets or sets a departments
getLogo()Gets or sets a logo
getOrganization()Gets or sets a organization
getRole()Gets or sets a role
getTitle()Gets or sets a job title
hashCode()
notify()
notifyAll()
setAgent(VCardAgent value)Gets or sets an agent
setDepartments(System.Collections.Specialized.StringCollection value)Gets or sets a departments
setLogo(VCardPhoto value)Gets or sets a logo
setOrganization(String value)Gets or sets a organization
setRole(String value)Gets or sets a role
setTitle(String value)Gets or sets a job title
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

VCardOrganization()

public VCardOrganization()

Initializes a new instance of the VCardOrganization class

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

ParameterTypeDescription
arg0java.lang.Object

Returns: boolean

getAgent()

public final VCardAgent getAgent()

Gets or sets an agent

Returns: VCardAgent

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getDepartments()

public final System.Collections.Specialized.StringCollection getDepartments()

Gets or sets a departments

Returns: com.aspose.ms.System.Collections.Specialized.StringCollection

getLogo()

public final VCardPhoto getLogo()

Gets or sets a logo

Returns: VCardPhoto

getOrganization()

public final String getOrganization()

Gets or sets a organization

Returns: java.lang.String

getRole()

public final String getRole()

Gets or sets a role

Returns: java.lang.String

getTitle()

public final String getTitle()

Gets or sets a job title

Returns: java.lang.String

hashCode()

public native int hashCode()

Returns: int

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

setAgent(VCardAgent value)

public final void setAgent(VCardAgent value)

Gets or sets an agent

Parameters:

ParameterTypeDescription
valueVCardAgent

setDepartments(System.Collections.Specialized.StringCollection value)

public final void setDepartments(System.Collections.Specialized.StringCollection value)

Gets or sets a departments

Parameters:

ParameterTypeDescription
valuecom.aspose.ms.System.Collections.Specialized.StringCollection

setLogo(VCardPhoto value)

public final void setLogo(VCardPhoto value)

Gets or sets a logo

Parameters:

ParameterTypeDescription
valueVCardPhoto

setOrganization(String value)

public final void setOrganization(String value)

Gets or sets a organization

Parameters:

ParameterTypeDescription
valuejava.lang.String

setRole(String value)

public final void setRole(String value)

Gets or sets a role

Parameters:

ParameterTypeDescription
valuejava.lang.String

setTitle(String value)

public final void setTitle(String value)

Gets or sets a job title

Parameters:

ParameterTypeDescription
valuejava.lang.String

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