Is ther a setVelocityX/getVelocityX ?

Is ther a setVelocityX/getVelocityX ? Or how do i go about just setting/getting the X value for the Velocity?

vel = obj.getVelocity()
x = vel[0]
obj.setVelocity(newX, vel[1], vel[2])

David

Thanks!