public class Notification extends eu.limetri.ygg.api.ResponseMessage implements Serializable, org.jvnet.jaxb2_commons.lang.ToString
| Modifier and Type | Field and Description |
|---|---|
protected String |
notificationText |
protected String |
transportLegID |
protected String |
transportPlanID |
| Constructor and Description |
|---|
Notification() |
| 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 |
getNotificationText()
Obtiene el valor de la propiedad notificationText.
|
String |
getTransportLegID()
Obtiene el valor de la propiedad transportLegID.
|
String |
getTransportPlanID()
Obtiene el valor de la propiedad transportPlanID.
|
boolean |
isSetNotificationText() |
boolean |
isSetTransportLegID() |
boolean |
isSetTransportPlanID() |
void |
setNotificationText(String value)
Define el valor de la propiedad notificationText.
|
void |
setTransportLegID(String value)
Define el valor de la propiedad transportLegID.
|
void |
setTransportPlanID(String value)
Define el valor de la propiedad transportPlanID.
|
String |
toString() |
Notification |
withNotificationText(String value) |
Notification |
withTransportLegID(String value) |
Notification |
withTransportPlanID(String value) |
protected String transportPlanID
protected String transportLegID
protected String notificationText
public String getTransportPlanID()
Stringpublic void setTransportPlanID(String value)
value - allowed object is
Stringpublic boolean isSetTransportPlanID()
public String getTransportLegID()
Stringpublic void setTransportLegID(String value)
value - allowed object is
Stringpublic boolean isSetTransportLegID()
public String getNotificationText()
Stringpublic void setNotificationText(String value)
value - allowed object is
Stringpublic boolean isSetNotificationText()
public String toString()
toString in class eu.limetri.ygg.api.ResponseMessagepublic 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.ToStringappend in class eu.limetri.ygg.api.ResponseMessagepublic 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.ToStringappendFields in class eu.limetri.ygg.api.ResponseMessagepublic Notification withTransportPlanID(String value)
public Notification withTransportLegID(String value)
public Notification withNotificationText(String value)
Copyright © 2015. All Rights Reserved.