public ElementDefinitionBinding() {
     this.itemField = new Element();
     this.descriptionField = new @string();
     this.conformanceField = new BindingConformance();
     this.isExtensibleField = new boolean();
     this.nameField = new @string();
 }
 public DataElementBinding() {
     this.valueSetField = new Reference();
     this.descriptionField = new @string();
     this.conformanceField = new BindingConformance();
     this.isExtensibleField = new boolean();
 }