public class LegFinished extends Object implements org.jvnet.jaxb2_commons.lang.ToString
| Modifier and Type | Field and Description |
|---|---|
protected String |
transportLegID |
protected String |
transportPlanID |
| Constructor and Description |
|---|
LegFinished() |
| 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.
|
void |
setTransportLegID(String value)
Sets the value of the transportLegID property.
|
void |
setTransportPlanID(String value)
Sets the value of the transportPlanID property.
|
String |
toString() |
LegFinished |
withTransportLegID(String value) |
LegFinished |
withTransportPlanID(String value) |
protected String transportPlanID
protected String transportLegID
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 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 LegFinished withTransportPlanID(String value)
public LegFinished withTransportLegID(String value)
Copyright © 2014. All Rights Reserved.