/**
  * Specifies the level of detail to return.
  * 
  * @see DetailLevel
  * @return string
  */
 public function setDetailLevel($value)
 {
     DetailLevel::Validate($value);
     $this->DetailLevel = $value;
     return $this;
 }
   /**
     * Specifies the level of detail to return.
     * 
     * @see DetailLevel
     * @return string
     */

    	public function setDetailLevel($value) { DetailLevel::Validate($value); $this->DetailLevel = $value; return $this; }			//Summary or Document or Line or Tax or Diagnostic - enum