XmpJob
Leave feedback
On this page
Inheritance: java.lang.Object, com.groupdocs.metadata.core.MetadataPackage, com.groupdocs.metadata.core.CustomPackage, com.groupdocs.metadata.core.XmpMetadataContainer, com.groupdocs.metadata.core.XmpComplexType
public final class XmpJob extends XmpComplexType
Represents Job.
| Constructor | Description |
|---|---|
| XmpJob() | Initializes a new instance of the XmpJob class. |
| Method | Description |
|---|---|
| getID() | Gets unique id for the job. |
| setID(String value) | Sets unique id for the job. |
| getName() | Gets informal name of the job. |
| setName(String value) | Sets informal name of the job. |
| getUrl() | Gets a file URL referencing an external job management file. |
| setUrl(String value) | Sets a file URL referencing an external job management file. |
public XmpJob()
Initializes a new instance of the XmpJob class.
public final String getID()
Gets unique id for the job. This field is a reference into some external job management system.
Returns: java.lang.String - The identifier.
public final void setID(String value)
Sets unique id for the job. This field is a reference into some external job management system.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | java.lang.String | The identifier. |
public final String getName()
Gets informal name of the job. This name is for user display and informal systems.
Returns: java.lang.String - The name.
public final void setName(String value)
Sets informal name of the job. This name is for user display and informal systems.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | java.lang.String | The name. |
public final String getUrl()
Gets a file URL referencing an external job management file.
Returns: java.lang.String - The URL.
public final void setUrl(String value)
Sets a file URL referencing an external job management file.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | java.lang.String | The URL. |
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.