コード例 #1
0
 /** Sets the XRI authority isContact flag */
 public void setIsContact(boolean isContact) {
   this.isContact = Boolean.valueOf(isContact);
 }
コード例 #2
0
 /** Sets the XRI authority isEscrow flag */
 public void setIsEscrow(boolean isEscrow) {
   this.isEscrow = Boolean.valueOf(isEscrow);
 }