public class TransportLegType extends Object implements Serializable, org.jvnet.jaxb2_commons.lang.ToString
| Modifier and Type | Field and Description |
|---|---|
protected String |
designator |
protected String |
destination |
protected Calendar |
destinationDeadline |
protected String |
id |
protected String |
source |
protected Calendar |
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()
Obtiene el valor de la propiedad designator.
|
String |
getDestination()
Obtiene el valor de la propiedad destination.
|
Calendar |
getDestinationDeadline()
Obtiene el valor de la propiedad destinationDeadline.
|
String |
getId()
Obtiene el valor de la propiedad id.
|
String |
getSource()
Obtiene el valor de la propiedad source.
|
Calendar |
getSourceDeadline()
Obtiene el valor de la propiedad sourceDeadline.
|
boolean |
isSetDesignator() |
boolean |
isSetDestination() |
boolean |
isSetDestinationDeadline() |
boolean |
isSetId() |
boolean |
isSetSource() |
boolean |
isSetSourceDeadline() |
void |
setDesignator(String value)
Define el valor de la propiedad designator.
|
void |
setDestination(String value)
Define el valor de la propiedad destination.
|
void |
setDestinationDeadline(Calendar value)
Define el valor de la propiedad destinationDeadline.
|
void |
setId(String value)
Define el valor de la propiedad id.
|
void |
setSource(String value)
Define el valor de la propiedad source.
|
void |
setSourceDeadline(Calendar value)
Define el valor de la propiedad sourceDeadline.
|
String |
toString() |
TransportLegType |
withDesignator(String value) |
TransportLegType |
withDestination(String value) |
TransportLegType |
withDestinationDeadline(Calendar value) |
TransportLegType |
withId(String value) |
TransportLegType |
withSource(String value) |
TransportLegType |
withSourceDeadline(Calendar value) |
protected String id
protected String designator
protected String source
protected String destination
protected Calendar sourceDeadline
protected Calendar destinationDeadline
public void setId(String value)
value - allowed object is
Stringpublic boolean isSetId()
public String getDesignator()
Stringpublic void setDesignator(String value)
value - allowed object is
Stringpublic boolean isSetDesignator()
public String getSource()
Stringpublic void setSource(String value)
value - allowed object is
Stringpublic boolean isSetSource()
public String getDestination()
Stringpublic void setDestination(String value)
value - allowed object is
Stringpublic boolean isSetDestination()
public Calendar getSourceDeadline()
Stringpublic void setSourceDeadline(Calendar value)
value - allowed object is
Stringpublic boolean isSetSourceDeadline()
public Calendar getDestinationDeadline()
Stringpublic void setDestinationDeadline(Calendar value)
value - allowed object is
Stringpublic boolean isSetDestinationDeadline()
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 TransportLegType withId(String value)
public TransportLegType withDesignator(String value)
public TransportLegType withSource(String value)
public TransportLegType withDestination(String value)
public TransportLegType withSourceDeadline(Calendar value)
public TransportLegType withDestinationDeadline(Calendar value)
Copyright © 2015. All Rights Reserved.