public class TransportLegType extends Object implements org.jvnet.jaxb2_commons.lang.ToString
| Modifier and Type | Field and Description |
|---|---|
protected String |
designator |
protected String |
destination |
protected XMLGregorianCalendar |
destinationDeadline |
protected String |
id |
protected String |
source |
protected XMLGregorianCalendar |
sourceDeadline |
| Constructor and Description |
|---|
TransportLegType() |
| 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 |
getDesignator()
Gets the value of the designator property.
|
String |
getDestination()
Gets the value of the destination property.
|
XMLGregorianCalendar |
getDestinationDeadline()
Gets the value of the destinationDeadline property.
|
String |
getId()
Gets the value of the id property.
|
String |
getSource()
Gets the value of the source property.
|
XMLGregorianCalendar |
getSourceDeadline()
Gets the value of the sourceDeadline property.
|
void |
setDesignator(String value)
Sets the value of the designator property.
|
void |
setDestination(String value)
Sets the value of the destination property.
|
void |
setDestinationDeadline(XMLGregorianCalendar value)
Sets the value of the destinationDeadline property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setSource(String value)
Sets the value of the source property.
|
void |
setSourceDeadline(XMLGregorianCalendar value)
Sets the value of the sourceDeadline property.
|
String |
toString() |
TransportLegType |
withDesignator(String value) |
TransportLegType |
withDestination(String value) |
TransportLegType |
withDestinationDeadline(XMLGregorianCalendar value) |
TransportLegType |
withId(String value) |
TransportLegType |
withSource(String value) |
TransportLegType |
withSourceDeadline(XMLGregorianCalendar value) |
protected String id
protected String designator
protected String source
protected String destination
protected XMLGregorianCalendar sourceDeadline
protected XMLGregorianCalendar destinationDeadline
public void setId(String value)
value - allowed object is
Stringpublic String getDesignator()
Stringpublic void setDesignator(String value)
value - allowed object is
Stringpublic String getSource()
Stringpublic void setSource(String value)
value - allowed object is
Stringpublic String getDestination()
Stringpublic void setDestination(String value)
value - allowed object is
Stringpublic XMLGregorianCalendar getSourceDeadline()
XMLGregorianCalendarpublic void setSourceDeadline(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic XMLGregorianCalendar getDestinationDeadline()
XMLGregorianCalendarpublic void setDestinationDeadline(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic 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 TransportLegType withId(String value)
public TransportLegType withDesignator(String value)
public TransportLegType withSource(String value)
public TransportLegType withDestination(String value)
public TransportLegType withSourceDeadline(XMLGregorianCalendar value)
public TransportLegType withDestinationDeadline(XMLGregorianCalendar value)
Copyright © 2014. All Rights Reserved.