/** Tests for nil "ContactWebsiteURI" element */ public boolean isNilContactWebsiteURI() { synchronized (monitor()) { check_orphaned(); gov.niem.niem.proxy.xsd._2_0.AnyURI target = null; target = (gov.niem.niem.proxy.xsd._2_0.AnyURI) get_store().find_element_user(CONTACTWEBSITEURI$0, 0); if (target == null) return false; return target.isNil(); } }
/** Nils the "ContactWebsiteURI" element */ public void setNilContactWebsiteURI() { synchronized (monitor()) { check_orphaned(); gov.niem.niem.proxy.xsd._2_0.AnyURI target = null; target = (gov.niem.niem.proxy.xsd._2_0.AnyURI) get_store().find_element_user(CONTACTWEBSITEURI$0, 0); if (target == null) { target = (gov.niem.niem.proxy.xsd._2_0.AnyURI) get_store().add_element_user(CONTACTWEBSITEURI$0); } target.setNil(); } }