| Package | Description |
|---|---|
| org.cip4.lib.xjdf | |
| org.cip4.lib.xjdf.schema | |
| org.cip4.lib.xjdf.type |
| Modifier and Type | Method and Description |
|---|---|
NodeInfo |
XJdfNodeFactory.createNodeInfo(Duration totalDuration)
Create a new NodeInfo Node which already contains values for attributes TotalDuration.
|
NodeInfo |
XJdfNodeFactory.createNodeInfo(Duration totalDuration,
DateTime end,
String naturalLang)
Create a new NodeInfo Node which already contains values for attributes TotalDuration, End and NaturalLang.
|
| Modifier and Type | Field and Description |
|---|---|
protected Duration |
NodeInfo.cleanupDuration |
protected Duration |
ShrinkingParams.duration |
protected Duration |
Resource.duration |
protected Duration |
ProcessRun.duration |
protected Duration |
DeliveryParams.earliestDuration |
protected Duration |
Disposition.extraDuration |
protected Duration |
DeviceInfo.hourCounter |
protected Duration |
Subscription.minDelayTime |
protected Duration |
Disposition.minDuration |
protected Duration |
BufferParams.minimumWait |
protected Duration |
DevelopingParams.postBakeTime |
protected Duration |
DevelopingParams.postExposeTime |
protected Duration |
DevelopingParams.preHeatTime |
protected Duration |
DeliveryParams.requiredDuration |
protected Duration |
JobPhase.restTime |
protected Duration |
NodeInfo.setupDuration |
protected Duration |
Resource.startOffset |
protected Duration |
QualityControlParams.timeInterval |
protected Duration |
NodeInfo.totalDuration |
| Modifier and Type | Method and Description |
|---|---|
Duration |
NodeInfo.getCleanupDuration()
Gets the value of the cleanupDuration property.
|
Duration |
ShrinkingParams.getDuration()
Gets the value of the duration property.
|
Duration |
Resource.getDuration()
Gets the value of the duration property.
|
Duration |
ProcessRun.getDuration()
Gets the value of the duration property.
|
Duration |
DeliveryParams.getEarliestDuration()
Gets the value of the earliestDuration property.
|
Duration |
Disposition.getExtraDuration()
Gets the value of the extraDuration property.
|
Duration |
DeviceInfo.getHourCounter()
Gets the value of the hourCounter property.
|
Duration |
Subscription.getMinDelayTime()
Gets the value of the minDelayTime property.
|
Duration |
Disposition.getMinDuration()
Gets the value of the minDuration property.
|
Duration |
BufferParams.getMinimumWait()
Gets the value of the minimumWait property.
|
Duration |
DevelopingParams.getPostBakeTime()
Gets the value of the postBakeTime property.
|
Duration |
DevelopingParams.getPostExposeTime()
Gets the value of the postExposeTime property.
|
Duration |
DevelopingParams.getPreHeatTime()
Gets the value of the preHeatTime property.
|
Duration |
DeliveryParams.getRequiredDuration()
Gets the value of the requiredDuration property.
|
Duration |
JobPhase.getRestTime()
Gets the value of the restTime property.
|
Duration |
NodeInfo.getSetupDuration()
Gets the value of the setupDuration property.
|
Duration |
Resource.getStartOffset()
Gets the value of the startOffset property.
|
Duration |
QualityControlParams.getTimeInterval()
Gets the value of the timeInterval property.
|
Duration |
NodeInfo.getTotalDuration()
Gets the value of the totalDuration property.
|
| Modifier and Type | Method and Description |
|---|---|
void |
NodeInfo.setCleanupDuration(Duration value)
Sets the value of the cleanupDuration property.
|
void |
ShrinkingParams.setDuration(Duration value)
Sets the value of the duration property.
|
void |
Resource.setDuration(Duration value)
Sets the value of the duration property.
|
void |
ProcessRun.setDuration(Duration value)
Sets the value of the duration property.
|
void |
DeliveryParams.setEarliestDuration(Duration value)
Sets the value of the earliestDuration property.
|
void |
Disposition.setExtraDuration(Duration value)
Sets the value of the extraDuration property.
|
void |
DeviceInfo.setHourCounter(Duration value)
Sets the value of the hourCounter property.
|
void |
Subscription.setMinDelayTime(Duration value)
Sets the value of the minDelayTime property.
|
void |
Disposition.setMinDuration(Duration value)
Sets the value of the minDuration property.
|
void |
BufferParams.setMinimumWait(Duration value)
Sets the value of the minimumWait property.
|
void |
DevelopingParams.setPostBakeTime(Duration value)
Sets the value of the postBakeTime property.
|
void |
DevelopingParams.setPostExposeTime(Duration value)
Sets the value of the postExposeTime property.
|
void |
DevelopingParams.setPreHeatTime(Duration value)
Sets the value of the preHeatTime property.
|
void |
DeliveryParams.setRequiredDuration(Duration value)
Sets the value of the requiredDuration property.
|
void |
JobPhase.setRestTime(Duration value)
Sets the value of the restTime property.
|
void |
NodeInfo.setSetupDuration(Duration value)
Sets the value of the setupDuration property.
|
void |
Resource.setStartOffset(Duration value)
Sets the value of the startOffset property.
|
void |
QualityControlParams.setTimeInterval(Duration value)
Sets the value of the timeInterval property.
|
void |
NodeInfo.setTotalDuration(Duration value)
Sets the value of the totalDuration property.
|
NodeInfo |
NodeInfo.withCleanupDuration(Duration value) |
ShrinkingParams |
ShrinkingParams.withDuration(Duration value) |
Resource |
Resource.withDuration(Duration value) |
ProcessRun |
ProcessRun.withDuration(Duration value) |
DeliveryParams |
DeliveryParams.withEarliestDuration(Duration value) |
Disposition |
Disposition.withExtraDuration(Duration value) |
DeviceInfo |
DeviceInfo.withHourCounter(Duration value) |
Subscription |
Subscription.withMinDelayTime(Duration value) |
Disposition |
Disposition.withMinDuration(Duration value) |
BufferParams |
BufferParams.withMinimumWait(Duration value) |
DevelopingParams |
DevelopingParams.withPostBakeTime(Duration value) |
DevelopingParams |
DevelopingParams.withPostExposeTime(Duration value) |
DevelopingParams |
DevelopingParams.withPreHeatTime(Duration value) |
DeliveryParams |
DeliveryParams.withRequiredDuration(Duration value) |
JobPhase |
JobPhase.withRestTime(Duration value) |
NodeInfo |
NodeInfo.withSetupDuration(Duration value) |
Resource |
Resource.withStartOffset(Duration value) |
QualityControlParams |
QualityControlParams.withTimeInterval(Duration value) |
NodeInfo |
NodeInfo.withTotalDuration(Duration value) |
| Modifier and Type | Method and Description |
|---|---|
Duration |
Duration.unmarshal(String v) |
| Modifier and Type | Method and Description |
|---|---|
String |
Duration.marshal(Duration duration) |
Copyright © 2016. All rights reserved.