public final class Job extends XmpComplexType
Represents Job.
Constructor and Description |
---|
Job()
Initializes a new instance of the
Job class. |
Modifier and Type | Method and Description |
---|---|
String |
getId()
Gets or sets unique i for the job.
|
String |
getName()
Gets or sets informal name of job.
|
String |
getUrl()
Gets or sets a file URL referencing an external job management file.
|
String |
getXmpRepresentation()
Returns string contained value in XMP format.
|
void |
setId(String value)
Gets or sets unique i for the job.
|
void |
setName(String value)
Gets or sets informal name of job.
|
void |
setUrl(String value)
Gets or sets a file URL referencing an external job management file.
|
getNamespaceUri, getPrefix
toBool, toDateTime, toFloat, toGuid, toInt, toString, toStringArray
public final String getId()
Gets or sets unique i for the job. This field is a reference into some external job management system.
Value: The identifier.public final void setId(String value)
Gets or sets unique i for the job. This field is a reference into some external job management system.
Value: The identifier.public final String getName()
Gets or sets informal name of job. This name is for user display and informal systems.
Value: The name.public final void setName(String value)
Gets or sets informal name of job. This name is for user display and informal systems.
Value: The name.public final String getUrl()
Gets or sets a file URL referencing an external job management file.
Value: The URL.public final void setUrl(String value)
Gets or sets a file URL referencing an external job management file.
Value: The URL.public String getXmpRepresentation()
Returns string contained value in XMP format.
getXmpRepresentation
in interface IXmpType
getXmpRepresentation
in class XmpComplexType
string
contained XMP representation.Copyright © 2017. All rights reserved.