public function testGetSetCaseAttorneyJointlyAndJointlyAndSeverally()
 {
     $this->assertFalse($this->poa->getCaseAttorneyJointlyAndJointlyAndSeverally());
     $this->poa->setCaseAttorneyJointlyAndJointlyAndSeverally(true);
     $this->assertTrue($this->poa->getCaseAttorneyJointlyAndJointlyAndSeverally());
     $this->poa->setCaseAttorneyJointlyAndJointlyAndSeverally();
     $this->assertFalse($this->poa->getCaseAttorneyJointlyAndJointlyAndSeverally());
 }