/** Sets the XRI authority isContact flag */ public void setIsContact(boolean isContact) { this.isContact = Boolean.valueOf(isContact); }
/** Sets the XRI authority isEscrow flag */ public void setIsEscrow(boolean isEscrow) { this.isEscrow = Boolean.valueOf(isEscrow); }