* <b>Definition:</b>
* Policy or plan the activity was defined by. Typically, a single activity may have multiple applicable policy documents, such as patient consent, guarantor funding, etc.
* </p>
*/
public UriDt addPolicy() {
UriDt newType = new UriDt();
getPolicy().add(newType);
return newType;
}