public class NotifyDelay extends Object implements org.jvnet.jaxb2_commons.lang.ToString
| Modifier and Type | Field and Description |
|---|---|
protected long |
estimatedDestinationDelayInMinutes |
protected long |
estimatedSourceDelayInMinutes |
protected XMLGregorianCalendar |
originalDestinationDeadline |
protected XMLGregorianCalendar |
originalSourceDeadline |
protected String |
transportLegID |
protected String |
transportPlanID |
| Constructor and Description |
|---|
NotifyDelay() |
| Modifier and Type | Method and Description |
|---|---|
StringBuilder |
append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy) |
StringBuilder |
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy) |
long |
getEstimatedDestinationDelayInMinutes()
Gets the value of the estimatedDestinationDelayInMinutes property.
|
long |
getEstimatedSourceDelayInMinutes()
Gets the value of the estimatedSourceDelayInMinutes property.
|
XMLGregorianCalendar |
getOriginalDestinationDeadline()
Gets the value of the originalDestinationDeadline property.
|
XMLGregorianCalendar |
getOriginalSourceDeadline()
Gets the value of the originalSourceDeadline property.
|
String |
getTransportLegID()
Gets the value of the transportLegID property.
|
String |
getTransportPlanID()
Gets the value of the transportPlanID property.
|
void |
setEstimatedDestinationDelayInMinutes(long value)
Sets the value of the estimatedDestinationDelayInMinutes property.
|
void |
setEstimatedSourceDelayInMinutes(long value)
Sets the value of the estimatedSourceDelayInMinutes property.
|
void |
setOriginalDestinationDeadline(XMLGregorianCalendar value)
Sets the value of the originalDestinationDeadline property.
|
void |
setOriginalSourceDeadline(XMLGregorianCalendar value)
Sets the value of the originalSourceDeadline property.
|
void |
setTransportLegID(String value)
Sets the value of the transportLegID property.
|
void |
setTransportPlanID(String value)
Sets the value of the transportPlanID property.
|
String |
toString() |
NotifyDelay |
withEstimatedDestinationDelayInMinutes(long value) |
NotifyDelay |
withEstimatedSourceDelayInMinutes(long value) |
NotifyDelay |
withOriginalDestinationDeadline(XMLGregorianCalendar value) |
NotifyDelay |
withOriginalSourceDeadline(XMLGregorianCalendar value) |
NotifyDelay |
withTransportLegID(String value) |
NotifyDelay |
withTransportPlanID(String value) |
protected String transportPlanID
protected String transportLegID
protected XMLGregorianCalendar originalSourceDeadline
protected long estimatedSourceDelayInMinutes
protected XMLGregorianCalendar originalDestinationDeadline
protected long estimatedDestinationDelayInMinutes
public String getTransportPlanID()
Stringpublic void setTransportPlanID(String value)
value - allowed object is
Stringpublic String getTransportLegID()
Stringpublic void setTransportLegID(String value)
value - allowed object is
Stringpublic XMLGregorianCalendar getOriginalSourceDeadline()
XMLGregorianCalendarpublic void setOriginalSourceDeadline(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic long getEstimatedSourceDelayInMinutes()
public void setEstimatedSourceDelayInMinutes(long value)
public XMLGregorianCalendar getOriginalDestinationDeadline()
XMLGregorianCalendarpublic void setOriginalDestinationDeadline(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic long getEstimatedDestinationDelayInMinutes()
public void setEstimatedDestinationDelayInMinutes(long value)
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToStringpublic StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToStringpublic NotifyDelay withTransportPlanID(String value)
public NotifyDelay withTransportLegID(String value)
public NotifyDelay withOriginalSourceDeadline(XMLGregorianCalendar value)
public NotifyDelay withEstimatedSourceDelayInMinutes(long value)
public NotifyDelay withOriginalDestinationDeadline(XMLGregorianCalendar value)
public NotifyDelay withEstimatedDestinationDelayInMinutes(long value)
Copyright © 2014. All Rights Reserved.