public class LegDeadlineExceeded extends Object implements org.jvnet.jaxb2_commons.lang.ToString
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
source |
protected String |
transportLegID |
protected String |
transportPlanID |
| Constructor and Description |
|---|
LegDeadlineExceeded() |
| 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) |
String |
getTransportLegID()
Gets the value of the transportLegID property.
|
String |
getTransportPlanID()
Gets the value of the transportPlanID property.
|
boolean |
isSource()
Gets the value of the source property.
|
void |
setSource(boolean value)
Sets the value of the source 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() |
LegDeadlineExceeded |
withSource(boolean value) |
LegDeadlineExceeded |
withTransportLegID(String value) |
LegDeadlineExceeded |
withTransportPlanID(String value) |
protected String transportPlanID
protected String transportLegID
protected boolean source
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 boolean isSource()
public void setSource(boolean 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 LegDeadlineExceeded withTransportPlanID(String value)
public LegDeadlineExceeded withTransportLegID(String value)
public LegDeadlineExceeded withSource(boolean value)
Copyright © 2014. All Rights Reserved.