/** Gets the "rate6" attribute */ public java.math.BigInteger getRate6() { synchronized (monitor()) { check_orphaned(); org.apache.xmlbeans.SimpleValue target = null; target = (org.apache.xmlbeans.SimpleValue) get_store().find_attribute_user(RATE6$10); if (target == null) { return null; } return target.getBigIntegerValue(); } }
/** Gets the "visinettportaler" attribute */ public java.math.BigInteger getVisinettportaler() { synchronized (monitor()) { check_orphaned(); org.apache.xmlbeans.SimpleValue target = null; target = (org.apache.xmlbeans.SimpleValue) get_store().find_attribute_user(VISINETTPORTALER$4); if (target == null) { return null; } return target.getBigIntegerValue(); } }