* @param rep The repetition index (0-indexed)
*/
public XON getLrl5_OrganizationalLocationRelationshipValue(int rep) {
XON ret = null;
try {
Type t = this.getField(5, rep);
ret = (XON)t;
} catch (ClassCastException cce) {
LoggerFactory.getLogger(getClass()).error("Unexpected problem obtaining field value. This is a bug.", cce);
throw new RuntimeException(cce);
} catch (HL7Exception he) {