public class AvailableTransportDemands
extends eu.limetri.ygg.api.ResponseMessage
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}ResponseMessage">
<sequence>
<element name="AvailableTransportDemand" maxOccurs="unbounded" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Booking_Number" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Carrier_ID" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Vessel_ID" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Journey_ID" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Pol" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Pod" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Agent" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Shipper" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Consignee" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Pol_Berth" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Pod_Berth" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Teus" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="C20" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="C40" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="High_Cubes" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Customer" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Match_Code" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Forwarder_Reference" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Customer_Reference" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Status" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Date" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Delete_Flag" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="E_I_C" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Imdg" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Shipping_Conditions" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Payable" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Num-ber_Of_Packages" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Kind_Of_Package" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Gross_Weight" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Commodity" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Oncarriage" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Oncarriage_By" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Oog_Flag" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Create_User" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Create_Date" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Change_User" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Change_Date" 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>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
AvailableTransportDemands.AvailableTransportDemand
Clase Java para anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<AvailableTransportDemands.AvailableTransportDemand> |
availableTransportDemand |
| Constructor and Description |
|---|
AvailableTransportDemands() |
| 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) |
List<AvailableTransportDemands.AvailableTransportDemand> |
getAvailableTransportDemand()
Gets the value of the availableTransportDemand property.
|
String |
toString() |
AvailableTransportDemands |
withAvailableTransportDemand(AvailableTransportDemands.AvailableTransportDemand... values) |
AvailableTransportDemands |
withAvailableTransportDemand(Collection<AvailableTransportDemands.AvailableTransportDemand> values) |
protected List<AvailableTransportDemands.AvailableTransportDemand> availableTransportDemand
public List<AvailableTransportDemands.AvailableTransportDemand> getAvailableTransportDemand()
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 availableTransportDemand property.
For example, to add a new item, do as follows:
getAvailableTransportDemand().add(newItem);
Objects of the following type(s) are allowed in the list
AvailableTransportDemands.AvailableTransportDemand
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 AvailableTransportDemands withAvailableTransportDemand(AvailableTransportDemands.AvailableTransportDemand... values)
public AvailableTransportDemands withAvailableTransportDemand(Collection<AvailableTransportDemands.AvailableTransportDemand> values)
Copyright © 2015. All Rights Reserved.