@Deprecated public final class Job extends XmpComplexType
Represents Job.
Constructor and Description |
---|
Job()
Deprecated.
Initializes a new instance of the
Job class. |
Modifier and Type | Method and Description |
---|---|
String |
getId()
Deprecated.
Gets unique i for the job.
|
String |
getName()
Deprecated.
Gets informal name of job.
|
String |
getUrl()
Deprecated.
Gets a file URL referencing an external job management file.
|
String |
getXmpRepresentation()
Deprecated.
Returns string contained value in XMP format.
|
void |
setId(String value)
Deprecated.
Sets unique i for the job.
|
void |
setName(String value)
Deprecated.
Sets informal name of job.
|
void |
setUrl(String value)
Deprecated.
Sets a file URL referencing an external job management file.
|
getNamespaceUri, getPrefix
toBool, toDateTime, toFloat, toGuid, toInt, toString, toStringArray
public final String getId()
Gets unique i for the job. This field is a reference into some external job management system.
public final void setId(String value)
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 informal name of job. This name is for user display and informal systems.
public final void setName(String value)
Sets informal name of job. This name is for user display and informal systems.
value
- The name.public final String getUrl()
Gets a file URL referencing an external job management file.
public final void setUrl(String value)
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 © 2020. All rights reserved.