Corporate
Contents
[
Hide
]Inheritance: java.lang.Object, com.aspose.words.Contributor
public class Corporate extends Contributor
Represents a corporate (an organization) bibliography source contributor.
Constructors
| Constructor | Description |
|---|---|
| Corporate(String name) | Initialize a new instance of the Corporate class. |
Methods
| Method | Description |
|---|---|
| getName() | Gets the name of an organization. |
| setName(String value) | Sets the name of an organization. |
Corporate(String name)
public Corporate(String name)
Initialize a new instance of the Corporate class.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| name | java.lang.String | The name of an organization. |
getName()
public String getName()
Gets the name of an organization.
Returns: java.lang.String - The name of an organization.
setName(String value)
public void setName(String value)
Sets the name of an organization.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | java.lang.String | The name of an organization. |