Inconsistent use of "type_" and "type" properties

There are a lot of uses of type and type_ properties in python-cybox. We should align on one or the other for the sake of consistency. Usually we avoid Python conflicts with Python keywords by appending an underscore, as per PEP 8.