public void setErtms_type(acceptor.TypeSpec_ertms_type v)
 {
     aErtms_type = v;
       __setDirty(true);
       NotifyControllers(null);
 }
 public bool setErtms_type_AsString( string  v)
 {
     acceptor.TypeSpec_ertms_type  temp = acceptor.StringTo_Enum_TypeSpec_ertms_type(v);
     if (temp >= 0){
       aErtms_type = temp;
       __setDirty(true);
       NotifyControllers(null);
       return true;
     } // If
     return false;
 }
 public TypeSpec()
 {
     TypeSpec obj = this;
     aLength=(0);
     aMinimum_value=(null);
     aMaximum_value=(null);
     aResolution_formula=(null);
     aId=(null);
     aErtms_type=(0);
     aBl=(null);
     aValues=(null);
     aChar_value=(null);
     aDescription=(null);
     aShort_description=(null);
     aReference=(null);
 }