public class TransportPlan
extends eu.limetri.ygg.api.RequestMessage
implements java.io.Serializable, org.jvnet.jaxb2_commons.lang.ToString
| Modifier and Type | Field and Description |
|---|---|
protected TransportPlanType |
logisticsPlan |
protected java.util.List<TransportLegType> |
transportLeg |
| Constructor and Description |
|---|
TransportPlan() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.StringBuilder |
append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
java.lang.StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy) |
java.lang.StringBuilder |
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
java.lang.StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy) |
TransportPlanType |
getLogisticsPlan()
Obtiene el valor de la propiedad logisticsPlan.
|
java.util.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.
|
java.lang.String |
toString() |
void |
unsetTransportLeg() |
TransportPlan |
withLogisticsPlan(TransportPlanType value) |
TransportPlan |
withTransportLeg(java.util.Collection<TransportLegType> values) |
TransportPlan |
withTransportLeg(TransportLegType... values) |
protected TransportPlanType logisticsPlan
protected java.util.List<TransportLegType> transportLeg
public TransportPlanType getLogisticsPlan()
TransportPlanTypepublic void setLogisticsPlan(TransportPlanType value)
value - allowed object is
TransportPlanTypepublic boolean isSetLogisticsPlan()
public java.util.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 java.lang.String toString()
toString in class eu.limetri.ygg.api.RequestMessagepublic java.lang.StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
java.lang.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 java.lang.StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
java.lang.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(java.util.Collection<TransportLegType> values)
Copyright © 2014. All Rights Reserved.