public GoodsItemItineraryType() {
     this.transportationSegmentField = new ObservableCollection<TransportationSegmentType>();
     this.referencedGoodsItemField = new ObservableCollection<GoodsItemType>();
     this.referencedPackageField = new ObservableCollection<PackageType>();
     this.referencedTransportEquipmentField = new ObservableCollection<TransportEquipmentType>();
     this.referencedConsignmentField = new ObservableCollection<ConsignmentType>();
     this.receiverPartyField = new PartyType();
     this.senderPartyField = new PartyType();
     this.signatureField = new ObservableCollection<SignatureType>();
     this.transportExecutionPlanReferenceIDField = new TransportExecutionPlanReferenceIDType();
     this.versionIDField = new VersionIDType();
     this.noteField = new ObservableCollection<NoteType>();
     this.issueTimeField = new IssueTimeType();
     this.issueDateField = new IssueDateType();
     this.uUIDField = new UUIDType();
     this.copyIndicatorField = new CopyIndicatorType();
     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 GoodsItemItineraryType()
 {
     this.transportationSegmentField        = new ObservableCollection <TransportationSegmentType>();
     this.referencedGoodsItemField          = new ObservableCollection <GoodsItemType>();
     this.referencedPackageField            = new ObservableCollection <PackageType>();
     this.referencedTransportEquipmentField = new ObservableCollection <TransportEquipmentType>();
     this.referencedConsignmentField        = new ObservableCollection <ConsignmentType>();
     this.receiverPartyField = new PartyType();
     this.senderPartyField   = new PartyType();
     this.signatureField     = new ObservableCollection <SignatureType>();
     this.transportExecutionPlanReferenceIDField = new TransportExecutionPlanReferenceIDType();
     this.versionIDField          = new VersionIDType();
     this.noteField               = new ObservableCollection <NoteType>();
     this.issueTimeField          = new IssueTimeType();
     this.issueDateField          = new IssueDateType();
     this.uUIDField               = new UUIDType();
     this.copyIndicatorField      = new CopyIndicatorType();
     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>();
 }