public function testGetSetCaseAttorneyJointlyAndSeverally()
 {
     $this->assertFalse($this->poa->getCaseAttorneyJointlyAndSeverally());
     $this->poa->setCaseAttorneyJointlyAndSeverally(true);
     $this->assertTrue($this->poa->getCaseAttorneyJointlyAndSeverally());
     $this->poa->setCaseAttorneyJointlyAndSeverally();
     $this->assertFalse($this->poa->getCaseAttorneyJointlyAndSeverally());
 }