Response Unmarshaller for DefineIndexField operation
Inheritance: XmlResponseUnmarshaller
 public static DefineIndexFieldResponseUnmarshaller GetInstance()
 {
     if (instance == null)
     {
        instance = new DefineIndexFieldResponseUnmarshaller();
     }
     return instance;
 }
 public static DefineIndexFieldResponseUnmarshaller GetInstance()
 {
     if (instance == null)
     {
         instance = new DefineIndexFieldResponseUnmarshaller();
     }
     return(instance);
 }