...
|
...
|
@@ -129,8 +129,8 @@ public class FSXmlKit { |
|
|
sliMasterConsignment.setConsigneeParty(consigneeParty);
|
|
|
|
|
|
FreightForwarderParty freightForwarderParty = new FreightForwarderParty();
|
|
|
freightForwarderParty.setPrimaryID(agent.getThreeCode());//代理人代码
|
|
|
freightForwarderParty.setName(agent.getThreeCode());//代理人名称
|
|
|
freightForwarderParty.setPrimaryID("");
|
|
|
freightForwarderParty.setName(agent.getThreeCode());//代理人简称
|
|
|
PostalStructuredAddress agentdAddress = new PostalStructuredAddress();
|
|
|
agentdAddress.setCityName("");
|
|
|
agentdAddress.setCountryID("");
|
...
|
...
|
@@ -138,14 +138,20 @@ public class FSXmlKit { |
|
|
sliMasterConsignment.setFreightForwarderParty(freightForwarderParty);
|
|
|
|
|
|
AssociatedParty associatedParty = new AssociatedParty();
|
|
|
|
|
|
associatedParty.setPrimaryID(agent.getThreeCode());//代理人代码
|
|
|
associatedParty.setName(agent.getThreeCode());//代理人名称
|
|
|
associatedParty.setPrimaryID("");
|
|
|
associatedParty.setName(agent.getThreeCode());//代理人简称
|
|
|
associatedParty.setAccountID("INFOSKY:NULL");
|
|
|
associatedParty.setRoleCode("AGT");
|
|
|
associatedParty.setRole("Agent");
|
|
|
associatedParty.setPostalStructuredAddress(agentdAddress);
|
|
|
sliMasterConsignment.setAssociatedParty(associatedParty);
|
|
|
|
|
|
AssociatedParty associatedParty_ = new AssociatedParty();
|
|
|
associatedParty_.setName("CGOHA");
|
|
|
associatedParty_.setAccountID("INFOSKY:NULL");
|
|
|
associatedParty_.setRoleCode("GHA");
|
|
|
associatedParty_.setRole("Ground Handling Agent");
|
|
|
sliMasterConsignment.setAssociatedParty_(associatedParty_);
|
|
|
|
|
|
OriginLocation originLocation = new OriginLocation();
|
|
|
originLocation.setID(me.getOriginatingstation());
|
...
|
...
|
@@ -353,8 +359,8 @@ public class FSXmlKit { |
|
|
includedHouseConsignment.setConsigneeParty(consigneeParty);
|
|
|
|
|
|
FreightForwarderParty freightForwarderParty = new FreightForwarderParty();
|
|
|
freightForwarderParty.setPrimaryID(agent.getThreeCode());//代理人代码
|
|
|
freightForwarderParty.setName(agent.getThreeCode());//代理人名称
|
|
|
freightForwarderParty.setPrimaryID("");
|
|
|
freightForwarderParty.setName(agent.getThreeCode());//代理人简称
|
|
|
|
|
|
PostalStructuredAddress agentdAddress = new PostalStructuredAddress();
|
|
|
agentdAddress.setCityName("");
|
...
|
...
|
@@ -363,13 +369,20 @@ public class FSXmlKit { |
|
|
includedHouseConsignment.setFreightForwarderParty(freightForwarderParty);
|
|
|
|
|
|
AssociatedParty associatedParty = new AssociatedParty();
|
|
|
associatedParty.setPrimaryID(agent.getThreeCode());//代理人代码
|
|
|
associatedParty.setName(agent.getThreeCode());//代理人名称
|
|
|
associatedParty.setPrimaryID("");
|
|
|
associatedParty.setName(agent.getThreeCode());//代理人简称
|
|
|
associatedParty.setAccountID("INFOSKY:NULL");
|
|
|
associatedParty.setRoleCode("AGT");
|
|
|
associatedParty.setRole("Agent");
|
|
|
associatedParty.setPostalStructuredAddress(agentdAddress);
|
|
|
includedHouseConsignment.setAssociatedParty(associatedParty);
|
|
|
|
|
|
AssociatedParty associatedParty_ = new AssociatedParty();
|
|
|
associatedParty_.setName("CGOHA");
|
|
|
associatedParty_.setAccountID("INFOSKY:NULL");
|
|
|
associatedParty_.setRoleCode("GHA");
|
|
|
associatedParty_.setRole("Ground Handling Agent");
|
|
|
includedHouseConsignment.setAssociatedParty_(associatedParty_);
|
|
|
|
|
|
OriginLocation includeOriginLocation = new OriginLocation();
|
|
|
includeOriginLocation.setID(pe.getOriginatingstation());
|
...
|
...
|
|