XmpJob
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.
Constructors
Constructor | Description |
---|---|
XmpJob() | Initializes a new instance of the XmpJob class. |
Methods
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. |
XmpJob()
public XmpJob()
Initializes a new instance of the XmpJob class.
getID()
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.
setID(String value)
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. |
getName()
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.
setName(String value)
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. |
getUrl()
public final String getUrl()
Gets a file URL referencing an external job management file.
Returns: java.lang.String - The URL.
setUrl(String value)
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. |