
eu.fispace.api.fi.CreateTransportDemandRequestMessage Maven / Gradle / Ivy
The newest version!
//
// Este archivo ha sido generado por la arquitectura JavaTM para la implantación de la referencia de enlace (JAXB) XML v2.2.7
// Visite http://java.sun.com/xml/jaxb
// Todas las modificaciones realizadas en este archivo se perderán si se vuelve a compilar el esquema de origen.
// Generado el: 2016.06.30 a las 10:15:51 PM CEST
//
package eu.fispace.api.fi;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlRootElement;
import javax.xml.bind.annotation.XmlType;
import eu.limetri.ygg.api.RequestMessage;
import org.jvnet.jaxb2_commons.lang.JAXBToStringStrategy;
import org.jvnet.jaxb2_commons.lang.ToString;
import org.jvnet.jaxb2_commons.lang.ToStringStrategy;
import org.jvnet.jaxb2_commons.locator.ObjectLocator;
/**
* 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="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="Number_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>
* </extension>
* </complexContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "", propOrder = {
"bookingNumber",
"carrierID",
"vesselID",
"journeyID",
"pol",
"pod",
"agent",
"shipper",
"consignee",
"polBerth",
"podBerth",
"teus",
"c20",
"c40",
"highCubes",
"customer",
"matchCode",
"forwarderReference",
"customerReference",
"status",
"date",
"deleteFlag",
"eic",
"imdg",
"shippingConditions",
"payable",
"numberOfPackages",
"kindOfPackage",
"grossWeight",
"commodity",
"oncarriage",
"oncarriageBy",
"oogFlag",
"createUser",
"createDate",
"changeUser",
"changeDate",
"eta",
"etd"
})
@XmlRootElement(name = "CreateTransportDemandRequestMessage")
public class CreateTransportDemandRequestMessage
extends RequestMessage
implements ToString
{
@XmlElement(name = "Booking_Number", required = true)
protected String bookingNumber;
@XmlElement(name = "Carrier_ID", required = true)
protected String carrierID;
@XmlElement(name = "Vessel_ID", required = true)
protected String vesselID;
@XmlElement(name = "Journey_ID", required = true)
protected String journeyID;
@XmlElement(name = "Pol", required = true)
protected String pol;
@XmlElement(name = "Pod", required = true)
protected String pod;
@XmlElement(name = "Agent", required = true)
protected String agent;
@XmlElement(name = "Shipper", required = true)
protected String shipper;
@XmlElement(name = "Consignee", required = true)
protected String consignee;
@XmlElement(name = "Pol_Berth", required = true)
protected String polBerth;
@XmlElement(name = "Pod_Berth", required = true)
protected String podBerth;
@XmlElement(name = "Teus", required = true)
protected String teus;
@XmlElement(name = "C20", required = true)
protected String c20;
@XmlElement(name = "C40", required = true)
protected String c40;
@XmlElement(name = "High_Cubes", required = true)
protected String highCubes;
@XmlElement(name = "Customer", required = true)
protected String customer;
@XmlElement(name = "Match_Code", required = true)
protected String matchCode;
@XmlElement(name = "Forwarder_Reference", required = true)
protected String forwarderReference;
@XmlElement(name = "Customer_Reference", required = true)
protected String customerReference;
@XmlElement(name = "Status", required = true)
protected String status;
@XmlElement(name = "Date", required = true)
protected String date;
@XmlElement(name = "Delete_Flag", required = true)
protected String deleteFlag;
@XmlElement(name = "E_I_C", required = true)
protected String eic;
@XmlElement(name = "Imdg", required = true)
protected String imdg;
@XmlElement(name = "Shipping_Conditions", required = true)
protected String shippingConditions;
@XmlElement(name = "Payable", required = true)
protected String payable;
@XmlElement(name = "Number_Of_Packages", required = true)
protected String numberOfPackages;
@XmlElement(name = "Kind_Of_Package", required = true)
protected String kindOfPackage;
@XmlElement(name = "Gross_Weight", required = true)
protected String grossWeight;
@XmlElement(name = "Commodity", required = true)
protected String commodity;
@XmlElement(name = "Oncarriage", required = true)
protected String oncarriage;
@XmlElement(name = "Oncarriage_By", required = true)
protected String oncarriageBy;
@XmlElement(name = "Oog_Flag", required = true)
protected String oogFlag;
@XmlElement(name = "Create_User", required = true)
protected String createUser;
@XmlElement(name = "Create_Date", required = true)
protected String createDate;
@XmlElement(name = "Change_User", required = true)
protected String changeUser;
@XmlElement(name = "Change_Date", required = true)
protected String changeDate;
@XmlElement(name = "ETA", required = true)
protected String eta;
@XmlElement(name = "ETD", required = true)
protected String etd;
/**
* Obtiene el valor de la propiedad bookingNumber.
*
* @return
* possible object is
* {@link String }
*
*/
public String getBookingNumber() {
return bookingNumber;
}
/**
* Define el valor de la propiedad bookingNumber.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setBookingNumber(String value) {
this.bookingNumber = value;
}
/**
* Obtiene el valor de la propiedad carrierID.
*
* @return
* possible object is
* {@link String }
*
*/
public String getCarrierID() {
return carrierID;
}
/**
* Define el valor de la propiedad carrierID.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setCarrierID(String value) {
this.carrierID = value;
}
/**
* Obtiene el valor de la propiedad vesselID.
*
* @return
* possible object is
* {@link String }
*
*/
public String getVesselID() {
return vesselID;
}
/**
* Define el valor de la propiedad vesselID.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setVesselID(String value) {
this.vesselID = value;
}
/**
* Obtiene el valor de la propiedad journeyID.
*
* @return
* possible object is
* {@link String }
*
*/
public String getJourneyID() {
return journeyID;
}
/**
* Define el valor de la propiedad journeyID.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setJourneyID(String value) {
this.journeyID = value;
}
/**
* Obtiene el valor de la propiedad pol.
*
* @return
* possible object is
* {@link String }
*
*/
public String getPol() {
return pol;
}
/**
* Define el valor de la propiedad pol.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setPol(String value) {
this.pol = value;
}
/**
* Obtiene el valor de la propiedad pod.
*
* @return
* possible object is
* {@link String }
*
*/
public String getPod() {
return pod;
}
/**
* Define el valor de la propiedad pod.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setPod(String value) {
this.pod = value;
}
/**
* Obtiene el valor de la propiedad agent.
*
* @return
* possible object is
* {@link String }
*
*/
public String getAgent() {
return agent;
}
/**
* Define el valor de la propiedad agent.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setAgent(String value) {
this.agent = value;
}
/**
* Obtiene el valor de la propiedad shipper.
*
* @return
* possible object is
* {@link String }
*
*/
public String getShipper() {
return shipper;
}
/**
* Define el valor de la propiedad shipper.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setShipper(String value) {
this.shipper = value;
}
/**
* Obtiene el valor de la propiedad consignee.
*
* @return
* possible object is
* {@link String }
*
*/
public String getConsignee() {
return consignee;
}
/**
* Define el valor de la propiedad consignee.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setConsignee(String value) {
this.consignee = value;
}
/**
* Obtiene el valor de la propiedad polBerth.
*
* @return
* possible object is
* {@link String }
*
*/
public String getPolBerth() {
return polBerth;
}
/**
* Define el valor de la propiedad polBerth.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setPolBerth(String value) {
this.polBerth = value;
}
/**
* Obtiene el valor de la propiedad podBerth.
*
* @return
* possible object is
* {@link String }
*
*/
public String getPodBerth() {
return podBerth;
}
/**
* Define el valor de la propiedad podBerth.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setPodBerth(String value) {
this.podBerth = value;
}
/**
* Obtiene el valor de la propiedad teus.
*
* @return
* possible object is
* {@link String }
*
*/
public String getTeus() {
return teus;
}
/**
* Define el valor de la propiedad teus.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setTeus(String value) {
this.teus = value;
}
/**
* Obtiene el valor de la propiedad c20.
*
* @return
* possible object is
* {@link String }
*
*/
public String getC20() {
return c20;
}
/**
* Define el valor de la propiedad c20.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setC20(String value) {
this.c20 = value;
}
/**
* Obtiene el valor de la propiedad c40.
*
* @return
* possible object is
* {@link String }
*
*/
public String getC40() {
return c40;
}
/**
* Define el valor de la propiedad c40.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setC40(String value) {
this.c40 = value;
}
/**
* Obtiene el valor de la propiedad highCubes.
*
* @return
* possible object is
* {@link String }
*
*/
public String getHighCubes() {
return highCubes;
}
/**
* Define el valor de la propiedad highCubes.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setHighCubes(String value) {
this.highCubes = value;
}
/**
* Obtiene el valor de la propiedad customer.
*
* @return
* possible object is
* {@link String }
*
*/
public String getCustomer() {
return customer;
}
/**
* Define el valor de la propiedad customer.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setCustomer(String value) {
this.customer = value;
}
/**
* Obtiene el valor de la propiedad matchCode.
*
* @return
* possible object is
* {@link String }
*
*/
public String getMatchCode() {
return matchCode;
}
/**
* Define el valor de la propiedad matchCode.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setMatchCode(String value) {
this.matchCode = value;
}
/**
* Obtiene el valor de la propiedad forwarderReference.
*
* @return
* possible object is
* {@link String }
*
*/
public String getForwarderReference() {
return forwarderReference;
}
/**
* Define el valor de la propiedad forwarderReference.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setForwarderReference(String value) {
this.forwarderReference = value;
}
/**
* Obtiene el valor de la propiedad customerReference.
*
* @return
* possible object is
* {@link String }
*
*/
public String getCustomerReference() {
return customerReference;
}
/**
* Define el valor de la propiedad customerReference.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setCustomerReference(String value) {
this.customerReference = value;
}
/**
* Obtiene el valor de la propiedad status.
*
* @return
* possible object is
* {@link String }
*
*/
public String getStatus() {
return status;
}
/**
* Define el valor de la propiedad status.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setStatus(String value) {
this.status = value;
}
/**
* Obtiene el valor de la propiedad date.
*
* @return
* possible object is
* {@link String }
*
*/
public String getDate() {
return date;
}
/**
* Define el valor de la propiedad date.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setDate(String value) {
this.date = value;
}
/**
* Obtiene el valor de la propiedad deleteFlag.
*
* @return
* possible object is
* {@link String }
*
*/
public String getDeleteFlag() {
return deleteFlag;
}
/**
* Define el valor de la propiedad deleteFlag.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setDeleteFlag(String value) {
this.deleteFlag = value;
}
/**
* Obtiene el valor de la propiedad eic.
*
* @return
* possible object is
* {@link String }
*
*/
public String getEIC() {
return eic;
}
/**
* Define el valor de la propiedad eic.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setEIC(String value) {
this.eic = value;
}
/**
* Obtiene el valor de la propiedad imdg.
*
* @return
* possible object is
* {@link String }
*
*/
public String getImdg() {
return imdg;
}
/**
* Define el valor de la propiedad imdg.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setImdg(String value) {
this.imdg = value;
}
/**
* Obtiene el valor de la propiedad shippingConditions.
*
* @return
* possible object is
* {@link String }
*
*/
public String getShippingConditions() {
return shippingConditions;
}
/**
* Define el valor de la propiedad shippingConditions.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setShippingConditions(String value) {
this.shippingConditions = value;
}
/**
* Obtiene el valor de la propiedad payable.
*
* @return
* possible object is
* {@link String }
*
*/
public String getPayable() {
return payable;
}
/**
* Define el valor de la propiedad payable.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setPayable(String value) {
this.payable = value;
}
/**
* Obtiene el valor de la propiedad numberOfPackages.
*
* @return
* possible object is
* {@link String }
*
*/
public String getNumberOfPackages() {
return numberOfPackages;
}
/**
* Define el valor de la propiedad numberOfPackages.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setNumberOfPackages(String value) {
this.numberOfPackages = value;
}
/**
* Obtiene el valor de la propiedad kindOfPackage.
*
* @return
* possible object is
* {@link String }
*
*/
public String getKindOfPackage() {
return kindOfPackage;
}
/**
* Define el valor de la propiedad kindOfPackage.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setKindOfPackage(String value) {
this.kindOfPackage = value;
}
/**
* Obtiene el valor de la propiedad grossWeight.
*
* @return
* possible object is
* {@link String }
*
*/
public String getGrossWeight() {
return grossWeight;
}
/**
* Define el valor de la propiedad grossWeight.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setGrossWeight(String value) {
this.grossWeight = value;
}
/**
* Obtiene el valor de la propiedad commodity.
*
* @return
* possible object is
* {@link String }
*
*/
public String getCommodity() {
return commodity;
}
/**
* Define el valor de la propiedad commodity.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setCommodity(String value) {
this.commodity = value;
}
/**
* Obtiene el valor de la propiedad oncarriage.
*
* @return
* possible object is
* {@link String }
*
*/
public String getOncarriage() {
return oncarriage;
}
/**
* Define el valor de la propiedad oncarriage.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setOncarriage(String value) {
this.oncarriage = value;
}
/**
* Obtiene el valor de la propiedad oncarriageBy.
*
* @return
* possible object is
* {@link String }
*
*/
public String getOncarriageBy() {
return oncarriageBy;
}
/**
* Define el valor de la propiedad oncarriageBy.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setOncarriageBy(String value) {
this.oncarriageBy = value;
}
/**
* Obtiene el valor de la propiedad oogFlag.
*
* @return
* possible object is
* {@link String }
*
*/
public String getOogFlag() {
return oogFlag;
}
/**
* Define el valor de la propiedad oogFlag.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setOogFlag(String value) {
this.oogFlag = value;
}
/**
* Obtiene el valor de la propiedad createUser.
*
* @return
* possible object is
* {@link String }
*
*/
public String getCreateUser() {
return createUser;
}
/**
* Define el valor de la propiedad createUser.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setCreateUser(String value) {
this.createUser = value;
}
/**
* Obtiene el valor de la propiedad createDate.
*
* @return
* possible object is
* {@link String }
*
*/
public String getCreateDate() {
return createDate;
}
/**
* Define el valor de la propiedad createDate.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setCreateDate(String value) {
this.createDate = value;
}
/**
* Obtiene el valor de la propiedad changeUser.
*
* @return
* possible object is
* {@link String }
*
*/
public String getChangeUser() {
return changeUser;
}
/**
* Define el valor de la propiedad changeUser.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setChangeUser(String value) {
this.changeUser = value;
}
/**
* Obtiene el valor de la propiedad changeDate.
*
* @return
* possible object is
* {@link String }
*
*/
public String getChangeDate() {
return changeDate;
}
/**
* Define el valor de la propiedad changeDate.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setChangeDate(String value) {
this.changeDate = value;
}
/**
* Obtiene el valor de la propiedad eta.
*
* @return
* possible object is
* {@link String }
*
*/
public String getETA() {
return eta;
}
/**
* Define el valor de la propiedad eta.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setETA(String value) {
this.eta = value;
}
/**
* Obtiene el valor de la propiedad etd.
*
* @return
* possible object is
* {@link String }
*
*/
public String getETD() {
return etd;
}
/**
* Define el valor de la propiedad etd.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setETD(String value) {
this.etd = value;
}
public String toString() {
final ToStringStrategy strategy = JAXBToStringStrategy.INSTANCE;
final StringBuilder buffer = new StringBuilder();
append(null, buffer, strategy);
return buffer.toString();
}
public StringBuilder append(ObjectLocator locator, StringBuilder buffer, ToStringStrategy strategy) {
strategy.appendStart(locator, this, buffer);
appendFields(locator, buffer, strategy);
strategy.appendEnd(locator, this, buffer);
return buffer;
}
public StringBuilder appendFields(ObjectLocator locator, StringBuilder buffer, ToStringStrategy strategy) {
super.appendFields(locator, buffer, strategy);
{
String theBookingNumber;
theBookingNumber = this.getBookingNumber();
strategy.appendField(locator, this, "bookingNumber", buffer, theBookingNumber);
}
{
String theCarrierID;
theCarrierID = this.getCarrierID();
strategy.appendField(locator, this, "carrierID", buffer, theCarrierID);
}
{
String theVesselID;
theVesselID = this.getVesselID();
strategy.appendField(locator, this, "vesselID", buffer, theVesselID);
}
{
String theJourneyID;
theJourneyID = this.getJourneyID();
strategy.appendField(locator, this, "journeyID", buffer, theJourneyID);
}
{
String thePol;
thePol = this.getPol();
strategy.appendField(locator, this, "pol", buffer, thePol);
}
{
String thePod;
thePod = this.getPod();
strategy.appendField(locator, this, "pod", buffer, thePod);
}
{
String theAgent;
theAgent = this.getAgent();
strategy.appendField(locator, this, "agent", buffer, theAgent);
}
{
String theShipper;
theShipper = this.getShipper();
strategy.appendField(locator, this, "shipper", buffer, theShipper);
}
{
String theConsignee;
theConsignee = this.getConsignee();
strategy.appendField(locator, this, "consignee", buffer, theConsignee);
}
{
String thePolBerth;
thePolBerth = this.getPolBerth();
strategy.appendField(locator, this, "polBerth", buffer, thePolBerth);
}
{
String thePodBerth;
thePodBerth = this.getPodBerth();
strategy.appendField(locator, this, "podBerth", buffer, thePodBerth);
}
{
String theTeus;
theTeus = this.getTeus();
strategy.appendField(locator, this, "teus", buffer, theTeus);
}
{
String theC20;
theC20 = this.getC20();
strategy.appendField(locator, this, "c20", buffer, theC20);
}
{
String theC40;
theC40 = this.getC40();
strategy.appendField(locator, this, "c40", buffer, theC40);
}
{
String theHighCubes;
theHighCubes = this.getHighCubes();
strategy.appendField(locator, this, "highCubes", buffer, theHighCubes);
}
{
String theCustomer;
theCustomer = this.getCustomer();
strategy.appendField(locator, this, "customer", buffer, theCustomer);
}
{
String theMatchCode;
theMatchCode = this.getMatchCode();
strategy.appendField(locator, this, "matchCode", buffer, theMatchCode);
}
{
String theForwarderReference;
theForwarderReference = this.getForwarderReference();
strategy.appendField(locator, this, "forwarderReference", buffer, theForwarderReference);
}
{
String theCustomerReference;
theCustomerReference = this.getCustomerReference();
strategy.appendField(locator, this, "customerReference", buffer, theCustomerReference);
}
{
String theStatus;
theStatus = this.getStatus();
strategy.appendField(locator, this, "status", buffer, theStatus);
}
{
String theDate;
theDate = this.getDate();
strategy.appendField(locator, this, "date", buffer, theDate);
}
{
String theDeleteFlag;
theDeleteFlag = this.getDeleteFlag();
strategy.appendField(locator, this, "deleteFlag", buffer, theDeleteFlag);
}
{
String theEIC;
theEIC = this.getEIC();
strategy.appendField(locator, this, "eic", buffer, theEIC);
}
{
String theImdg;
theImdg = this.getImdg();
strategy.appendField(locator, this, "imdg", buffer, theImdg);
}
{
String theShippingConditions;
theShippingConditions = this.getShippingConditions();
strategy.appendField(locator, this, "shippingConditions", buffer, theShippingConditions);
}
{
String thePayable;
thePayable = this.getPayable();
strategy.appendField(locator, this, "payable", buffer, thePayable);
}
{
String theNumberOfPackages;
theNumberOfPackages = this.getNumberOfPackages();
strategy.appendField(locator, this, "numberOfPackages", buffer, theNumberOfPackages);
}
{
String theKindOfPackage;
theKindOfPackage = this.getKindOfPackage();
strategy.appendField(locator, this, "kindOfPackage", buffer, theKindOfPackage);
}
{
String theGrossWeight;
theGrossWeight = this.getGrossWeight();
strategy.appendField(locator, this, "grossWeight", buffer, theGrossWeight);
}
{
String theCommodity;
theCommodity = this.getCommodity();
strategy.appendField(locator, this, "commodity", buffer, theCommodity);
}
{
String theOncarriage;
theOncarriage = this.getOncarriage();
strategy.appendField(locator, this, "oncarriage", buffer, theOncarriage);
}
{
String theOncarriageBy;
theOncarriageBy = this.getOncarriageBy();
strategy.appendField(locator, this, "oncarriageBy", buffer, theOncarriageBy);
}
{
String theOogFlag;
theOogFlag = this.getOogFlag();
strategy.appendField(locator, this, "oogFlag", buffer, theOogFlag);
}
{
String theCreateUser;
theCreateUser = this.getCreateUser();
strategy.appendField(locator, this, "createUser", buffer, theCreateUser);
}
{
String theCreateDate;
theCreateDate = this.getCreateDate();
strategy.appendField(locator, this, "createDate", buffer, theCreateDate);
}
{
String theChangeUser;
theChangeUser = this.getChangeUser();
strategy.appendField(locator, this, "changeUser", buffer, theChangeUser);
}
{
String theChangeDate;
theChangeDate = this.getChangeDate();
strategy.appendField(locator, this, "changeDate", buffer, theChangeDate);
}
{
String theETA;
theETA = this.getETA();
strategy.appendField(locator, this, "eta", buffer, theETA);
}
{
String theETD;
theETD = this.getETD();
strategy.appendField(locator, this, "etd", buffer, theETD);
}
return buffer;
}
public CreateTransportDemandRequestMessage withBookingNumber(String value) {
setBookingNumber(value);
return this;
}
public CreateTransportDemandRequestMessage withCarrierID(String value) {
setCarrierID(value);
return this;
}
public CreateTransportDemandRequestMessage withVesselID(String value) {
setVesselID(value);
return this;
}
public CreateTransportDemandRequestMessage withJourneyID(String value) {
setJourneyID(value);
return this;
}
public CreateTransportDemandRequestMessage withPol(String value) {
setPol(value);
return this;
}
public CreateTransportDemandRequestMessage withPod(String value) {
setPod(value);
return this;
}
public CreateTransportDemandRequestMessage withAgent(String value) {
setAgent(value);
return this;
}
public CreateTransportDemandRequestMessage withShipper(String value) {
setShipper(value);
return this;
}
public CreateTransportDemandRequestMessage withConsignee(String value) {
setConsignee(value);
return this;
}
public CreateTransportDemandRequestMessage withPolBerth(String value) {
setPolBerth(value);
return this;
}
public CreateTransportDemandRequestMessage withPodBerth(String value) {
setPodBerth(value);
return this;
}
public CreateTransportDemandRequestMessage withTeus(String value) {
setTeus(value);
return this;
}
public CreateTransportDemandRequestMessage withC20(String value) {
setC20(value);
return this;
}
public CreateTransportDemandRequestMessage withC40(String value) {
setC40(value);
return this;
}
public CreateTransportDemandRequestMessage withHighCubes(String value) {
setHighCubes(value);
return this;
}
public CreateTransportDemandRequestMessage withCustomer(String value) {
setCustomer(value);
return this;
}
public CreateTransportDemandRequestMessage withMatchCode(String value) {
setMatchCode(value);
return this;
}
public CreateTransportDemandRequestMessage withForwarderReference(String value) {
setForwarderReference(value);
return this;
}
public CreateTransportDemandRequestMessage withCustomerReference(String value) {
setCustomerReference(value);
return this;
}
public CreateTransportDemandRequestMessage withStatus(String value) {
setStatus(value);
return this;
}
public CreateTransportDemandRequestMessage withDate(String value) {
setDate(value);
return this;
}
public CreateTransportDemandRequestMessage withDeleteFlag(String value) {
setDeleteFlag(value);
return this;
}
public CreateTransportDemandRequestMessage withEIC(String value) {
setEIC(value);
return this;
}
public CreateTransportDemandRequestMessage withImdg(String value) {
setImdg(value);
return this;
}
public CreateTransportDemandRequestMessage withShippingConditions(String value) {
setShippingConditions(value);
return this;
}
public CreateTransportDemandRequestMessage withPayable(String value) {
setPayable(value);
return this;
}
public CreateTransportDemandRequestMessage withNumberOfPackages(String value) {
setNumberOfPackages(value);
return this;
}
public CreateTransportDemandRequestMessage withKindOfPackage(String value) {
setKindOfPackage(value);
return this;
}
public CreateTransportDemandRequestMessage withGrossWeight(String value) {
setGrossWeight(value);
return this;
}
public CreateTransportDemandRequestMessage withCommodity(String value) {
setCommodity(value);
return this;
}
public CreateTransportDemandRequestMessage withOncarriage(String value) {
setOncarriage(value);
return this;
}
public CreateTransportDemandRequestMessage withOncarriageBy(String value) {
setOncarriageBy(value);
return this;
}
public CreateTransportDemandRequestMessage withOogFlag(String value) {
setOogFlag(value);
return this;
}
public CreateTransportDemandRequestMessage withCreateUser(String value) {
setCreateUser(value);
return this;
}
public CreateTransportDemandRequestMessage withCreateDate(String value) {
setCreateDate(value);
return this;
}
public CreateTransportDemandRequestMessage withChangeUser(String value) {
setChangeUser(value);
return this;
}
public CreateTransportDemandRequestMessage withChangeDate(String value) {
setChangeDate(value);
return this;
}
public CreateTransportDemandRequestMessage withETA(String value) {
setETA(value);
return this;
}
public CreateTransportDemandRequestMessage withETD(String value) {
setETD(value);
return this;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy