public class TransportPlan extends eu.limetri.ygg.api.RequestMessage implements Serializable, org.jvnet.jaxb2_commons.lang.ToString
| Modifier and Type | Field and Description |
|---|---|
protected TransportPlanType |
logisticsPlan |
protected List<TransportLegType> |
transportLeg |
| Constructor and Description |
|---|
TransportPlan() |
| 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) |
TransportPlanType |
getLogisticsPlan()
Obtiene el valor de la propiedad logisticsPlan.
|
List<TransportLegType> |
getTransportLeg()
Gets the value of the transportLeg property.
|
boolean |
isSetLogisticsPlan() |
boolean |
isSetTransportLeg() |
void |
setLogisticsPlan(TransportPlanType value)
Define el valor de la propiedad logisticsPlan.
|
String |
toString() |
void |
unsetTransportLeg() |
TransportPlan |
withLogisticsPlan(TransportPlanType value) |
TransportPlan |
withTransportLeg(Collection<TransportLegType> values) |
TransportPlan |
withTransportLeg(TransportLegType... values) |
protected TransportPlanType logisticsPlan
protected List<TransportLegType> transportLeg
public TransportPlanType getLogisticsPlan()
TransportPlanTypepublic void setLogisticsPlan(TransportPlanType value)
value - allowed object is
TransportPlanTypepublic boolean isSetLogisticsPlan()
public List<TransportLegType> getTransportLeg()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the transportLeg property.
For example, to add a new item, do as follows:
getTransportLeg().add(newItem);
Objects of the following type(s) are allowed in the list
TransportLegType
public boolean isSetTransportLeg()
public void unsetTransportLeg()
public String toString()
toString in class eu.limetri.ygg.api.RequestMessagepublic 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.RequestMessagepublic 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.RequestMessagepublic TransportPlan withLogisticsPlan(TransportPlanType value)
public TransportPlan withTransportLeg(TransportLegType... values)
public TransportPlan withTransportLeg(Collection<TransportLegType> values)
Copyright © 2015. All Rights Reserved.