public TransportationStatusRequestType()
 {
     this.requestedStatusPeriodField   = new ObservableCollection <PeriodType>();
     this.requestedStatusLocationField = new ObservableCollection <LocationType1>();
     this.signatureField         = new ObservableCollection <SignatureType>();
     this.documentReferenceField = new ObservableCollection <DocumentReferenceType>();
     this.consignmentField       = new ObservableCollection <ConsignmentType>();
     this.transportExecutionPlanDocumentReferenceField = new DocumentReferenceType();
     this.receiverPartyField = new PartyType();
     this.senderPartyField   = new PartyType();
     this.transportationStatusTypeCodeField = new TransportationStatusTypeCodeType();
     this.otherInstructionField             = new OtherInstructionType();
     this.shippingOrderIDField   = new ShippingOrderIDType();
     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 TransportationStatusRequestType() {
     this.requestedStatusPeriodField = new ObservableCollection<PeriodType>();
     this.requestedStatusLocationField = new ObservableCollection<LocationType1>();
     this.signatureField = new ObservableCollection<SignatureType>();
     this.documentReferenceField = new ObservableCollection<DocumentReferenceType>();
     this.consignmentField = new ObservableCollection<ConsignmentType>();
     this.transportExecutionPlanDocumentReferenceField = new DocumentReferenceType();
     this.receiverPartyField = new PartyType();
     this.senderPartyField = new PartyType();
     this.transportationStatusTypeCodeField = new TransportationStatusTypeCodeType();
     this.otherInstructionField = new OtherInstructionType();
     this.shippingOrderIDField = new ShippingOrderIDType();
     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>();
 }