public final class XmpJob extends XmpComplexType
Represents Job.
Constructor and Description |
---|
XmpJob()
Initializes a new instance of the
XmpJob class. |
Modifier and Type | Method and Description |
---|---|
String |
getID()
Gets unique id for the job.
|
String |
getName()
Gets informal name of the job.
|
String |
getUrl()
Gets a file URL referencing an external job management file.
|
void |
setID(String value)
Sets unique id for the job.
|
void |
setName(String value)
Sets informal name of the job.
|
void |
setUrl(String value)
Sets a file URL referencing an external job management file.
|
getNamespaceUri, getNamespaceUris, getPrefixes, getXmpRepresentation, toString
addProperties, contains, findProperties, get_Item, getCount, getKeys, getKnowPropertyDescriptors, getMetadataType, getPropertyDescriptors, iterator, removeProperties, sanitize, setProperties, updateProperties
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
forEach, spliterator
public final String getID()
Gets unique id for the job. This field is a reference into some external job management system.
public final void setID(String value)
Sets unique id 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 the job. This name is for user display and informal systems.
public final void setName(String value)
Sets informal name of the 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.