public class GetAvailableTransportServices
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"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
eta |
protected String |
etd |
protected String |
pod |
protected String |
pol |
| Constructor and Description |
|---|
GetAvailableTransportServices() |
| 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 |
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 |
setPod(String value)
Define el valor de la propiedad pod.
|
void |
setPol(String value)
Define el valor de la propiedad pol.
|
String |
toString() |
GetAvailableTransportServices |
withETA(String value) |
GetAvailableTransportServices |
withETD(String value) |
GetAvailableTransportServices |
withPod(String value) |
GetAvailableTransportServices |
withPol(String value) |
protected String pol
protected String pod
protected String eta
protected String etd
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 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 GetAvailableTransportServices withPol(String value)
public GetAvailableTransportServices withPod(String value)
public GetAvailableTransportServices withETA(String value)
public GetAvailableTransportServices withETD(String value)
Copyright © 2015. All Rights Reserved.