public class GetAvailableTransportDemands
extends eu.limetri.ygg.api.RequestMessage
implements org.jvnet.jaxb2_commons.lang.ToString
Clase Java para anonymous complex type.
El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase.
<complexType>
<complexContent>
<extension base="{http://www.limetri.eu/schemas/ygg}RequestMessage">
<sequence>
<element name="Pol" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Pod" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="ETA" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="ETD" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="MinContainerAmount" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="MaxContainerAmount" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
eta |
protected String |
etd |
protected String |
maxContainerAmount |
protected String |
minContainerAmount |
protected String |
pod |
protected String |
pol |
| Constructor and Description |
|---|
GetAvailableTransportDemands() |
| 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 |
getETA()
Obtiene el valor de la propiedad eta.
|
String |
getETD()
Obtiene el valor de la propiedad etd.
|
String |
getMaxContainerAmount()
Obtiene el valor de la propiedad maxContainerAmount.
|
String |
getMinContainerAmount()
Obtiene el valor de la propiedad minContainerAmount.
|
String |
getPod()
Obtiene el valor de la propiedad pod.
|
String |
getPol()
Obtiene el valor de la propiedad pol.
|
void |
setETA(String value)
Define el valor de la propiedad eta.
|
void |
setETD(String value)
Define el valor de la propiedad etd.
|
void |
setMaxContainerAmount(String value)
Define el valor de la propiedad maxContainerAmount.
|
void |
setMinContainerAmount(String value)
Define el valor de la propiedad minContainerAmount.
|
void |
setPod(String value)
Define el valor de la propiedad pod.
|
void |
setPol(String value)
Define el valor de la propiedad pol.
|
String |
toString() |
GetAvailableTransportDemands |
withETA(String value) |
GetAvailableTransportDemands |
withETD(String value) |
GetAvailableTransportDemands |
withMaxContainerAmount(String value) |
GetAvailableTransportDemands |
withMinContainerAmount(String value) |
GetAvailableTransportDemands |
withPod(String value) |
GetAvailableTransportDemands |
withPol(String value) |
protected String pol
protected String pod
protected String eta
protected String etd
protected String minContainerAmount
protected String maxContainerAmount
public String getPol()
Stringpublic void setPol(String value)
value - allowed object is
Stringpublic String getPod()
Stringpublic void setPod(String value)
value - allowed object is
Stringpublic String getETA()
Stringpublic void setETA(String value)
value - allowed object is
Stringpublic String getETD()
Stringpublic void setETD(String value)
value - allowed object is
Stringpublic String getMinContainerAmount()
Stringpublic void setMinContainerAmount(String value)
value - allowed object is
Stringpublic String getMaxContainerAmount()
Stringpublic void setMaxContainerAmount(String value)
value - allowed object is
Stringpublic 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 GetAvailableTransportDemands withPol(String value)
public GetAvailableTransportDemands withPod(String value)
public GetAvailableTransportDemands withETA(String value)
public GetAvailableTransportDemands withETD(String value)
public GetAvailableTransportDemands withMinContainerAmount(String value)
public GetAvailableTransportDemands withMaxContainerAmount(String value)
Copyright © 2015. All Rights Reserved.