Example #1
0
 public DataProviderRefType()
 {
     this.constraintField = new ConstraintType();
     this.datasourceField = new DatasourceType();
 }
Example #2
0
 public ResultType()
 {
     this.datasourceField = new DatasourceType();
 }
Example #3
0
 public RegistrationType()
 {
     this.datasourceField = new DatasourceType();
 }
Example #4
0
 public RegistrationStatusType()
 {
     this.provisionAgreementRefField = new ProvisionAgreementRefType();
     this.metadaflowRefField = new MetadataflowRefType();
     this.dataflowRefField = new DataflowRefType();
     this.dataProviderRefField = new DataProviderRefType();
     this.datasourceField = new DatasourceType();
     this.statusMessageField = new StatusMessageType();
 }
Example #5
0
 public ProvisionAgreementRefType()
 {
     this.constraintField = new ConstraintType();
     this.datasourceField = new DatasourceType();
 }
Example #6
0
 public MetadataflowRefType()
 {
     this.constraintField = new ConstraintType();
     this.datasourceField = new DatasourceType();
 }