public DatasourceType() { this.queryableDatasourceField = new QueryableDatasourceType(); }
public ProvisionAgreementType() { this.annotationsField = new List<AnnotationType>(); this.constraintField = new ConstraintType(); this.datasourceField = new QueryableDatasourceType(); this.dataProviderRefField = new DataProviderRefType(); this.descriptionField = new List<TextType>(); this.nameField = new List<TextType>(); }