示例#1
0
 public ForwardingInstructionsType()
 {
     this.signatureField                   = new ObservableCollection <SignatureType>();
     this.exchangeRateField                = new ObservableCollection <ExchangeRateType>();
     this.documentReferenceField           = new ObservableCollection <DocumentReferenceType>();
     this.shipmentField                    = new ShipmentType();
     this.freightForwarderPartyField       = new PartyType();
     this.carrierPartyField                = new PartyType();
     this.consignorPartyField              = new PartyType();
     this.otherInstructionField            = new ObservableCollection <OtherInstructionType>();
     this.declaredCarriageValueAmountField = new DeclaredCarriageValueAmountType();
     this.adValoremIndicatorField          = new AdValoremIndicatorType();
     this.toOrderIndicatorField            = new ToOrderIndicatorType();
     this.shippingOrderIDField             = new ShippingOrderIDType();
     this.documentStatusCodeField          = new DocumentStatusCodeType();
     this.noteField              = new ObservableCollection <NoteType>();
     this.descriptionField       = new ObservableCollection <DescriptionType>();
     this.nameField              = new NameType1();
     this.issueTimeField         = new IssueTimeType();
     this.issueDateField         = new IssueDateType();
     this.uUIDField              = new UUIDType();
     this.carrierAssignedIDField = new CarrierAssignedIDType();
     this.idField = new IDType();
     this.profileExecutionIDField = new ProfileExecutionIDType();
     this.profileIDField          = new ProfileIDType();
     this.customizationIDField    = new CustomizationIDType();
     this.uBLVersionIDField       = new UBLVersionIDType();
     this.uBLExtensionsField      = new ObservableCollection <UBLExtensionType>();
 }
 public ForwardingInstructionsType() {
     this.signatureField = new ObservableCollection<SignatureType>();
     this.exchangeRateField = new ObservableCollection<ExchangeRateType>();
     this.documentReferenceField = new ObservableCollection<DocumentReferenceType>();
     this.shipmentField = new ShipmentType();
     this.freightForwarderPartyField = new PartyType();
     this.carrierPartyField = new PartyType();
     this.consignorPartyField = new PartyType();
     this.otherInstructionField = new ObservableCollection<OtherInstructionType>();
     this.declaredCarriageValueAmountField = new DeclaredCarriageValueAmountType();
     this.adValoremIndicatorField = new AdValoremIndicatorType();
     this.toOrderIndicatorField = new ToOrderIndicatorType();
     this.shippingOrderIDField = new ShippingOrderIDType();
     this.documentStatusCodeField = new DocumentStatusCodeType();
     this.noteField = new ObservableCollection<NoteType>();
     this.descriptionField = new ObservableCollection<DescriptionType>();
     this.nameField = new NameType1();
     this.issueTimeField = new IssueTimeType();
     this.issueDateField = new IssueDateType();
     this.uUIDField = new UUIDType();
     this.carrierAssignedIDField = new CarrierAssignedIDType();
     this.idField = new IDType();
     this.profileExecutionIDField = new ProfileExecutionIDType();
     this.profileIDField = new ProfileIDType();
     this.customizationIDField = new CustomizationIDType();
     this.uBLVersionIDField = new UBLVersionIDType();
     this.uBLExtensionsField = new ObservableCollection<UBLExtensionType>();
 }