Exemplo n.º 1
0
 /** Nils the ith "IdentificationExpirationDate" element */
 public void setNilIdentificationExpirationDateArray(int i) {
   synchronized (monitor()) {
     check_orphaned();
     gov.niem.niem.niem_core._2_0.DateType target = null;
     target =
         (gov.niem.niem.niem_core._2_0.DateType)
             get_store().find_element_user(IDENTIFICATIONEXPIRATIONDATE$8, i);
     if (target == null) {
       throw new IndexOutOfBoundsException();
     }
     target.setNil();
   }
 }
Exemplo n.º 2
0
 /** Tests for nil ith "IdentificationEffectiveDate" element */
 public boolean isNilIdentificationEffectiveDateArray(int i) {
   synchronized (monitor()) {
     check_orphaned();
     gov.niem.niem.niem_core._2_0.DateType target = null;
     target =
         (gov.niem.niem.niem_core._2_0.DateType)
             get_store().find_element_user(IDENTIFICATIONEFFECTIVEDATE$6, i);
     if (target == null) {
       throw new IndexOutOfBoundsException();
     }
     return target.isNil();
   }
 }