コード例 #1
0
 /**
  * Set this to retrieve data with a specific DocStatus. 
  *
  * @param string $value	 
  */
 public function setDocStatus($value)
 {
     DocStatus::Validate($value);
     $this->DocStatus = $value;
     return $this;
 }