public final class VCardOrganization extends Object
Represents vCard organization properties
Constructor and Description |
---|
VCardOrganization()
Initializes a new instance of the
VCardOrganization class |
Modifier and Type | Method and Description |
---|---|
VCardAgent |
getAgent()
Gets or sets an agent
|
com.aspose.ms.System.Collections.Specialized.StringCollection |
getDepartments()
Gets or sets a departments
|
VCardPhoto |
getLogo()
Gets or sets a logo
|
String |
getOrganization()
Gets or sets a organization
|
String |
getRole()
Gets or sets a role
|
String |
getTitle()
Gets or sets a job title
|
void |
setAgent(VCardAgent value)
Gets or sets an agent
|
void |
setDepartments(com.aspose.ms.System.Collections.Specialized.StringCollection value)
Gets or sets a departments
|
void |
setLogo(VCardPhoto value)
Gets or sets a logo
|
void |
setOrganization(String value)
Gets or sets a organization
|
void |
setRole(String value)
Gets or sets a role
|
void |
setTitle(String value)
Gets or sets a job title
|
public VCardOrganization()
Initializes a new instance of the VCardOrganization
class
public final String getTitle()
Gets or sets a job title
public final void setTitle(String value)
Gets or sets a job title
public final String getRole()
Gets or sets a role
public final void setRole(String value)
Gets or sets a role
public final VCardPhoto getLogo()
Gets or sets a logo
public final void setLogo(VCardPhoto value)
Gets or sets a logo
public final VCardAgent getAgent()
Gets or sets an agent
public final void setAgent(VCardAgent value)
Gets or sets an agent
public final String getOrganization()
Gets or sets a organization
public final void setOrganization(String value)
Gets or sets a organization
public final com.aspose.ms.System.Collections.Specialized.StringCollection getDepartments()
Gets or sets a departments
public final void setDepartments(com.aspose.ms.System.Collections.Specialized.StringCollection value)
Gets or sets a departments