public String getTypeLabel() { if (hasType()) return _type.getLabel(); return null; }
public String getTypeCode() { if (hasType()) return _type.getCode(); return null; }