public GenericTimeStampType() {
     this.items1Field = new ObservableCollection<object>();
     this.canonicalizationMethodField = new CanonicalizationMethodType();
     this.itemsField = new ObservableCollection<object>();
 }
 public SignedInfoType()
 {
     this.referenceField              = new ObservableCollection <ReferenceType>();
     this.signatureMethodField        = new SignatureMethodType();
     this.canonicalizationMethodField = new CanonicalizationMethodType();
 }
 public SignedInfoType() {
     this.referenceField = new ObservableCollection<ReferenceType>();
     this.signatureMethodField = new SignatureMethodType();
     this.canonicalizationMethodField = new CanonicalizationMethodType();
 }
 public GenericTimeStampType()
 {
     this.items1Field = new ObservableCollection <object>();
     this.canonicalizationMethodField = new CanonicalizationMethodType();
     this.itemsField = new ObservableCollection <object>();
 }